BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	text-decoration : none;
}
LI {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
	text-decoration : none;
}
H1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font : bold;
	color : Black;
}
H2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font : bold;
	color : Black;
}
H3{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font : bold;
	color: black;
}
H4{
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font : normal bold;
	color: black;
}
H5{

	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font :  bold;
	color:  silver;
}
H6{
	font-family : Arial, Helvetica, sans-serif;
	font-size :8px;
	font : bold;
	color: Silver;
}
A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #a0a0a0;
	text-decoration : underline;
}
A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #aaaaaa;
	text-decoration : underline;
}
A:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;
	text-decoration: underline;
}
.ingress{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}
.normaltext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font:normal;	
	color: Black;
	text-decoration: none;
}
.specialnotice{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Red;
	text-decoration : none;
	font : bold;
}
.speciallink:LINK{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font: bold;
	color: #eeeeee;
	text-decoration: none;
}
.speciallink:VISITED{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font: bold;
	color: #cccccc;
	text-decoration: none;
}
.speciallink:HOVER{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font: bold;
	color: #ffffff;
	text-decoration: none;
}
.speciallinkline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font: bold;
	color: #eeeeee;
	text-decoration: none;
}
.lockedfield {
	font-family : Arial, Helvetica, sans-serif;
	background-color : Silver;
	font-size : 12px;
}
.entryfield {
	font-family : Arial, Helvetica, sans-serif;
	background-color : White;
	font-size : 12px;
}
.requiredfield {
	font-family: Arial, Helvetica, sans-serif;
	background-color: efae12;
	font-size: 12px;
}
.pushbutton {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #dddddd;
	font : 16px;
	border-width : 1;
	color : White;
	font-weight : bold;
}
.footerline{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
		font : bold;
	color : #eeeeee;
	text-decoration : none;

}
.footerlink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #eeeeee;
	text-decoration : underline;
	font : bold;
}