@charset "utf-8";

body {
	background-color: #999999;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.css {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	color: #1e73ab; 
	text-decoration:none;
}

a:visited {
	color: #1e73ab; 
	text-decoration:none;
}
a:active {
	color: #1e73ab; 
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

a.web:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6600; 
	text-decoration:underline;
}

a.web:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6600; 
	text-decoration:underline;
}
a.web:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6600; 
	text-decoration:underline;
}
a.web:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6600;
	text-decoration:none;
}

/*
*/

.style1 {color: #999999}
.style2 {color: #FFFFFF}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	}
.linkweb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration:underline;
	}
.judul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #377f07; 
	}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999; 
	}