body { 
	margin: 0px;
	color: #000000;
	font-weight: normal; 
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-repeat: repeat-y;
}
p,div,td { 
	color: #000000;
	font-weight: normal; 
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
input,option,select,textarea {
	color: black;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.buttonblue {
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: lightsteelblue;
    color: darkblue;
    border: 1px darkblue solid;
}
.smallbuttonblue {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    background-color: lightsteelblue;
    color: darkblue;
    border: 1px darkblue solid;
}
.NormalText { 
	color: #000000;
	font-weight: normal; 
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.SmallText { 
	color: #000000;
	font-weight: normal; 
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.VerySmallText { 
	color: #666666;
	font-weight: normal; 
	font-size: 7pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.BigText { 
	color: #000000;
	font-weight: bold; 
	font-size: 11pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.VeryBigText { 
	color: #000000;
	font-weight: bold; 
	font-size: 14pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.BigWhiteText { 
	color: white;
	font-weight: bold; 
	font-size: 11pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.VeryBigWhiteText { 
	color: white;
	font-weight: bold; 
	font-size: 14pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.MenuText { 
	color: #000000;
	font-weight: normal; 
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.MenuSmallText { 
	color: #000000;
	font-weight: normal; 
	font-size: 7pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.MenuTopText { 
	color: #ffffff;
	font-weight: bold; 
	font-size: 9pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.ErrorText { 
	color: #ff0000;
	font-weight: normal; 
	font-size: 8pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.FormField {
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Courier, courier, monospace;
}

a.menu:link { 
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.menu:hover { 
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.menu:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.menu:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
} 

a.thin:link { 
	color: navy;
	text-decoration: none;
}
a.thin:hover { 
	color: navy;
	text-decoration: underline;
}
a.thin:active {
	color: navy;
	text-decoration: underline;
}
a.thin:visited {
	color: navy;
	text-decoration: none;
} 

a.admenu:link { 
	font-weight: bold;
	color: white;
	background-color: navy;
	text-decoration: none;
}
a.admenu:hover { 
	font-weight: bold;
	color: white;
	background-color: #333333;
	text-decoration: none;
}
a.admenu:active {
	font-weight: bold;
	color: white;
	background-color: navy;
	text-decoration: none;
}
a.admenu:visited {
	font-weight: bold;
	color: white;
	background-color: navy;
	text-decoration: none;
} 

a.norm:link { 
	color: navy;
	text-decoration: none;
}
a.norm:hover { 
	color: navy;
	text-decoration: underline;
}
a.norm:active {
	color: navy;
	text-decoration: underline;
}
a.norm:visited {
	color: navy;
	text-decoration: none;
} 

a.bold:link { 
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	text-decoration: none;
}
a.bold:hover { 
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	text-decoration: underline;
}
a.bold:active {
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	text-decoration: underline;
}
a.bold:visited {
	font-weight: bold;
	font-size: 10pt;
	color: navy;
	text-decoration: none;
} 
