body{
	background-image: url(../sysicons/mainBG.gif);
	background-repeat: repeat-x;
	background-color: #666666;
	margin : 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

table.main{
	width: 800px;
}
td{
	font-size: 12px;
}
div{
	margin-top : 5px;
	margin-bottom : 8px;
}
td.left{
	width: 218px;
	vertical-align: top;
	font-size: 12px;
	background-image: url(../sysicons/navtdBG.gif);
	background-repeat: no-repeat;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left : 0px;
}
td.content{
	width: 582px;
	background-color: white;
	background-image: url(../sysicons/bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: top;
	font-size: 10px;
	padding-top: 30px;
	padding-left: 0px;
	padding-bottom: 175px;
	padding-right: 0px;
}
td.contentleft{
	vertical-align: top;
	width: 50%;
	padding : 0px 10px 5px 0px;
}
td.contentright{
	vertical-align: top;
	width: 50%;
	padding : 0px 0px 5px 10px;
	border-left : 1px solid #DCDDDE;
}
td.contentmiddle{
	vertical-align: top;
	width: 100%;
	padding : 0px 10px 5px 0px;
}
td.pad{
	width: 75px;
}
td.head{
	background-image: url(../sysicons/head.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 139px;
	width: 800px;
	padding-left: 530px;
	padding-top: 30px;
	text-align: left;
	vertical-align: top;
}
td.stopa{

	font-size: 8px;
	text-align: right;
	height: 10px;
	width: 800px;
}
a:link, a:visited{
	font-weight: normal;
	color: Blue;
	text-decoration: none;
}
a:hover{
text-decoration: underline;
}
a.nav,  a.nav:visited{
	display: block;
	width: auto;
	height: 30px;
	text-decoration: none;
	padding-left: 30px;
	color: White;
	font-weight: bold;
	font-size: 12px;
}
a.nav:hover{
	color: #cccccc;
}

a.headlink, a.headlink:visited{
	margin-right: 30px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left : 3px;
	padding-right : 3px;

}
a.headlink:hover{
	text-decoration: underline;
}
#activ{
	text-decoration: underline;
	color: #F7921E;
}

li {
	list-style: none;
	line-height: 15px;
	padding-left: 35px;
	padding-top: 0px;
	background-image: url(../sysicons/arrow.png);
	background-repeat: no-repeat;
	background-position: 23px;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 25px;
	background-image: url(../sysicons/dot.png);
	background-repeat: no-repeat;
	background-position: 0px;
}