/* CSS Document */
a {
	color: #666666;	
}
a:link {
	text-decoration: none;
	color: #799292;
}
a:visited {
	text-decoration: none;
	color: #799292;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #799292;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.txt_body {
	font-size: 8pt;
	color: #111111;
}
.txt_links {
	font-size: 8pt;
}
.btn_effect{
	font-size: 8pt;
	font-weight: bold;
	color: #006699;
	height:22;
}
.txt_subhead{
	font-size: 8pt;
	font-weight: bold;
	color: #006699;
}
.pic_brdr{
	color:#EBEAEA; 
}

