/* CSS Document */

.text { 
color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	}
a {
	color : #CCCCCC;
	text-decoration: none;
}
a:hover {
	color : #FFFF00;
	text-decoration: none;
}
.judul{
	color:#FFFF00;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	}

div.profil {
	margin-bottom:3px;
	background-color:#3980F4;
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	/* background: url(../images/bottom.gif) no-repeat  right bottom; */
	color: #fff;
	border: 1px solid #ddd;

}
div.profil a{
	color: #fff;
	text-decoration: underline;

}
.title {
	color : #FFFFFF;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 11px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
.title a {
	color : #EF6D00;
}
.title a:hover {
	color : #C25A02;
}
th {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
td {
	color : #000000;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}

