tr,td,th,body
{
	font-size: 8pt;
	font-family: verdana;
	text-decoration: none;
	color: #000000;
}

body {
	background: #EAEAEA;
}

a:link {
	font-size: 8pt;
	text-decoration: none;
	color: #4D77BC;
}

a:visited {
	font-size: 8pt;
	text-decoration: none;
	color: #4D77BC;
}

a:active {
	font-size: 8pt;
	text-decoration: none;
	color: #4D77BC;
}

a:hover {
	font-size: 8pt;
	text-weight: bold;
	color: orange;
}
input {
	border: 1px solid #BBBBBB;
	background: #fbfbfb;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 8px;
}

textarea {
	border: 1px solid #BBBBBB;
	background: #fbfbfb;
	font-family: Verdana;
	font-size: 8pt;
	padding-left: 8px;
}

td {
	vertical-align:top;
}

.dashed {
	border: 1px dashed;
}

}
h1,h2,h3 {
	font-size: 10pt;
}

.footer {
	color: #4D77BC;
}