body {
	margin: 0;
	padding: 15px 0 0 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #383d44;
}
/*Global Whitespace Reset*/
body, form, input {
	padding: 0px;
	margin: 0px;
}

hr, .hide {
	display: none;
	}
	
td {
	font-size:12px;	
}

/* links */

a:link, a:visited {
	padding-bottom: 0;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
}

a.important {
	color:#ff0000;
}

a.important:hover {
	color:#0066ff;
}

a.important:visited {
	color:#ff0000;
}

h1, h2, h3, h4, h5, h6, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { 
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

h1  {
	font-size:90%;
	margin-left:18px;
	margin-top:2px;
	margin-bottom:2px;
	font-weight:normal;
	color:#999999;
}

#content h1 {
	font-size:130%;
	margin-left:0px;	
	margin-top:10px;
	margin-bottom:5px;	
	font-weight:bold;
	color:#000000;
}

h2  {
  font-size:120%;
}

h3  {
	margin-top:5px;
	font-size:1.1em;
	margin-bottom:1px;	
}

h4  {
	font-size:1.1em;
}

h5  {
  font-size:1em;
}

h6 {
  font-size:0.8em;
}

img {
  border: none;
  /*border: 1px solid black;*/
}

input,select,textarea {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
}

.input {
	border:1px solid #323334;
	padding-left:5px;
}

acronym {
	cursor: help;
	color: #003366;
}

legend {
	padding:0 0.2em;
}

hr {
	height:1px;
	color:#CCCCCC;
	width:100%;
}

.pages {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.subtitle	{
	font-weight:bold;
}
.subtitleline	{
	height: 25px; 
	background-color: #EFEFEF; 
}
.small {
	font-size:10px;
}

/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
/* self-clearing floats
----------------------------------------------------- */
/* trigger hasLayout and target ie5+6/win only */
* html #topmenu ul, 
* html #main-body,
* html #footer {
	height: 1%;
	}
/* trigger hasLayout and target ie7/win only */
*:first-child+html #topmenu ul, 
*:first-child+html #main-body, 
*:first-child+html #footer {
	min-height: 1px;
	}
