/* CSS Document */

.maintbl
{
	background-color:#E0E3EC;
}

.texttable
{
	font:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	text-align:justify; 
	background-color:#CFD5F6; 
	border-bottom: #000000;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	width:150px;
}

.texttable1
{
	font:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	text-align:justify; 
	background-color:#CFD5F6; 
	width:150px;
}

.toptexttable
{
	font:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	text-align:center;
	background-color:#BEC4E0;
	border-bottom:#000000 solid 1px;
}

.bottomtext
{
	font:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	text-align:center;
	background-color:#BEC4E0;
}

.maintext
{ 
	padding-top: 10px;
	padding-left: 10px;
	padding-right:10px;
	font:"Times New Roman", Times, serif; 
	font-size:16px; 
	font-style:normal; 
	text-align:justify;
}


.mainhead
{
	font-size: 36px;
	font-style:normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.subhead
{
	font-size:24px;
	font-style:normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

.subsubhead
{
	font-size: 18px;
	font-style:normal;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

a:link {
	color: #5b6389;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5b6389;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
}
