body 
{
	margin: 0px 0px 0px 0px;
}

td
{
	font-size:12px;
	font-family:Arial, sans-serif;
	color: #003366;
}

textarea, input, select
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	border: 1px solid #000000; 
}

a:hover
{
	text-decoration: underline;
	color: #F86127;
}

a
{
	color: #F86127;
	text-decoration: none;
	
}

h1
{
	font-family:"Univers 55", "Trebuchet MS", Arial, Verdana;
	font-size:17px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #F86127;
	font-weight: normal;
}

h2
{
	font-family:"Univers 55", "Trebuchet MS", Arial, Verdana;
	font-size:14px;
	margin-top: 10px;
	margin-bottom: -5px;
	color: #000033;
	font-weight: normal;
}

h3
{
	font-family:"Univers 55", "Trebuchet MS", Arial, Verdana;
	font-size:14px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #F86127;
	font-weight: normal;
}

li {
	margin-bottom: 3px;
}
strong {
	font-size: 11px;
	color: #000033;
	font-weight: bold;
}
p {
	line-height: 14px;
}
.dottedborder {
	border: 1px dotted #333333;
}

