body, html {
	margin: 0;
	color: #333;
	background: #DEDEDE;
	}

td,tr,p,div {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}

a:link, a:visited {
	color: #FF199B; 
	text-decoration: none;
	font-family:  Trebuchet MS, Helvetica, sans-serif;
	}

a:hover {
	color: #333;	
	text-decoration: none;
	}
 
.table_bg {
	background: #DEDEDE url('../images/bg_top.jpg') repeat-x;
	}
 
#info_div
{
	overflow: auto;
	width: 225px;
	height: 280px;
	text-align: left;
}

#mainbody {
	width: 95%;
	text-align: left;
}

.info
{
	width: 241px;
	height: 300px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	background: transparent url(../images/info.jpg) no-repeat;
}


.contentpane {	
	}

.contentpaneopen {
	width: 95%;
	}

.contentheading {
	font-size: 14px;
	font-weight: bold;
 	color: #999;
	text-align:left;
	}

.contentpagetitle {
	font-size: 14px;
	font-weight: bold;
 	color: #999;
	text-align:left;
	}

.componentheading {
	font-size: 14px;
	font-weight: bold;
 	color: #999;
	text-align:left;
	}

table.moduletable {
	}
	
table.moduletable td {
	align: center;
	}

a.mainlevel_top:link, a.mainlevel_top:visited {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	text-indent: 5px;
	padding-top: 0px;
	text-decoration: none;
	line-height: 15px;
	background: #F369B0;
	margin-bottom: 2px;
	width: 649px;
	}

a.mainlevel_top:hover  {
	background: #E00A83;
	}

#active_menu_top {
	background: #E00A83;
	}

h4 {
	color: #333; 
	font-size: 14px; 
	font-weight: bold;
	}

h5 {
	color: #333; 
	font-size: 13px; 
	font-weight: bold;
	}

h6 {
	color: #333; 
	font-size: 12px; 
	font-weight: bold;
	}
	
ul {
	margin: 0px 0px 0px 0px;
	}

li {
	list-style: inside 3px;
	}

hr { 
	background: transparent; 
	height:1px; 
	border: 1px solid #333;
	}

hr.separator {
	background: transparent;
	height: 1px;
	width: 75px;
	border: 1px solid #333;
	}

.small {
	font-size: 9px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	}

.smalldark {
    
    font-size: 9px;
    color: #333;
    text-decoration: none;
    font-weight: normal;
    }

.button {
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	background: #ddd;
	border: 1px solid #666;
	height: 20px;
	color: #333;
	}

.inputbox {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	background: #ddd;;
	border: 1px solid #666;
	}
 
.ontab {
	background-color: #323A15;
	border-left: outset 1px #DCF2FA;
	border-right: outset 1px #808080;
	border-top: outset 1px #DCF2FA;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	}

.offtab {
	background-color : #e5e5e5;
	border-left: outset 1px #E0E0E0;
	border-right: outset 1px #E0E0E0;
	border-top: outset 1px #E0E0E0;
	border-bottom: solid 1px #d5d5d5;
	text-align: center;
	cursor: hand;
	font-weight: normal;
	}

.tabpadding {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}

.tabheading {
	}

.sectiontableheader {
	background-color : #7DB7F7;
	padding: 2px;
	color : #fff;
	font-weight : bold;
	}

.sectiontableentry1, {
	background-color : #ffffff;
	}
	
.sectiontableentry2 {
	background-color : #efefef;
	}
