
/*HTML {
	font-family: "Arial", sans-serif;
	font-size: 18px;
	font-weight : bold;
	text-align : center;
	background-color : #FFCCFF;
}*/

/* - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color : Silver;
	text-align : center;
	font-size: 14px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
TABLE {
	font-family: "Arial", sans-serif;
	vertical-align: text-top;
	border: 1;
	background-color: White;
	font-size: 14px;
}

.maintable {
	width: 900px
}

.cellleft {
	background-color : Silver;
}

.topcell {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

.rowtwo {
	color: #666666;
	padding : 0px 20px 0px 20px;
}

.colleft {
	color: #666666;
	vertical-align: top;
	background-color: White;
}

.colright {
	color: #666666;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
Div {
	
}

.hcenter {
	text-align: center;
	
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
LI {
	list-style: square inside;
}

.tcircle {
	list-style: circle;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
 UL {
}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
a
{color:#004276;
text-decoration:none;
}

a:visited
{color:#5c7996;}

a:hover
{color:#ca0002;}

/* - - - - - - - - - - - - - - - - - - - - - - - - */
p {

}

.biosec{
	padding : 0px 0px 0px 20px;
	text-align : left;
}

.topicsec{
	padding : 0px 0px 0px 50px;
	text-align : left;
}

.advsec{
	padding : 180px 0px 0px 0px;
	text-align : center;
}