body {
	background-color:#E6E6D2;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}

.bodyteks1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.5em;
	color:#000099;
	margin-top:-7px;
}
.bodyteks2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:600;
	line-height: 1.75em;
	color:#000000;
	text-align:left;
}
.bodyteks3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	line-height: 1.8em;
	color:#000000;
	text-align:left;
	padding-right: 10px;
}
.bodyteks3b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	line-height: 1.7em;
	color: #333333;
	text-align:left;
}
.bodyteks3c {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:normal;
	line-height: 1.8em;
	color:#000099;
	text-align:left;
}

.bodyteks4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	line-height: 2em;
	color:#000000;
}
.bodyteks5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:100;
	line-height: 1.75em;
	color:#000000;
	text-align:left;
	margin-left:10px;
}

.bodyteks6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:400;
	line-height: 1.75em;
	color:#000000;
	text-align:left;
}
.bodyteks7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:700;
	font-style: normal;
	line-height: 1.5em;
	color:#000000;
	margin-top:-7px;
}
.bodyteks8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7em;
	color:#000000;
	margin-top:-7px;
}

.bodyteks9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	line-height: 1.8em;
	color:#505050;
}
.bodyteks10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	line-height: 1.6em;
	color:#000099;
	margin-top:-7px;
}
.imgteks2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:normal;
	font-weight:600;
	line-height: 1.75em;
	color:#000000;
}
#backset {
	background-image:url(../images/back1.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.subtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: #FF0000;
}
.successtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: #10C52A;
}
	#table {
		-moz-user-select:none;
		cursor:default;
		font-family:Arial,sans-serif;
		font-size:10px;
		width:100%;
	}

	#table th#hoverTH {
		background:#555555 none repeat scroll 0%;
	}

	#table th {
		background:#909598 none repeat scroll 0%;
		border-bottom:1px solid #909598;
		border-left:1px solid #909598;
		border-top:1px solid #909598;
		color:#FFFFFF;
		cursor:pointer;
		padding:4px 0pt 4px 9px;
		text-align:left;
	}

	#table th span {
		color:#AAAAAA;
	}

	#table tr#this td {
		background-color:#3D80DF;
		border-color:#3E6FB3 rgb(88, 134, 199) rgb(62, 111, 179) rgb(52, 109, 190);
		border-style:solid;
		border-width:1px;
		color:#FFFFFF;
		font-weight:bold;
	}

	#table tr#hover td {
		background-color:#777777;
		border-color:#888888 rgb(119, 119, 119) rgb(136, 136, 136) rgb(136, 136, 136);
		border-style:solid;
		border-width:1px;
		color:#FFFFFF;
	}

	#table tr td {
		border-bottom:1px solid #FFFFFF;
		border-left:1px solid #D9D9D9;
		border-top:1px solid #FFFFFF;
		padding:3px 8px;
	}

	#table tr.even td {
		border-bottom:1px solid #efefef;
		border-right:1px solid #efefef;
		border-top:1px solid #efefef;
	}

	#table tr.odd td {
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
		border-top:1px solid #ccc;
	}	
		
	#table2 {
		-moz-user-select:none;
		cursor:default;
		font-family:Arial,sans-serif;
		font-size:10px;
		width:100%;
	}

	#table2 th#hoverTH {
		background:#555555 none repeat scroll 0%;
	}

	#table2 th {
		background:#909598 none repeat scroll 0%;
		border-bottom:1px solid #909598;
		border-left:1px solid #909598;
		border-top:1px solid #909598;
		color:#FFFFFF;
		cursor:pointer;
		padding:4px 0pt 4px 9px;
		text-align:left;
	}

	#table2 th span {
		color:#AAAAAA;
	}

	#table2 tr#this td {
		background-color:#3D80DF;
		border-color:#3E6FB3 rgb(88, 134, 199) rgb(62, 111, 179) rgb(52, 109, 190);
		border-style:solid;
		border-width:1px;
		color:#FFFFFF;
		font-weight:bold;
	}

	#table2 tr#hover td {
		background-color:#777777;
		border-color:#888888 rgb(119, 119, 119) rgb(136, 136, 136) rgb(136, 136, 136);
		border-style:solid;
		border-width:1px;
		color:#FFFFFF;
	}

	#table2 tr td {
		border-bottom:1px solid #FFFFFF;
		border-left:1px solid #D9D9D9;
		border-top:1px solid #FFFFFF;
		padding:3px 8px;
	}

	#table2 tr.even td {
		border-bottom:1px solid #efefef;
		border-right:1px solid #efefef;
		border-top:1px solid #efefef;
	}

	#table2 tr.odd td {
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
		border-top:1px solid #ccc;
	}
.txtcms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	border:1px solid #000000; 
	background-color:#FFFFFF; 
	padding-left:1px; 
	padding-right:1px; 
	padding-top:1px; 
	padding-bottom:1px
}
#header {
	width: 740px;
	height: 190px;
	background-image:url(../images/index_02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#userlog {
	width:90px; 
	position:absolute; 
	margin-left:20px; 
	top: 0%; 
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	font-size:11px;
	z-index: 1000;
}
#cat {			
	width: 165px; 
	background-image:url(../images/BG-loginmenu.png); 
	background-repeat:repeat-x repeat-y;
	background-color:transparent;
	z-index: 1000;
}
#forming {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 24px;
	color:#FFFFFF;
}	