.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:#69C016;
}

.inner_frame_side
{    
	width: 3px;
    
	
	padding: 0;
	font-size: 3px;
	background-color:#69C016;
}

.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;
}

.ContainerContentWhite {
	
	width: 100%;
	background-color: #FAFAFA;
	
}

.ContainerContentOrange {
	
	width: 100%;
	background-color: #69C016;
	
}


.headerlineOrange
{
    height:1px;
    width:100%;
    background-image:url(green_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;
    
}

.HeaderColorOrange
{
   font-family: Verdana, Arial, Helvetica;
   font-size:  14px;
   font-weight:bold;
   color: #607108;
}
 




