/* CSS Document */

body {
	background-image: url(images/dot.jpg);
	background-repeat: repeat;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 10px 10px;
}
.style2 {
	font-weight: bold;
	font-size: x-large;
}
.style3 {
	font-size: xx-large;
	color: #FF0000;
	font-weight: bold;
}
.style4 {
	color: #FF6600;
	font-size: 50px;
	font-weight: bold;
}
.style5 {font-size: x-large}
.style6 {
	font-size: x-large;
	font-weight: bold;
}
.style7 {
	font-size: larger;
	font-weight: bold;
}
.style8 {font-weight: bold}
.style9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: x-large;
	color: #0000FF;
}
.style10 {font-weight: bold; font-size: larger;}
.style11 {font-family: Georgia, "Times New Roman", Times, serif}.style12 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#content {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 10px 10px 10px 10px;
}
.style13 {
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}
/* menu atas */
td .menuatas {
	height: 34px;
	width: 95px;
	background-image: url(images/menutop.jpg);
}
td .menuatas a {
	height: 26px;
	padding-top: 10px;
	font-family: Arial, Helvatica, sans-serif; 
	font-size: 11px;
	color:#613803;
	text-align:center;
	display: block;
	text-decoration: none;
}
td .menuatas a:hover {
	color:#000000;
	background-image: url(images/menutop_a.jpg);
}


/* Table */
.table-main {
	width:700px;
	background:#FFFFFF;
	border:1px solid #006600;
	text-align:center;
	padding:0px;
	spacing:0px;
}
.table-gb {
	font-family: Tahoma; 
	font-size: 9pt;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	margin: 5px 0px;
	line-height: 125%;
}
.th-gb {
	color: #FFFFFF;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #969BA5;
	border-collapse: collapse;
	background-color: #265180;
}
.td-gb {
	padding: 0.5em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #969BA5;
	border-collapse: collapse;
	background:#FFFFFF;
}

