/* CSS Document */

body {
	background-color: #EDF5FB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 12px;
}

.Large {
	font-size: 18px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-weight: bold;
}

.small {
	font-size: 10px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-weight: none;
}

a.link:link{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #5F88B5;
	font-weight:none;
	text-decoration: none;
}
a.link:visited{

	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #5F88B5;
	font-weight:none;
	text-decoration: none;
}
a.link:active{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #5F88B5;
	font-weight:none;
	text-decoration: none;
}

a.link:hover{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #5F88B5;
	font-weight:none;
	text-decoration: underline;
}




a.sublink:link{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.sublink:visited{

	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}
a.sublink:active{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a.sublink:hover{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 12px;
	color: #993300;
	font-weight:bold;
	text-decoration: underline;
}


.heading{
	font-family: Trebuchet MS, Arial, Verdana, Helvetica;
	font-size: 13px;
	color: #7BAEDB;
	font-weight:bold;
	text-decoration: none;
}

