a {
	color: #005599;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

a.white {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	text-decoration : none;
	font-weight: bold;
}

a:hover.white {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a.gray {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #777777;
	text-decoration : none;
	font-weight: bold;
}

a:hover.gray {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 0px;
	background-color: ivory;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #326495;
	border-bottom: 1px solid #F1F1F1;
	letter-spacing: 1px;
	font-size: 26px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #777777;
	border-bottom: 1px solid #F1F1F1;
	font-size: 12px;
	font-weight: bold;
}

.footer-text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: dimgray;
	padding: 7px 0px 0px 0px;
}

.tabel1 {
	border: 1px dashed #CCCCCC;
	padding: 3px;
	width: 100px;
}

.tabel1:hover {
	border: 1px dashed #CCCCCC;
	padding: 3px;
	width: 100px;
	background-color: whitesmoke;
}

.tabel2 {
	border: 1px dashed #CCCCCC;
	padding: 3px;
	vertical-align: top;
}

.tabel2:hover {
	border: 1px dashed #CCCCCC;
	padding: 3px;
	vertical-align: top;
	background-color: whitesmoke;
}