@charset "utf-8";
/* CSS Document */

.body {
	background-image:url(../images/bg_all.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	margin:0px 0px 0px 0px;
}

.main_menu {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#006;
	text-decoration: none;
}
.main_menu:hover {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#FFF;
	text-decoration: none;
	background-color:#006;
}
.link {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#000;
	text-decoration:underline;
}
.link:hover {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#fff;
	text-decoration: none;
	background-color:#006;
}
.link2 {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#00F;
	text-decoration:underline;
}
.link2:hover {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#000;
	text-decoration:underline;
}


.border {
	border:1px #999 solid;
}
.text {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#666;
	text-decoration: none;
	text-align:justify;
}
.text2 {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#000;
	text-decoration: none;
	text-align:justify;
}
.text3 {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#F00;
	text-decoration: none;
	text-align:justify;
}
.text4 {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#FF0;
	text-decoration: none;
	text-align:left;
}

.judul {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.copyright {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color:#666;
	text-decoration: none;
}
.tombol {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#00F;
	text-decoration:underline;
}
.tombol:hover {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#F00;
	text-decoration: none;
}
.garis_bawah	{
	border-bottom-color:#03F;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-right-color:#03F;
	border-right-style:solid;
	border-right-width:1px;

}
.garis_bawah2	{
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.border {
	border:1px solid #09F;
}