BODY{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

BODY.blank{
	background-color: #E6E6E6;
}

BODY.bottom{
	background-image: url("../images/bgbottom.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.left{
	background-image: url("../images/bgleft.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.right{
	background-image: url("../images/bgright.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.top{
	background-image: url("../images/bgtop.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.absbottom{
	background-image: url("../images/bgabsbottom.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.absleft{
	background-image: url("../images/bgabsleft.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.absright{
	background-image: url("../images/bgabsright.gif");
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #E6E6E6;
}

BODY.abstop{
	background-image: url("../images/bgabstop.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.menu{
	background-image: url("../images/bgmenu.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.submenu{
	background-image: url("../images/bgsubmenu.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.flash{
	background-image: url("../images/bgflash.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.main{
	background-image: url("../images/bgmain.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

BODY.head{
	background-image: url("../images/bghead.jpg");
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
}

TABLE{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A{
	color: #000000;
	text-decoration: none;
}

A:hover{
	color: #666666;
	text-decoration: none;
}


INPUT{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

BODY.head A{
	color: #FFFFFF;
}
BODY.head A:hover{
	color: #0E1E2D;
}

INPUT.searchfield{
	border: 1px solid #1E3B56;
	height: 15px;
	width: 170px;
}

TD.searchbutton{
	padding-left: 3px;
}

TD.menu{
	border-right: 1px solid #B3C3D5;
	border-left: 1px solid #405063;
	padding-left: 15px;
	padding-right: 15px;
}

TD.docfirst{
	border-left: none;
	padding-left: 0px;
}
TD.doclast{
	border-right: none;
}
