/*  -- Colours and Background Themes -------------  */

h1 {
	color:#000000;
	font-size:20px;
	padding-top:4px;
	padding-left:10px;
}

h2 {
	font-size:14px;
}

.question {	
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

div.shadowcontainer { position: relative; left: 1px; top: 1px; color: #666666; }
div.shadowtext { position: absolute; left: -1px; top: -1px; color: #FFFFFF;}

#content a {
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

tr.tableheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	background-color:#333333;
}

.topanchor {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:5px;
}

#menu a {
	color:#FFFFCC;
	text-decoration:none;
	font-weight:bold;
}

#menu td {
	text-align:center;
}

.menucellon {
	background-color:#11CC11;
	cursor:pointer;
}

.menucelloff {
}

#submenu {
	width:95%;
	padding-right:5px;
	/*width="95%"  border="0" cellspacing="2" cellpadding="5"*/
}

#submenu a {
	color:#000000;
	text-decoration:none;
}

#submenu td {
	border-top-color:#AAAAAA;
	border-top-style:solid;
	border-top-width:1px;
	padding:5px;
}

.submenucellon {
	background-color:#A0A0A0;
	cursor:pointer;
}

.submenucelloff {
}


.anchorlink {
	color:#444444;
	text-decoration:none;
}

.anchorlink:hover {
	background-color:#CCCCCC;
}

.cfdclink {
	color:#333333;
	font-size:10px;
}

.cfdclinkhead {
	font-size:10px;
	color:#000000;
	font-weight:bold;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#EEEEEE;
	background-color:#006600;
	border-color:#333333;
	border-style:solid;
	border-width:1px;
	padding:2px;
}

.footer a {
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}