/* custom stuff */

#sidemenu {
	width: 100%;
	height: 100%;
	border: 0px;
}

#data {
	width: 100%;
	height: 100%;
	border: 0px;
}


a.mainmenu:link, a.mainmenu:visited {
  display: block;
	background: #000000 url(graphics/gp_menu_bg.png);
	font-size: 11px;
	font-weight: bold;
	color: #ADC8E3;
	height: 26px;
	line-height: 26px;
	text-indent: 15px;
}

a.mainmenu:hover {
	background-position: 0px -26px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.gmainmenu:link, a.gmainmenu:visited {
  display: block;
	background: #000000 url(graphics/gp_menu_bg.png);
	font-size: 11px;
	font-weight: bold;
	color: #ADC8E3;
	height: 26px;
	line-height: 26px;
	text-indent: 30px;
}

a.gmainmenu:hover {
	background-position: 0px -26px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}


a:link {
        color: #ADC8E3; text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #ADC8E3;
        text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;	
        text-decoration: none;
        text-transform: None;
	font-weight: bold;
}

td.maintd {
        display: block;
        background: #000000 url(graphics/dividerbg.png);
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height: 26px;
	width: 163px;
        line-height: 26px;
}

table.indextable {
       cellpadding: 0;
       cellspaceing: 0;
       border-style: none;
}