@charset "utf-8";
/* CSS Document */


.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}



<!--
.new { font-family: TimesNewRoman; font-size: 10pt}
//.style1 {color: #336666}

.TopNavFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* links ---------------------------------*/	
A {color:#72828f; text-decoration : underline;}
A:active {color: #72828f; text-decoration : underline;}
A:visited {color: #72828f; text-decoration : underline;}
A:hover {color: #72828f; text-decoration : none;}
-->

.BodyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}