body{
	font-family: Tahoma, Arial, helvetica, sans-serif;
	color:#000000;
	padding: 0px;
	margin: 0px;
	background-color: #F7F6F3;
}
/************************************/
/* hyperlink and anchor tag styles  */
/************************************/
a:link{
	color:#000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
a:visited{
	color: #999999;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
a:active{
	color: #000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
a:hover{
	color: #005FA9;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}  
/************************************/
/************************************/
.footer{
	color:#000000;
	font-size:10px;
}
a.smallerlink:link{font-size:10px;}
a.smallerlink:hover{color:#005FA9;}
a.smallerlink:visited{font-size:10px;}
/************************************/
.H1{
	font-size:15px;
	font-weight:bold;
}
.H2{
	font-size:13px;
	font-weight:bold;
}
.H3{
	font-size:12px;
	font-weight:bold;
}
.content1{
	font-size:13px;
	line-height:1.166;
}
.content2{
	font-size:12px;
	line-height:1.166;
}