body {
	background-image : url(/images/sand.jpg);
	color : #000000;
}

.margin1cm {
	margin-left: 1cm;
	margin-right: 1cm;
}

a:link {
	text-decoration: none;
	color: #0000BF;
}
a:visited {
	text-decoration: none;
	color: #004500;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #0000BF;
}

.navbar {
	font-size: 11pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: #215E21;
}
a.navbar:link {
	text-decoration: none;
	color: #FFFFFF;
	background: #215E21;
}
a.navbar:visited {
	text-decoration: none;
	color: #FFFFFF;
	background: #215E21;
}
a.navbar:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #FF0000;
}
a.navbar:hover {
	text-decoration: none;
	color: #FFFF00;
	background: #0000FF;
}

.usrbar {
	font-size: 10pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #8B008B;
	background: #FFD700;
}
a.usrbar:link {
	text-decoration: none;
	color: #8B008B;
	background: #FFD700;
}
a.usrbar:visited {
	text-decoration: none;
	color: #8B008B;
	background: #FFD700;
}
a.usrbar:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #FF0000;
}
a.usrbar:hover {
	text-decoration: none;
	color: #FFFF00;
	background: #0000FF;
}

.advbar {
	font-size: 12pt;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF00;
	background: #000080;
}
a.advbar:link {
	text-decoration: none;
	color: #FFFF00;
	background: #000080;
}
a.advbar:visited {
	text-decoration: none;
	color: #FFFF00;
	background: #000080;
}
a.advbar:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #FF0000;
}
a.advbar:hover {
	text-decoration: none;
	color: #000080;
	background: #FFFF00;
}

.balitimebox {
	font-size : 12pt;
	font-weight : bold;
	text-align : center;
	background-color : transparent;
	border-left : 0px;
	border-right : 0px;
	border-bottom : 0px;
	border-top : 0px;
	color : #215E21;
}

