.inner_corner_top_left 
{
    width: 3px;
    height: 3px;
	background: url(inner_corner_top_left.gif) bottom right no-repeat;
	padding: 0;
	font-size: 3px;	
}

.inner_corner_top_right 
{
    width: 3px;
    height: 3px;
	background: url(inner_corner_top_right.gif) bottom left no-repeat;
	padding: 0;
	font-size: 3px;
}

.inner_corner_bottom_right 
{
    width: 3px;
    height: 3px;
	background: url(inner_corner_bottom_right.gif) top left no-repeat;
	padding: 0;
	font-size: 3px;
}

.inner_corner_bottom_left 
{    
	width: 3px;
    height: 3px;
	background: url(inner_corner_bottom_left.gif) top right no-repeat;
	padding: 0;
	font-size: 3px;
}

.inner_frame 
{    
	width: 3px;
    
	
	padding: 0;
	font-size: 3px;
	background-color:#007ac2;
}

.inner_frame_side
{    
	width: 3px;
    
	
	padding: 0;
	font-size: 3px;
	background-color:#007ac2;
}

.corner_top_left 
{
    width: 5px;
    height: 5px;
	background: url(corner_top_left.gif) bottom right no-repeat;
	padding: 0;
	font-size: 5px;	
}

.corner_top_right 
{
    width: 5px;
    height: 5px;
	background: url(corner_top_right.gif) bottom left no-repeat;
	padding: 0;
	font-size: 5px;
}

.corner_bottom_right 
{
    width: 5px;
    height: 5px;
	background: url(corner_bottom_right.gif) top left no-repeat;
	padding: 0;
	font-size: 5px;
}

.corner_bottom_left 
{    
	width: 5px;
    height: 5px;
	background: url(corner_bottom_left.gif) top right no-repeat;
	padding: 0;
	font-size: 5px;
}

.border_top
{
    height: 5px;
	background: url(border_top.gif) bottom center repeat-x;
	padding: 0;
	font-size: 5px;
}

.border_bottom
{
    height: 5px;
	background: url(border_bottom.gif) top center repeat-x;
	padding: 0;
	font-size: 5px;
}

.border_right
{
    width: 5px;
	background: url(border_right.gif) left center repeat-y;
	padding: 0;
	font-size: 5px;
}

.border_left
{
    width: 5px;
	background: url(border_left.gif) right center repeat-y;
	padding: 0;
	font-size: 5px;
}

.corner_top_left_blue 
{
    width: 5px;
    height: 5px;
	background: url(corner_top_left_blue.gif) bottom right no-repeat;
	padding: 0;
	font-size: 5px;	
}

.corner_top_right_blue 
{
    width: 5px;
    height: 5px;
	background: url(corner_top_right_blue.gif) bottom left no-repeat;
	padding: 0;
	font-size: 5px;
}

.corner_bottom_right_blue 
{
    width: 5px;
    height: 5px;
	background: url(corner_bottom_right_blue.gif) top left no-repeat;
	padding: 0;
	font-size: 5px;
}

.corner_bottom_left_blue
{    
	width: 5px;
    height: 5px;
	background: url(corner_bottom_left_blue.gif) top right no-repeat;
	padding: 0;
	font-size: 5px;
}

.border_top_blue
{
    height: 5px;
	background: url(border_top_blue.gif) bottom center repeat-x;
	padding: 0;
	font-size: 5px;
}

.border_bottom_blue
{
    height: 5px;
	background: url(border_bottom_blue.gif) top center repeat-x;
	padding: 0;
	font-size: 5px;
}

.border_right_blue
{
    width: 5px;
	background: url(border_right_blue.gif) left center repeat-y;
	padding: 0;
	font-size: 5px;
}

.border_left_blue
{
    width: 5px;
	background: url(border_left_blue.gif) right center repeat-y;
	padding: 0;
	font-size: 5px;
}

.spacing
{
	height: 6px;
}

.ContainerContentWhite {
	
	width: 100%;
	background-color: #FAFAFA;
	
}

.ContainerContentBlue {
	
	width: 100%;
	background-color: #007ac2;
	
}

.ContainerContent 
{
	padding:10px 10px 10px 10px;
}


.headerlineBlue
{
    height:1px;
    width:100%;
    background-image:url(blue_header_line.gif);
    background-repeat:repeat-x;
    
}

.headerlineWhite
{
   height:1px;
    width:100%;
    background-image:url(white_header_line.gif);
    background-repeat:repeat-x;
    
}

.HeaderColorWhite
{
   font-family: Verdana, Arial, Helvetica;
   font-size:  14px;
   font-weight:bold;
   color: #FFFFFF;
    
}

.HeaderColorBlue
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #007ac2;
}
 






