/* global font declaration */
html,body,p,td,select,input,textarea,li, a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
}

/* html elements */
h1
{
	color: #007646;
	font-size: 14pt;
	font-weight:  normal;
	margin: 0;
	margin-top: 2px;
	margin-bottom: 8px;
}

h2
{
	font-size: 14px;
	margin: 0;
	margin-top: 14px;
	margin-bottom: 12px;
	color: #2E7746;

}

h3
{
	font-size: 12px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #2E7746;
}

form
{
	margin: 0;
	padding: 0;
}

p
{
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 17px;
}

ul
{
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 17px;
}

ul li
{
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 17px;
}

label
{
	font-weight: bold;
}

a, .links
{
	color: #102465;
	text-decoration: none;
}

a:hover
{
	color: #7F1738;
}