/**
 * Style sheet basics
 */
a, body, div, label, li, ol, p, td, th, u, ul
{
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:19px;
}

input, select, textarea
{
	font-family:"Trebuchet MS", Arial, san-serif;
	font-size:11px;
	color:#666666;
}

h1, h2, h3, h4, h5, h6
{
	margin-bottom:5px;
	font-family:Verdana, sans-serif;
	font-weight:normal;
	color:#015999;
}

h1
{
	font-size:14px;
}

h2
{
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:14px;
	color:#666666;
}

img
{
	margin:0px;
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

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

a:hover
{
	text-decoration:underline;
}
