﻿body
{
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */ /*width: 100%;*/
	background: #fff; /*min-width: 600px;  Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
	font-size: .85em; /*10pt;*/
	font-family: Verdana;
	color: #666666;
}

a
{
	color: #369;
}

a:hover
{
	background: none;
	color: Red;
}

/*img
{
	margin: 10px 0 5px;
}*/

#master_headertop p, #master_headertop h1
{
	padding: .4em 15px 0 15px;
	margin: 0;
	font-weight: normal;
}

#master_headertop h4
{
	padding: 0 15px 0 85px;
}

#master_headertop ul
{
	clear: left;
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#master_headertop ul li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#master_headertop ul li a
{
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	color: White;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
}


fieldset
{
	padding: 10px;
}

fieldset legend
{
	font-size: 0.8em;
	color: Blue;
}

p
{
	margin: .4em 0 .8em 0;
	padding: 0;
	font-family: Verdana;
	font-size: 9pt;
}

ul
{
	font-size: 0.9em;
}

table
{
	font-size: 0.9em;
}

h1, h2, h3, h4, h5
{
	margin: .8em 0 .2em 0;
	padding: 0;
}

h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.8em;
	font-weight: normal;
	padding-bottom: 20pt;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1.1em;
}
h5
{
	font-size: 1.0em;
}
h6
{
	font-size: 0.7em;
}


