/* CSS Document */

html, body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	color : #333333; /*TEXT*/
	background-color : #33aa66;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td th {
	color : #333333; /*TEXT*/
	background-color : #333333;
	font-size: 90%;
}

/* Anchors */

a {
	font-weight: bold;
	text-decoration: none;
	color: #663399;
	text-decoration:none;
}
a:link {
	color: #663399;
	text-decoration:none;
}
a:visited {
	color: #663399;
	text-decoration:none;
}
a:hover {
	color: #C71549;
	text-decoration: underline;
}
a:active {
	color: #663399;
	text-decoration:none;
}
a.nounder {
	color: #FFFFFF;
}
a.nounder:hover{
	color: #FFFFFF;
}

/* Classes and IDs */

.trailer {
	font-size:70%;
	font-weight:bold;
	color:#333333;
}
a.trailer {
	text-decoration:none;
	font-size:70%;
}
.center {
	text-align:center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.nav,a.nav {
	font-variant:small-caps;
	font-size:80%;
	font-weight:bold;
	color:#313166;
	text-decoration:none;
}
.maincontent {
	padding:4px;
}

.bullet1 {
	list-style-image:url(images/bullet1.gif);
}

.nlh {
	font-weight:bold;
	font-style:italic;
	color:#080000;
}

/* Menus default styles - end */
  
/*Style for the background-bar*/
.clBar {
	position:absolute;
	width:10px;
	height:10px;
	background-color:#F9CA24;
	layer-background-color:#F9CA24;
	visibility:hidden
}
/*Styles for level 0*/
.clLevel0 .clLevel0over {
	position:absolute;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-variant:small-caps;
	font-weight:bold;
}
.clLevel0 {
	color: #333399;
	text-align: center;
}
.clLevel0over {
	color:#333333;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}
.clLevel0border {
	position:absolute;
	visibility:hidden;
	background-color:#F9CA24;
	layer-background-color:#F9CA24;
}
/*Styles for level 1*/
.clLevel1 .clLevel1over {
	position:absolute;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-variant:small-caps;
	font-weight:bold;
}
.clLevel1 {
	color: #333333;
}
.clLevel1over {
	color:#333333;
	cursor:pointer;
	cursor:hand;
}
.clLevel1border {
	position:absolute;
	visibility:hidden;
	background-color:#F9CA24;
	layer-background-color:#F9CA24;
}
/*Styles for level 2*/
.clLevel2 .clLevel2over {
	position:absolute;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-variant:small-caps;
	font-weight:bold;
}
.clLevel2 {
	color: #333333;
}
.clLevel2over {
	color:#333333;
	cursor:pointer;
	cursor:hand;
}
.clLevel2border {
	position:absolute;
	visibility:hidden;
	background-color:#F9CA24;
	layer-background-color:#F9CA24;
}

