.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #236D6B;
}
.menuholight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #236D6B;
	font-weight: bold;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #236D6B;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.subdetails {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #236D6B;
	font-weight: bold;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #AD3139;
	font-size: 13px;
	font-weight: bold;
}

.menu  a:link { color :  #236D6B }
.menu  a:link {text-decoration : none }
.menu  a:active { color : #236D6B }
.menu  a:visited { color : #236D6B }
.menu  a:visited {text-decoration : none }
.menu  a:hover { color : #AD3139}
.menu  a:hover { text-decoration : none }

.content  a:link { color :  #236D6B }
.content  a:link {text-decoration : none }
.content  a:active { color : #236D6B }
.content  a:visited { color : #236D6B }
.content  a:visited {text-decoration : none }
.content  a:hover { color : #AD3139}
.content  a:hover { text-decoration : none }

