/***********dc style sheet***************/

body{
	font-family:Arial;
	font-size:14px;
	font-weight:500;
	background-color:#000000;
	color:#CCCCCC;
}
.td{
	font-face:Arial;
	font-size:14px;
	color:#CCCCCC;
}
.h1{
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	colour:#CCCCCC;
}
.main {
	/*position:relative;*/
	position:absolute; 
	top: 0px; 
	left: 230px; 
	width:600px;
}
.text{
	font-face:Arial;
	font-size:14px;
}
.bar a{
	/*margin-left: auto;
	margin-right: auto;*/
	font-face:Arial;
	color:#999999;
	text-decoration:none;
	font-weight:600;
	border-style: solid;
	border-width: 0px;
	border-color:#666666;
	border-collapse:collapse;
	border-spacing:0px;
	padding: 5px 0px 2px 25px;
	height:22px; 
	width:133px;
	background-image: url("bullet1.gif");
	background-repeat: no-repeat;
	display:block;
}
.bar a:hover{
	color:#666666;
	background-color:#eeeeee;
	background-image: url("bullet2.gif");
}
.bar2 a{
	font-family:Times;
	color:#444444;
	text-decoration:none;
	font-weight:400;
	font-size: 13px;
	border-style: solid;
	border-width: 0px;
	border-color:#666666;
	border-collapse:collapse;
	border-spacing:0px;
	padding: 5px 0px 0px 20px;
	height:28px; 
	width:190px;
	background-image: url("bullet1.gif");
	background-repeat: no-repeat;
	display:block;
}
.bar2 a:hover{
	background-color:#999999;
	background-image: url("bullet2.gif");
	color:#000000;
	/*border-style: solid;
	border-color:#eeeeee;*/
}
.bar3 a{
	font-family:Times;
	color:#444444;
	text-decoration:none;
	font-weight:400;
	font-size: 13px;
	border-style: solid;
	border-width: 0px;
	border-color:#666666;
	border-collapse:collapse;
	padding: 5px 0px 0px 20px;
	height:28px; 
	width:132px;
	background-image: url("bullet1.gif");
	background-repeat: no-repeat;
	display:block;
}
.bar3 a:hover{
	background-color:#999999;
	border-style: solid;
	border-color:#eeeeee;
	color:#000000;
	background-image: url("bullet2.gif");
}
table{
	font-face:Arial;
	font-size:14px;
	font-weight:400;
	border-collapse:collapse;
	/*border-color:#666666;*/
	border-spacing: 0px;
}
#navigation{
	position:relative;
	text-align: center;
	margin: auto;
}
table.nav{
	width: 800;
	font-face:Arial;
	font-weight:600;
	color:#eeeeee;
	position:absolute;
	border-collapse: collapse;
	border-spacing: 0px; 
}
table.subnav1{ 
	/*position:relative;*/ 
	position:absolute;
	top:-400;		/*-1300px;*/ 
	/*left:382;*/   /*relative -87px;*/ /* absolute = 363 */ 
	border-style: solid;
	border-collapse:collapse;
	border-width: 0px;
	border-spacing:0px;
	width:190px;
}
table.subnav2{ 
	/*position:relative;*/
	position:absolute; 
	top:-400;		/*-1400px;*/
	/*left:745;*/      /*relative 247px;*/ /* absolute = 766 */
	background:black; 
	border-style: solid;
	border-style: solid;
	border-width: 0px;
	width:120px;
}
td.menu{
	background:#434a4f;
	border-color:#666666;
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
}
tr.menu{
	background:#434a4f;
	border-style: solid;
	border-width: 0px;
}
td.submenu1 a{
	background:#eeeeee;
	border-color:#eeeeee;
	border-collapse:collapse;
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px 0px 0px 10px;
	/*.bar
	height:30px;
	width:220px;*/
}
td.submenu1 a:hover{
	background:#999999;
}
td.submenu{
	background:#eeeeee;
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
}

