BODY {
	color: White;
	background-color: White;
	font-family: Tahoma;
	font-size: small;
	SCROLLBAR-FACE-COLOR: #DCE5EA; SCROLLBAR-HIGHLIGHT-COLOR  #2F4F4F; SCROLLBAR-SHADOW-COLOR: Black; SCROLLBAR-3DLIGHT-COLOR: #5F9EA0; SCROLLBAR-ARROW-COLOR:  #2F4F4F; SCROLLBAR-TRACK-COLOR: White; SCROLLBAR-DARKSHADOW-COLOR: #2E8B57;
}

A {
	color: #E0FFFF;
	font-size : 10pt;
}

A:HOVER {
	color: #AFEEEE;
	background-color: #2F4F4F;
   text-decoration: underline overline;
}
p {
	font-family : Tahoma ;
	font-size : 10pt;
	text-decoration: none;
	color: #F8F8FF;
}

h1 {
	font-family : Arial  ;
	font-size : 14pt;
	text-decoration: bold;
	color: #F8F8FF;
	text-transform: uppercase;
	border-bottom: thin solid;
}
h2 {
	font-family : Arial  ;
	font-size : 12pt;
	text-decoration: bold;
	color: #3C4C66;
}
td {
	font-family: Tahoma;
	font-size: 12px;
}

th {
	font-family: Tahoma;
	font-size: 12px;
}

form {
	font-family: Tahoma;
	font-size: 12px;
	}

input {
	font-family: Tahoma;
	color: #2F4F4F;
	font-size: 12px;
	background-image: url(input.jpg);
}

textarea {
	font-family: Tahoma;
	font-size: 12px;
   color: #2F4F4F;
	background-image: url(input.jpg);
}

select {
	font-family: Tahoma;
	font-size: 12px;
	background-image: url(input.jpg);
}

ul {
	font-family: Tahoma;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Tahoma;
	font-size: 12px;
}

ol {
	font-family: Tahoma;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-family: Tahoma;
	font-size: 9px;
}

.big {
	font-family: Tahoma;
	font-size: 18px;
}

.bodystyle {
	font-family: Tahoma;
	font-size: 12px;
}

.box {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}