font {
	font-family : Arial, Helvetica, sans-serif;
	color: Black;
	font-style : normal;
	font-weight : normal;
	font-size : 12;
}

font.whitesmall {
	font-family: Arial, Helvetica, sans-serif;
	color: White;
	font-style: normal;
	font-weight: normal;
	font-size: 12;
}

font.graysmall {
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	font-style: normal;
	font-weight: normal;
	font-size: 10;
}

font.smaller {
		font-family: Arial, Helvetica, sans-serif;
		color: Black;
		font-style: normal;
		font-weight: normal;
		font-size: 10;
	
}
td{
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-style: normal;
	font-weight:normal;
	font-size:12;
}
font.main {
		font-family: Arial, Helvetica, sans-serif;
		color: Black;
		font-style: normal;
		font-weight: bold;
		font-size: 16;
	
}
font.title {
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		font-style: normal;
		font-weight: normal;
		font-size: 14;
	
}
font.cat {
		font-family: Arial, Helvetica, sans-serif;
		color: #333399;
		font-style: normal;
		font-weight: bold;
		font-size: 16;
	
}
font.text {
		font-family: Arial, Helvetica, sans-serif;
		color: Black;
		font-style: bold;
		font-weight: bold;
		font-size: 14;
	
}
font.class {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: blue;
	font-style : bold;
	font-weight : bold;
	font-size : 18;
}
font.red {
	font-family : Arial, Helvetica, sans-serif;
	color: red;
	font-style : bold;
	font-weight : bold;
	font-size : 12;
}
font.small {
		font-family: Arial, Helvetica, sans-serif;
		color: Black;
		font-style: bold;
		font-weight: bold;
		font-size: 10;
	
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-size : 12px;
	font-weight: normal;
}
.SubmitBt {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #333399;
	color: White;
	font-weight: bold;
}
.TableBorder {
	background-color : #333366;
}
.TableInputBox {
	background-color : #DFDFFF;
}
.TableData {
	background-color : #F5F5FF;
	font-size : 10pt;
	font-weight: bold;
}
.TextWhite {
	font-family : Arial, Helvetica, sans-serif;
	color: White;
	font-size : 12px;
	font-weight: bold;
}
.DarkBlue {
	background-color : #333366;
}
.LighterOrange {
	background-color : #FFF2E6;
	font-weight: bold;
}
.LighterOrange2 {
	background-color : #FFF2E6;
	font-weight: normal;
}
.DarkerOrange {
	background-color : #FFE9D2;
	font-weight: bold;
}
.DarkerOrange2 {
	background-color : #FFD7AE;
	font-weight: bold;
}
.LightBlue {
	background-color : #EAEAF4;
	font-weight: bold;
}
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color: #333366;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	line-height: 12px;
}