/* CSS Document */
body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.link1
{
	color:#005082;
	text-decoration:none;
}

.link2
{
	color:#000000;
	text-decoration:none;
}

.link2:hover
{
	color:#005082;
	text-decoration:underline;
}

li
{
	list-style-type:square;
	padding-bottom:10px;
}

/******content headings*******/
.style1 {
	font-size: 15px;
	font-weight: bold;
	color: #4A7994;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {color: #333333}	

