body{
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	
}
/*Global Whitespace Reset*/
body, form, input {
	padding: 0px;
	margin: 0px;
}

td {
	font-size:12px;	
}

a {
	color:#0066ff;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
}
a:visited {
	color:#0066ff;
}
a:visited:hover{
	color:#ff0000!important;
}

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;
}
/*
@import url("layout.css");
@import url("content.css";
*/