@charset "utf-8";
/* CSS Document */

.maintable {
	background-color: #FFF;
	height: 650px;
	width: 750px;
	border: 1px solid #999;
}
.innertable {
	height: 620px;
	width: 715px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
.headingtable {
	height: 20px;
	width: 715px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #406884;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #45728c;
}
.graytext {
	font-size: 12px;
	font-style: normal;
	color: #CCC;
}



A:link {text-decoration: none; color:black; font-family: Verdana; font-weight: bold; font-size: 70%;}
A:visited {text-decoration: none; color:black; font-family: Verdana; font-weight: bold; font-size: 70%;}
A:active {text-decoration: none; color:black; font-family: Verdana; font-weight: bold; font-size: 70%;}
A:hover {text-decoration: none; color: #EEE; font-family: Verdana; font-weight: bold; font-size: 70%;}

A{ line-height:180%}
A.graytextlink:link {
	text-decoration: none;
	color:#CCC;
	font-family: Verdana;
	font-weight: bold;
	font-size: 60%;
}
A.graytextlink:visited {text-decoration: none; color:#CCC; font-family: Verdana; font-weight: bold; font-size: 60%;}
A.graytextlink:active {text-decoration: none; color:#CCC; font-family: Verdana; font-weight: bold; font-size: 60%;}
A.graytextlink:hover {text-decoration: none;color: #BBB;font-family: Verdana;font-weight: bold;font-size: 60%;}
