/***********************************************/
/* cen_main.css                                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/


page{
 background-color: #72767C;
}
body {
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	
}
a:link {
	color: #BAE5F9;
	text-decoration: none
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:hover {
	color: #FFFF66;
	text-decoration: none
}
head {
	background-color: #BDE5F8;
	color: #BCBEC0;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 20px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 16px;
	color: #7D868E;
}
.subtext {
	font-size: 10px;
	color: #000000;
}
