@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

*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


.text {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.input {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 90%;
}
.input-small {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* 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;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-transform: none;
	color: #333333;
	font-size: 12px;
	text-decoration: underline;
}
ul{
	padding: 0px;
}

ol {

	margin:0;

}
