body {
	margin : 0px;
}

p, table, tr, td, ul, ol, li, a, input, textarea, option, select, form {
	font-family: Arial;
	font-size: 10pt;
}


.TopBorder {
	background-image: url(img/topbanr_right.jpg);
	background-repeat : repeat-x;
}


.LeftBorder {
	background-image: url(img/sidetile.jpg);
	background-repeat : repeat-y;
}

.Footer {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 10pt;
}

.Footer a {
	color: #FFFFFF;
}

.MainBody {
	
}

.small {
	font-size: 8pt;
}

.FormField {
	font-size: 10pt;
	font-weight: bold;
}

.RequiredFormField {
	font-size: 10pt;
	font-weight: bold;
	color: red;
	/*text-position: superscript;*/
}

.PageTitle {
	font-size: 16pt;
	font-weight: bold;
}

.PageSubtitle {
	font-size: 14pt;
	font-weight: bold;
}

.SectionTitle {
	font-size: 12pt;
	font-weight: bold;
}

.FairTitle, .WorkTitle {
	font-weight: bold;
}

.FairLabel {
	
}

.Abstract {
	font-style: italic;
}

