.title {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: bold; font-variant: normal; color: #FF0000}
.subTitle {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #003399}
.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #003399}
.subTitleBold { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #003399 }
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #003399 }
ul { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #003399 }
ul { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #003399 }
.textItalic { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #003399 ; font-style: italic}
.titleLine { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: normal; font-weight: bold; font-variant: normal; color: #FF0000 ; text-decoration: blink}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.blue:link { color: #003399; text-decoration: underline }
a.blue:active { color: red; text-decoration: underline }
a.blue:hover { color: red; text-decoration: underline }
a.blue:visited { color: #003399; text-decoration: underline }

body {
	text-align: center;
	background-color: #FFFFFF;
	
	margin: 0px;
}