BODY
{
	margin: 0px 0px 0px 0px;
	background-image: url(  'images/bkgrnd.jpg' );
	background-repeat: repeat-x;
}
td, p, input, textarea, select
{
	font-family: Arial;
	font-size: 13px;
	color: #4A4945;
}
sup
{
	font-size: 10px;
}
b, strong
{
	color: #819E44;
}
ul
{
	margin-left: 15px;
}
li
{
	list-style-image: url('images/Tick.jpg' );
	list-style-position: outside;
	vertical-align: baseline;
	vertical-align: text-top;
	padding: 5px 5px 5px 5px;
}

.SupHeading
{
	font-size: 13px;
}
.TextGreen
{
	font-family: Arial;
	font-size: 13px;
	color: #819E44;
}
.LinkGreen
{
	font-family: Arial;
	font-size: 14px;
	color: #819E44;
	font-weight: bold;
}

a.LinkGreen:link, a.LinkGreen:active, a.LinkGreen:visited
{
	font-family: Arial;
	font-size: 13px;
	color: #819E44;
	text-decoration: none;
}
a.LinkGreen:hover
{
	font-family: Arial;
	font-size: 13px;
	color: #819E44;
	text-decoration: underline;
}
.Nav
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-position:left;
	background-repeat:repeat;
}
a.Nav:link, a.Nav:active, a.Nav:visited
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-position:left;
	background-repeat:repeat;
}
a.Nav:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #4A4945;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-position:left;
	background-repeat:repeat;
}
.NavSelected
{
	font-family: Arial;
	font-size: 12px;
	color: #4A4945;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-position:left;
	background-repeat:repeat;
}
a.NavSelected:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #4A4945;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-position:left;
	background-repeat:repeat;
}
.Heading
{
	font-family: Arial;
	font-size: 15px;
	color: #4A4945;
	font-weight: bold;
}
.Form
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7AA033;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
}
.HeadingGreen
{
	font-family: Arial;
	font-size: 26px;
	color: #80A148;
	font-weight: bold;
}
.SubHeadingGreen
{
	font-family: Arial;
	font-size: 18px;
	color: #80A148;
	font-weight: bold;
}
.HeadingRed
{
	font-family: Arial;
	font-size: 18px;
	color: red;
	font-weight: bold;
}
.Quote
{
	font-family: Arial;
	font-size: 13px;
	color: #4A4945;
	font-style: italic;
}
.QuoteGreen
{
	font-family: Arial;
	font-size: 13px;
	color: #80A148;
	font-style: italic;
}
.Bullet
{
	font-family: Arial;
	font-size: 14px;
	color: #4A4945;
	font-weight: bold;
	vertical-align: text-top;
}
.Button
{
	font-family: Arial;
	font-size: 12px;
	color: #F9F7F8;
	text-align: center;
}
a.Button:link, a.Button:visited, a.Button:active
{
	font-family: Arial;
	font-size: 12px;
	color: #F9F7F8;
	text-align: center;
	text-decoration: none;
}
a.Button:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
.FormButton
{
	font-family: Arial;
	font-size: 12px;
	color: #80A148;
	text-align: center;
	font-weight: bold;
}
.SearchText
{
	font-family: Arial;
	font-size: 14px;
	color: #89AC38;
}
.SearchBox
{
	font-family: Arial;
	font-size: 11px;
	color: #4A4945;
	height: 15px;
	width: 100px;
	font-weight: bold;
}

.TeamImage
{
	border: 1px solid #E2E2E2;
	border-right-width: medium;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-right-style: solid;
}
.Footer
{
	font-family: Arial;
	font-size: 11px;
	color: #4A4945;
	text-align: center;
	font-weight: bold;
}
.FooterGreen
{
	font-family: Arial;
	font-size: 11px;
	color: #87A23B;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}

a:visited, a:active, a:link
{
	text-decoration: none;
	color: #4A4945;
}
a:hover
{
	text-decoration: underline;
	color: #4A4945;
}


/* Added by Piet */

.TextRed
{
	font-family: Arial;
	font-size: 11px;
	color: #CC3300;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}



/* Input sheets for COST TABLES */
table.spreadsheet {
	width:100%;
}
.spreadsheet th {
	padding:3px;
	background-color:#ddd;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#003;
	font-size:.9em;
	font-weight:bold;
}
.spreadsheet th {
	text-align:left;
}
.spreadsheet tr {
	vertical-align:top;
}
.spreadsheet td {
	padding:0px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#fff;
	font-size:.9em;
}
.spreadsheet td input {
	border:0px none;
	width:100%;
	height:100%;
	//width:90%;
	//height:90%;
}

.spreadsheet td input {
	border:0px none;
	width:100%;
	height:100%;
	//width:90%;
	//height:90%;
}

.spreadsheet th {
	padding:3px;
	background-color:#ddd;
	border-top:1px solid #eef;
	border-left:1px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#003;
	font-size:.9em;
	font-weight:bold;
	text-align:left;
}
.spreadsheet tbody th {
	text-align:right;
	padding:1px 3px 1px 1px;
	color:#222;
}

#changed {
	background-color:#ffa;
}

.bggray
{
	background-color:#CCCCCC;
}

.faqlist li
{
	display:inline;
	background-color:#eee;
	border:1px solid;
	border-color:#f3f3f3 #bbb #bbb #f3f3f3;
	margin:0;
padding:.5em;
}

.collegetop li
{
	display:inline;
	background-color:#eee;
	border:1px solid;
	border-color:#f3f3f3 #bbb #bbb #f3f3f3;
	margin:0;
	padding:.5em;
}

.collegeside li
{
	list-style-image:none;
	list-style:none;
	background-color:#eee;
	border:1px solid;
	border-color:#f3f3f3 #bbb #bbb #f3f3f3;
	margin:0;
	padding:.5em;
}

