@charset "UTF-8";
/* CSS Document */

a.gray_link_underline:link {
	font-size: 8.5pt;
	color:#666666;
	text-decoration: underline;
	font-family: ariel, sans-serif;
	}
	
a.gray_link_underline:hover {
	font-size: 8.5pt;
	color: black;
	text-decoration: underline;
	font-family: ariel, sans-serif;
	}
	
a.gray_link_underline:visited {
	font-size: 8.5pt;
	color: #666666;
	text-decoration: underline;
	font-family: ariel, sans-serif;
	}

a.gray_link_underline:active {
	font-size: 8.5pt;
	color: #666666;
	text-decoration: underline;
	font-family: ariel, sans-serif;
	}
	
.gray_body_small {
	font-size: 8.5pt;
	color:#666666;
	text-decoration: none;
	font-family: ariel, sans-serif;
	}
	
.gray_body_large {
	font-size: 11pt;
	color:#666666;
	text-decoration: none;
	font-family: ariel, sans-serif;
	line-height: 20px;
	}

a.gray_body_large_underline:link {
	font-size: 11pt;
	color:#666666;
	text-decoration: underline;
	font-family: ariel, sans-serif;
	line-height: 20px;
	}	

a.gray_body_large_underline:active {
	font-size: 11pt;
	color:#666666;
	text-decoration: underline;
	font-family: ariel, sans-serif;
	line-height: 20px;
	}
	
a.gray_body_large_underline:hover {
	font-size: 11pt;
	color:#666666;
	text-decoration: underline;
	font-family: ariel, sans-serif;
	line-height: 20px;
	}
	
a.gray_body_large_underline:visited {
	font-size: 11pt;
	color:#666666;
	text-decoration: underline;
	font-family: ariel, sans-serif;
	line-height: 20px;
	}
	
.blue_body_small {
	font-size: 8.5pt;
	color:#0099cc;
	font-family: ariel, sans-serif;
	line-height: 5px;
	}
	
.white_body_small {
	font-size: 8.5pt;
	color:#ffffff;
	font-family: ariel, sans-serif;
	}
	
a.orange_body_small_underline:link {
	font-size: 8.5pt;
	color:#ff9900;
	font-family: ariel, sans-serif;
	text-decoration: underline;
	}
	
a.orange_body_small_underline:visited {
	font-size: 8.5pt;
	color:#ff9900;
	font-family: ariel, sans-serif;
	text-decoration: underline;
	}
	
a.orange_body_small_underline:active {
	font-size: 8.5pt;
	color:#ff9900;
	font-family: ariel, sans-serif;
	text-decoration: underline;
	}
	
a.orange_body_small_underline:hover {
	font-size: 8.5pt;
	color:#ff9900;
	font-family: ariel, sans-serif;
	text-decoration: underline;
	}
	
.blue_body_large {
	font-size: 10pt;
	color:#0099cc;
	font-family: ariel, sans-serif;
	}
	
.orange_body_large {
	font-size: 10pt;
	color:#ff9900;
	font-family: ariel, sans-serif;
	}

.line_height_big {
	line-height: 20px;
	}
	
.line_height_small {
	line-height: 10px;
	}
	
.body_text_ariel {
	font-family: arial, sans-serif;
	color:#666666;
	font-size: 11pt;
	} 
