body {
	margin: 0;
	padding: 5px 0 0 0;
}


/* GLOBAL DEFINITIONS * * * * * * * * * * * * * * * * * * * */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0099FF;
	padding: 0;
	margin: 0 0 1em 0;
	background: url("/img/h1.gif") no-repeat center left;
	padding-left: 27px;
	}
	
h2 {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	}
	
h3 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	}
	
h4
	{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	}

h4 a {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
	
h5 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-style: oblique;
	}
	
/* FONTS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.fonttopnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding: 0;
}

.validation
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #FF0000;
	FONT-WEIGHT: bold;
}

.fontcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 13px;
	padding-right: 8px;
	padding-left: 0;
	line-height: 15px;
}

.contentfont { /* This is the same as .fontcontent, minus the padding */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.fontcontentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.fontcontentred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}

.fontcontentsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
}

.fontcontentsmbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #003366;
	padding-top: 8px;
	padding-right: 3px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* LINKS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a {
	color: #0066CC;
	font-weight: normal;
	text-decoration: none;
	}

a:hover {
	color: #CC0000;
	}
	
a:active {
	color: #CC0000;
	}

a:visited {
	color: #0066CC;
	}
	
a:visited:hover {
	color: #CC0000;
	}

/* TOP NAV * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a.topnav {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}

a.topnav:hover {
	color: #CC0000;
	}
	
a.topnav:active {
	color: #CC0000;
	}

a.topnav:visited {
	color: #000000;
	}
	
a.topnav:visited:hover {
	color: #CC0000;
	}

/* LEFT NAV * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a.leftnav {
	display: block;
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 13px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	_width: 100%; /* IE only, so that it gets the whole "display: block" thing right. */
	}

a.leftnav:hover {
	color: #CC0000;
	}
	
a.leftnav:active {
	color: #CC0000;
	}

a.leftnav:visited {
	color: #333333;
	}
	
a.leftnav:visited:hover {
	color: #CC0000;
	}
	
/* TABLE BORDERS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tblsolidallxtopright {
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.tblsolidrgtop {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.tblsolidtop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

/* FOOTER * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tblsolidfooter {
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
}

.tblsolidgrey {
	border-top: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.fontfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
}

a.footer {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}

a.footer:hover {
	color: #CC0000;
	}
	
a.footer:active {
	color: #CC0000;
	}

a.footer:visited {
	color: #666666;
	}
	
a.footer:visited:hover {
	color: #CC0000;
	}
	
a.lang {
	padding-left: 38px;
	vertical-align: middle;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a.lang:active, a.lang:visited {
	color: #000000;
	}
	
a.lang:hover {
	color: #CC0000;
}


	
/* FORM FIELDS * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

form {
	margin: 0;
	padding: 0;
	}

input.go {
	background-color: #CCCCCC;
	margin: 0;
	border: 1px solid #333333;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	width: 2.25em;
	height: 17px;
	width: 28px;
	margin-bottom: 2px;
	}
	
.buttons {
	background-color: #CCCCCC;
	margin: 0;
	border: 1px solid #333333;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	width: 2.25em;
	height: 17px;
	width: 75px;
	margin-bottom: 2px;
	}

.inputtext {
	background-color: #FFFFFF;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	height: 17px;
	border: black solid 1px;
	width: 100px;
	margin-bottom: 2px;
	}

.menu {
	font-size: 10px;
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding: 0 0 0 16px;
	text-indent: -10px;
	}
	
.bread {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	}
	
.bread a {
	color: #333333;
	text-decoration: underline;
	}

.bread a:active {
	color: #333333;
	}

.bread a:visited {
	color: #333333;
	}
	
p {
	margin: 1em 0 0 0;
	padding: 0;
	}
	
ul {
	margin: 1em 0;
	padding: 0 0 0 16px;
	}

ul.resources {
	margin 1em 0 0 0;
	}
	
ul.resources li {
	margin: 0 0 1em 0;
	}
	
ul ul {
	margin: 0;
	}
	
ul.spaced {
	margin: 1em 0 0 0;
	}
	
ul.spaced li {
	margin-bottom: 1em;
	}

ul.normal li {
	margin: 0;
	}
	
hr {
	margin: 1em 0 0 0;
	padding: 0;
	height: 1px;
	color: #333333;
	}
	
table.form td {
	border-bottom: 1px solid black;
} 

.instructions {
	padding: 0em 1em;
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

#contents {
	margin-bottom: 0;
}

dl {
	margin-bottom: 0;
}

