a:link {
	background-color : transparent;
	color : #666666;
	font-style : normal;
	font-variant : normal;
	text-decoration : none;
	}
	
a:visited {
	background-color : transparent;
	color : #666666;
	font-style : normal;
	font-variant : normal;
	text-decoration : none;
}
	
a:hover {
	background-color : transparent;
	color : #FF6600;
	font-style : normal;
	font-variant : normal;
	text-decoration : none;
}

a.menu:link {
	background-color : transparent;
	color : #FF6600;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
	}
	
a.menu:visited {
	background-color : transparent;
	color : #FF6600;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
}
	
a.menu:hover {
	background-color : transparent;
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	text-decoration : none;
}

a.normal:link {
	background-color : transparent;
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	}
	
a.normal:visited {
	background-color : transparent;
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}
	
a.normal:hover {
	background-color : transparent;
	color : #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}

a.grey:link {
	background-color : transparent;
	color : #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
	}
	
a.grey:visited {
	background-color : transparent;
	color : #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}
	
a.grey:hover {
	background-color : transparent;
	color : #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}

body {
	background-color: #EEEEEE;
}

.bodyfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}

.bodyheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.smallgreytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
}

.mediumgreytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.largegreytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

.contentsheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background-color: #FFFF99;
}

.contentsmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	background-color: #FFFFCC;
}

.select {
	background-color : #FFFFFF;
	color : #000000;
	border  : solid;
	height: 15;
	border-width  : 1px;
	font-family : Verdana,arial, helvetica, serif;
	font-size : 7pt;
}