BODY {
	font-family: "Tahoma";
	font-size: small;
	font-weight: normal;
	SCROLLBAR-FACE-COLOR: White; SCROLLBAR-HIGHLIGHT-COLOR: #5F9EA0; SCROLLBAR-SHADOW-COLOR: Navy; SCROLLBAR-3DLIGHT-COLOR: #4682B4;
	SCROLLBAR-ARROW-COLOR:  Black; SCROLLBAR-TRACK-COLOR: #696969; SCROLLBAR-DARKSHADOW-COLOR: #562E100;
	margin-top: 0px; margin-right: 0px; margin-left: 0px; margin-bottom: 0px;
}
img {
	vertical-align:bottom;
}
A {
	color: #6A5ACD;
	font-size : 10pt;
	text-decoration: underline;
}

A:HOVER {
	color: #F5DEB3;
	background-color: #000160;
   	text-decoration: underline overline;
}
p {
	font-family : "Tahoma" ;
	font-size : 10pt;
	font-weight: normal;
	text-decoration: none;
}
h1 {
	font-family : "Tahoma" ;
	font-size : 14pt;
	text-decoration: bold;
	color: #2f6385;
}
h2 {
	font-family : "Tahoma" ;
	font-size : 11pt;
	text-decoration: bold;
	color: #2e3c4a;
}
td {
	font-family: "Tahoma";
	font-size: 12px;
}
form {
	font-family: "Tahoma";
	font-size: 12px;
}
textarea {
	font-family: "Tahoma";
	font-size: 12px;
   	color: #562E10;
	background-image: url(input.jpg);
	border: 1px ridge #562E10;
}
select {
	font-family: "Tahoma";
	font-size: 12px;
	background-image: url(input.jpg);
	border: 1px ridge #562E10;
}
ul {
	font-family: "Tahoma";
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;

}
li {
	font-family : "Tahoma" ;
	font-size : 10pt;
	text-decoration: none;
	color: #00008B;
}
ol {
	font-family : "Tahoma" ;
	font-size : 10pt;
	text-decoration: none;
	color: #00008B;
}
.small {
	font-family: "Tahoma";
	font-size: 9px;
	color: #00008B;
}
.big {
	font-family: "Tahoma";
	font-size: 18px;
	color: #00008B;
}
.bodystyle {
	font-family: "Tahoma";
	font-size: 12px;
	color: #00008B;
}
.box {
	border-width: 3px;
	border-style: double;
	padding: 5px;
	color: #00008B;
	background-color: White;
}
.contentPanel {
text-align: center;
	font-family : "Tahoma" ;
	font-size : 10pt;
	text-decoration: none;
	color: White;
}
.contentInput {
	font-family: "Tahoma";
	color: Black;
	font-size: 12px;
	background-image: url(input.jpg);
	border: 1px ridge Navy;
}