@charset "utf-8";
/* CSS Document */
/*
This is a 960 framework width system and below is a list of the fractions for quick reference@
960 - 1 column
480 - 2 columns
240 - 4 columns
120 - 8 columns
60 - 16 columns
30 - 32 columns

Site measurements

960 - header
180 / 780 - navigation - advert panel
180 / 600 / 180 - main page with 2 columns
960 - footer

*/

h1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 3px 0px;
	padding: 0px;
	color: #FFFFFF;
}

.text {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.input {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 90%;
}
.input-small {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.used-spec-underline{
	background: #000000;
	border-bottom: 1px dotted #666666;
}




/* Navigation */

a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:220px;
	height:23px;
	overflow: hidden;
	color: #FFFFFF;
	padding-top: 0px;
}

a.nav:hover {

} 

/* Controls for the main hyperlinks to be used through out the site */

a:link, a:visited, a:active {
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;

}

a:hover {

	color: #FF0000;
}
