@charset "iso-8859-2";

P  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}

H1  {
	font-size : 16px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}

H2  {
	font-size : 14px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}

H3  {
	font-size : 13px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}

H4.nav  {
	font-size : 12px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}

A  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
}

A:Visited  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
}

A:Active  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
}

A:Hover  {
	font-size : 12px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
	text-decoration : none;
}

BODY  {
	background-color : #000000;
	font-family : Arial;
	font-size : 12px;
}

TH  {
	font-family : Arial;
	font-weight : bold;
	color : #ffffff;
	font-size : 13px;
}

TABLE  {
	background-color : #000000;
	border-style : groove;
	border-left-width : thin;
	border-right-width : medium;
	border-top-width : thin;
	border-bottom-width : medium;
	border-width : thin;
	border-color : #ffffff;
}

HR  {
	width : 80%;
	color : #ffffff;
}

.form {
 border-color : #cc0000;
 background: #ffffcc;
 font: 12px courier;
 color: #000000;
 }
.button {
 font: bold 12px Arial;
 color: #005494;
 background: #d0d0d0;
 border: 2 solid;
 text-decoration: none;
 }
