@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

*/


.text {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.input {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90%;
}
.input-small {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* 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 {
	color: #FFFFFF;
} 

/* Controls for the main hyperlinks to be used through out the site */

a, a:link, a:visited {
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
a:hover {
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
