@charset "iso-8859-2";

P  {
	font-size : 12px;
	font-family: verdana;
	font-weight : bold;
	font-style : normal;
	color : #313B9D;
}

H1  {
	font-size : 18px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : #313B9D;
}

H2  {
	font-size : 16px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : #313B9D;
}

H3  {
	font-size : 14px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : #313B9D;
}
	
A  {
	font-size : 12px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : #313B9D;
	text-decoration : underline;
}

A:Visited  {
	font-size : 12px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : #313B9D;
	text-decoration : underline;
}

A:Active  {
	font-size : 12px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : #313B9D;
	text-decoration : underline;
}

A:Hover  {
	font-size : 12px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : #2d7d29;
	text-decoration : underline;
}

BODY  {
	background-color : #2d7d29;
	font-family : verdana;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color : #313B9D;
}

TABLE  {
	font-family : verdana;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color : #313B9D;
}

HR  {
	width : 80%;
	color : #FFB315;
}

.form {
 border-color : #2d7d29;
 background: #FFFFFF;
 font-size : 10px;
 font-family : verdana;
 font-weight : bold;
 font-style : normal;
 color: #313B9D;
 }
.button {
 border-color : #2d7d29;
 font-size : 10px;
 font-family : verdana;
 font-weight : bold;
 font-style : normal;
 color: #FFFFFF;
 background: #2d7d29;
 text-decoration: none;
 }
