/* CSS Document */
A{
text-decoration:none;
}
.small_txt{
	font-family: Arial;
	font-size:11px;
	color:#999999;
}
.small_txt a{
	font-size:11px;
	color:#999999;
}
.small_txt a:hover{
	font-size:11px;
	color:#666666;
}
.head{
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size:22px;
	color: #0099CC;
}
.head_tag{
	font-family: Trebuchet MS, Arial;
	font-size:10px;
	color: #CCCCCC;
}
.head_tag a{
	font-family: Trebuchet MS, Arial;
	font-size:10px;
	color: #999999;
}
.head_tag a:hover{
	font-family: Trebuchet MS, Arial;
	font-size:10px;
	color: #006699;
}
.body_txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	text-align:justify;
}
.body_txt a{
	color: #006699;
}
.body_txt a:hover{
	color: #333333;
}
.body_txt_small{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
}
.body_txt_head{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FFF;
	/*text-transform: uppercase*/
}
.side_nav{
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	color: #FFFFFF;
}
.side_nav a{
	color: #999999;
}
.side_nav a:hover{
	color: #006699;
}
