/* Generic Selectors */

body {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #993300;
	line-height: 150%;		
	background-color: #FFFFFF;
	margin: 0 0 0 0; top right bottom left;	
}

table {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 12px;
	color: #993300;
	line-height: 150%;	
}

p {
	width: 100%;
}

li {
	list-style-type: none;
	line-height: 150%;
}


h1 {
	font-weight: bold;
	padding: 0 0 0 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, serif;
}


h2 {
	font-weight: bold;
	padding: 0 0 0 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, serif;
}


/************************* Classes *************************/





/*************************  Pseudo classes *************************/

:link {
color: #993300;
	text-decoration: underline;
	font-weight: normal;
}
li :link {
color: #993300;
	text-decoration: none;
	font-weight: normal;
}

:visited { 
color: #993300;
text-decoration: underline;
font-weight: normal;
}

li :visited { 
color: #993300;
text-decoration: none;
font-weight: normal;
}

/*:hover {
color: rgb(0, 96, 255);
font-weight: normal;
text-decoration: none;
*/
}
li :hover {
	display: block;
	color: rgb(0, 96, 255);
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6EC8C;	
}
  
:active { 
color: rgb(255, 0, 102);
font-weight: normal; 
} 


/*************************  ID's *************************/


#menu {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10px;
	line-height: 150%;
	color: #993300;
	padding: 5px 0 0 3px;
}

#topmenu {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
	color: #993300;
	padding: 10px 0 10px 0;
}

#footer {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 150%;
	color: #993300;
	padding: 10px 0 10px 0;
}

#mainbody {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
	color: #993300;
	padding: 14px 0 0 0;
	width: 100%;
}

#topleft {
	font-weight: bold;
	padding: 0 0 0 3px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, serif;
	color: #993300;
}

#rightmenu {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 10px;
	line-height: 150%;
	color: #993300;
	padding: 5px 10px 0 3px;
}