/* CSS Document */

body
{
	margin: 0px;
	font-family: tahoma, verdana, Arial, Helvetica, sans-serif;	
	font-size: 8pt;													
}
img
{
	border: 0px;
}
#outer_table
{
	border: 1px solid #dedede;		
	width: 777px;		
	margin: 0px auto;
	position: relative;
	overflow: auto;		
	background-color: #fff;
}
#division_section
{
	width: 777px;
	background: url(/images/body_dotbg.gif);
	float: left;
	position: relative;
}
.dark_greenbg
{
	background-color: #006A35;
}

/* A tag - Start */
a:link
{
    text-decoration:    none;
    color:  #006A35;
}

a:visited
{
    text-decoration:    none;
    color:  #006A35;
}

a:hover
{
    text-decoration:    underline;
    color:  #000;
}

a:active
{
    text-decoration:    none;
    color:  #000;
}
/* A tag - End */



/* unorderList - Start */
ul.disc
{
	list-style-type: disc
}
ul.circle 
{
	list-style-type: circle
}
ul.square
{
	list-style-type: square
}
ul.none
{
list-style-type: none
}
/* unorderList - End */



/* numbered list  - Start */

ul.decimal
{
	list-style-type: decimal; 	
}
ul.lower-roman
{
	list-style-type: lower-roman; 	
}
ul.upper-roman
{
	list-style-type: upper-roman; 	
}
ul.lower-alpha 
{
	list-style-type: lower-alpha; 	
}
ul.upper-alpha 
{
	list-style-type: upper-alpha; 	
}
	
/* numbered list - End */


/* left_navigation - Start */
#left_navigation
{
	width: 209px;
	float: left;
	position: relative;
}
.date
{
	border: 1px solid #B9BAB9;
	background-color: #fff;	
}
.date_text
{
	font-family: tahoma, arial, verdana;
	font-size: 7.5pt;
	color: #4E4D4D;
	font-weight: normal;			
	text-align: center;
	padding: 0px 0px 2px 0px;
}
.light_greenbg
{
	background-color: #B2C9A6;
}
.white_bgcolor
{
	background-color: #fff;
}
.medium_greenbg
{
	background-color: #2D941F;
}
.snippet_icon
{
	background-image: url(../images/icon_arrow_snippet.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 13px;
	float: left;
	padding: 0px 0px 0px 5px;
}
.snippet_heading
{
	font-family: tahoma, arial, verdana;
	font-size: 9pt;
	color: #15653E;
	text-align: justify;
	font-weight: bold;
}

/* Client area - Start */
.client_area_bgcolor
{
	background-color: #F1F6F3;
}
.email
{
	font-family: tahoma, arial, verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #4E4D4D;		
	text-decoration: none;	
}
.textbox
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	font-weight: normal;
	color: #4E4D4D;
	border: 1px solid #E3E3E3;
	background-color: #fff;
	width: 160px;
	padding: 0px 0px 0px 3px;	
}
.small_text
{
	font-family: tahoma, arial, verdana;
	font-size: 7pt;
	color: #4E4D4D;
	font-weight: normal;
	text-decoration: none;			
}
.small_links
{
	font-family: tahoma, arial, verdana;
	font-size: 7pt;
	color: #4E4D4D;
	font-weight: normal;
	text-decoration: underline;			
}
a.small_links:hover
{
	color: #006A35;	
	text-decoration: none;			
}
.error_message
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #ff0000;
	font-weight: normal;
}
/* Client area - End */
/* left_navigation - End */


/* Table Style1 - Start */
.green_tableborder
{
	border-top: 1px solid #C0DFBB;
	border-left: 1px solid #C0DFBB;	
}
.green_tableborder td
{
	border-right: 1px solid #C0DFBB;	
	border-bottom: 1px solid #C0DFBB;
}
.white_text
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	padding: 0px 0px 0px 5px;			
}
.grid_text
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #3D3D3D;
	height: 16px;
	font-weight: normal;
	padding: 0px 0px 0px 6px;			
}
.grid_text_alternative
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #3D3D3D;
	font-weight: normal;
	height: 16px;
	background-color: #EAF4E8;	
	padding: 0px 0px 0px 6px;			
}
/* Table Style1 - End */

/* Table Style2 - Start */
.green_header2
{
	background-color: #93C5BA;
}
.dark_greentext
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #004925;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
}
.gray_tableborder
{
	border: 1px solid #F0F0F0;
}
.internal_tableborder
{
	border-top: 1px solid #F0F0F0;	
}
.internal_tableborder td
{
	border-bottom: 1px solid #F0F0F0;
}
.grid_text2
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #3D3D3D;
	height: 16px;
	font-weight: normal;
	padding: 0px 0px 0px 6px;			
}
.grid_text_alternative2
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #3D3D3D;
	height: 16px;
	font-weight: normal;
	background-color: #F8F8F8;	
	padding: 0px 0px 0px 6px;			
}
.gray_line
{
	background-color: #F0F0F0;
}
/* Table Style2 - End */


/* Footer - Start */
#footer
{
	width: 777px;
	position: relative;
	float: left;
}
a.footer_links
{
	font-family: tahoma, arial, verdana;
	font-size: 7.5pt;
	color: #006A35;
	font-weight: normal;			
	text-decoration: underline;			
}
a.footer_links:hover
{
	text-decoration: none;
	color: #000;			
}
.footer_links
{
	font-family: tahoma, arial, verdana;
	font-size: 7.5pt;
	color: #006A35;
	font-weight: normal;			
	text-decoration: underline;			
}
.footer_links:hover
{
	text-decoration: none;
	color: #000;			
}
.footer_spacer
{
	padding: 0px 10px 0px 10px;
	font-size: 7.5pt;
	color: #006A35;
}
.footer_text
{
	font-family: tahoma, arial, verdana;
	font-size: 7.5pt;
	color: #4E4D4D;
	font-weight: normal;	
}
/* Footer - End */
