/***** CSS Reset *****/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body  {background-color: #f1f1f1;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:0px;
	background: url('images/bkgrnd.gif') repeat;
	line-height: 18px;
}

.hide {
  	visibility: hidden;
  	display: none;
}

a {
  	color: #000000;
  	text-decoration: underline;
} 

a:hover {
  	color: #000000;
  	text-decoration: none;
} 

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}


H1.front {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 16pt;
	font-weight: bold;
	line-height: 20px;
}
H1.front a {
  	color: #ffffff;
  	text-decoration: underline;
} 

H1.front a:hover {
  	color: #ffffff;
  	text-decoration: none;
} 


h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: 10pt;
	font-weight: bold;
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
}

h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
	font-style: italic;
}


