/* basic elements */

body {
	background-color: #0099CC;
	margin-top: 25px;
	margin-bottom: 25px;
	background-attachment: scroll;





}
.header {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;

}
.content {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	;
	font-size: 12px;
	font-style: normal;
	background-color: #F7F7F7;
	text-align: justify;
	padding: 10px;

}
.navigation {
	background-color: #EBEBEB;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	;
	font-size: 12px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;


}
.maintable {
	border: 10px solid #FFFFFF;

}
.contenttopic {
	color: #EB694A;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;


}
a {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #0099CC;

}

a:hover {
	color: #FFFFFF;
	background-color: #0088FF;
}
.under {
	background-color: #FF6633;
}
