body {
	background-color: #ffffff;
	color: #000000;
}

body, td, p {
	font-family: Verdana, Calibri, Arial;
	font-size: 11px;
}

a {
	color: #993300;
}

h1 {
	color: #CF0302;
	font-size: 18px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ededed;
}

h2 {
	color: #666666;
	font-size: 12px;
	margin-top: 0px;
	background-color: #f0f0f0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ececec;
}

h2 a {
	color: #666666;
	font-weight: normal;
}

#tabularData {
	text-align: center;
}

#tabularData TABLE {
	border: 1px solid #dfdfdf;
	margin: 5px;
		
}

#tabularData TH, th {
	/*
	background-color: #3366CC;
	border-bottom: 1px solid #6699FF;
	border-left: 3px solid #648AD9;
	color: #ffffff;
	*/
	background-color: #c9c9c9;
	border-bottom: 1px solid #999999;
	color: #333333;
	vertical-align: top;
	margin-bottom: 1px;
	margin-right: 1px;
	padding: 3px;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
}

#tabularData TH A {
	color: #ffffff;
	font-weight: normal;
	
}


#tabularData TD {
	background-color: #f0f0f0;
	vertical-align: top;
	margin-bottom: 1px;
	margin-right: 1px;
	padding: 3px;
}

#tabularData tr.row2 TD {
	background-color: #e6e6e6;
}

#tabularData TR.testbox TD {
	border: 2px solid ##ff0000; background-color: ##FFFFCC;
	text-align: center;
}

#tabularData TR.testbox TD.testbox {
	border: 2px solid ##ff0000; background-color: ##FFFFCC;
	text-align: center;
}

#tabularData ul {
	margin-left: 18px;
}


#tabularData li {
	margin-top: 8px;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 15px;
	list-style-image:url(images/dotarrow.gif);
	color: #009900;
}

#tabularData li a {
	color: #009900;
}

input, textarea, SELECT, OPTION {
	font-family: Verdana, Calibri;
	font-size: 11px;
}

input.otherinput {
	background-color: none;
	border: 0;
}

input.img {
	background-color: none;
	border: 0;
}


SELECT.personalise {
	color: ##666666;
	background-color: ##cccccc;
}

.buttonLink {
	text-decoration: none;
	border: 1px solid #dfdfdf;
	background-color: #fdfdfd;
	font-size: 13px;
	color: #000000;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #909090;
  cursor: help;
}

#sideBarBox {
	border: 1px solid #999999;
	margin-bottom: 20px;
	
}

#sidebartitle {
border-top: 1px solid #0066FF;
border-left: 1px solid #0066FF;
border-bottom: 1px solid #599BFF;
border-right: 1px solid #599BFF;
background-color: #004AB9;
color: #ffffff;
	text-align: center;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}

#sidepara  {
	background-color: #efefef;
	padding: 5px;	
	border-left: 8px solid #dfdfdf;
border-bottom: 1px dotted #cccccc;
}

#sidepara A {
	color: #333333;
	text-decoration: none;
}

#sidepara A:Hover {
	color: #333333;
	text-decoration: underline;
}


	/* NAV - top horizontal nav */
	 #nav  {
		position:relative;
		z-index:11;
		padding: 0;
		margin: 0;
		list-style: none;
		font: normal 12px Verdana, calibri;
		width:100%;
		display:block;
		height:25px;
		background:#333333;
	}
	#nav  li a{
		color:white;
		text-decoration: none;
	}

	#nav  li {
		position:relative;
		display:block;
		background-color: #333333;
		color: #FFF;
		float:left;
		margin:0px;
		padding-top:2px;
		padding-bottom: 3px;
		padding-left: 15px;
		padding-right: 15px;
		border:1px solid #464646;
		margin-top: 1px;
		margin-right: 1px;
		margin-bottom: 1px;
	}

	#nav  li:hover {
		background-color: #676767;

	}

	#nav  ul {
		position: absolute;
		background-color: #333333;
		color:#ffffff;
		display: none;
		margin:0px;
		padding-left:0;
		top:20px;
		left:0px;
		border:1px solid #454545;
		width:210px;
		z-index:10;
	}




	#nav li:hover ul, #nav li.sfhover ul {
		display:block;
		background-color:#333333;
	}

	


	#nav  li ul li a:hover {
		background-color:#333333;
		color:white;
	}


	#nav  li ul li {
		background-color: #333333;
		height:auto;
		padding:2px;
		text-align:left;
		/*float:none;*/
		border: 0;
		border-bottom: 1px solid #454545;
		width:200px;
	}

	
	#nav li ul li a {
		position:relative;
		height:auto;
		color:#ffffff;
		display:block;
		width:200px;
		text-decoration:none;
		padding:3px;

	}
	#nav li ul li a:hover {
		background-color: #676767;

	}
	
	

#boxTitle {
	text-align: left;
	font-size: 13px;
	font-family: Verdana, Calibri, arial;
	color: #2B6FD6;
	font-weight: bold;
	padding-left: 8px;
}


#boxTitleRight {
	text-align: left;
	font-size: 13px;
	font-family: Verdana, Calibri, arial;
	color: #CB0600;
	font-weight: bold;
	padding-left: 8px;
}



#boxlink, #boxlink A {
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #333333;
	text-align: left;
}

#content {
	padding: 20px;
	padding-top: 10px;
	line-height: 150%;
}

#content P {
	line-height: 150%;
}

	td.featureBar, #tabularData td.featureBar {
		background-color: #CF0302; 
		border-bottom: 1px solid #F00001;
		border-left: 0;
		font-weight: bold;
		font-size: 13px;
		color: #ffffff;
	}

	td.featureBar2, #tabularData td.featureBar2 {
		background-color: #5CAB0D; 
		border-bottom: 1px solid #3E6A10;
		border-left: 0;
		font-weight: bold;
		font-size: 13px;
		color: #ffffff;
	}

