body, td {
font-family:  Verdana, Arial, Tahoma, sans-serif;
font-size: 8pt;
line-height: 12pt;
background: #fff;
}

.clear
{
	clear: both;
}

td {
font-size: 10pt;
line-height: 12pt;
background: transparent;
color: #2173ac;
}

th {
text-align: left;
font-weight: 700;
}

h1 {
font-size: 18pt;
line-height: 16pt;
color: #2173ac;
font-weight: bold;
}

h2 {
font-size: 14pt;
line-height: 16pt;
color: #2173ac;
font-weight: bold;
}

p {
font-size: 10pt;
line-height: 12pt;
color: #2173ac;
}

ul {
font-size: 8pt;
line-height: 12pt;
color: #000;
}

a:link, a:visited, a:active {
background: transparent; 
color: #2173ac; 
font-weight: bold;
text-decoration:none; 
}

a:hover {
background: transparent; 
color: #2173ac; 
font-weight: bold;
text-decoration:underline;
}

/* FORMS **********/

label
{
	float: left;
	display: block;
	width: 40%;
	color: #2173ac;
	margin-bottom: 10px;
	font-size: 1.2em;
}

input[type=text]
{
	margin-bottom: 10px;
	width: 60%;
}

textarea
{
	margin-bottom: 10px;
	width: 60%;
	height: 150px;
	font:1.1em Arial, Helvetica, sans-serif;
}

input[type=submit]
{
	margin-left: 40%;
}

.warning
{
	background: #2173ac;
	padding: 10px;
	color: #fff;
}