Arial, Helvetica, sans-serif/* CSS DOCUMENT */

html { font-size: 100%; /* IE hack */ }
body { font-size: 0.75em; }
table { font-size: 100%; /* IE hack */ }


/* TEXT STYLES */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	color: #000000;
}
.mainPageHead{
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
}
.txtMainBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.txtMainBlackSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.txtMainBlackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.txtSmallBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


/* LINKS STYLES */
.txtMainTextLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #0663C2;
	text-decoration: none;
}
.txtMainTextLinksSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-style: normal;
	font-weight: normal;
	color: #0663C2;
	text-decoration: none;
}
/* IMAGE STYLES */
.img_right {
	CLEAR: right; FLOAT: right; MARGIN: 1em 0em 0em 1em
}


