body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d2cdc3;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
input, textarea {
	background-color: white;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	}

form {
	margin: 0px;
	}

h2 {
	font-size: 13px;
	margin: 0px;
	margin-bottom: 6px;
	margin-top: 10px;
	}

.buttonstyle {
	border: 1px solid #AAAAAA;
	border-left-color: #AAAAAA;
	border-right-color: #000000;
	border-bottom-color: #000000;
	background-color: #DDDDDD;
	margin-top: 4px;
	}

.separatorline {
	border-top: 1px solid #000000;
	line-height: 1px;
	font-size: 1px;
	padding: 0px;
	margin: 0px;
	}

/*
-----
KEPEK
-----
*/

.pic {
	margin: 0px 0px;
	padding: 0;
	position: relative;
}

.pic img {
	background-color: #f6f6f5;
	border: 1px solid #000000;
	margin: 2px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
	}

.pic:hover img {
	background-color: #AAAAAA;
	border: 1px solid #000000;
	margin: 2px;
	padding: 4px;
	position: relative;	
	filter: alpha(Opacity=80);
	-moz-opacity: 0.7;
}

.menuseparator {
	text-decoration: none;
	color: white;
	line-height: 30px;
	display: block;
	height: 30px;
	float: left;
	}

.foot {
	padding-top: 2px;
	color: white;
	}

.foot a {
	color: white;
	text-decoration: none;
	}

.foot a:visited {
	color: white;
	text-decoration: none;
	}

.foot a:hover {
	color: white;
	text-decoration: none;
	}

.foot a:active {
	color: white;
	text-decoration: none;
	}

.foot a:hover {
	color: red;
	text-decoration: none;
	}



.menu2 {
	display: block;
	}

.menu {
	text-decoration: none;
	color: white;
	line-height: 30px;
	display: block;
	height: 30px;
	float: left;
	}
.menu:link {
	color: white;
	}
.menu:active {
	color: white;
	}
.menu:visited {
	color: white;
	}
.menu:hover {
	background-image: url(../images/menu_h_bg.jpg);
	color: black;
	}

