/* CSS Document */
.clr {
	clear: both;
}

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, "Sans Serif";
	font-size: 11px;

	color: #ffff;
	background-color: White;
/*	
	color: #0;
	background-image: url(images/silvabeige.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: Black;
*/	
}

table.all {
/*	background-image: url(images/104040299.jpg);*/
 background-image: url(images/left.png);
 background-position: left;
 background-repeat: repeat-y;
	background-color: #CD853F;
	width: 750px;
 	border-spacing: 0px;
	margin : 0px;
}

table.header {
 	background: url(images/header4.png);
	height: 150px;
	width: 750px;
}

ul
{
margin: 0;
padding: 0;
list-style: circle;
}


li
{
padding-left: 15px;
padding-top: 0px;
background-image: url(images/arrow.png) ;
background-repeat: no-repeat;
background-position: 0px 3px;
list-style: circle;
}


td {
	text-align: left;
	font-size: 11px;
}


h {
	margin-bottom: 0px;
	margin-top: 0px;
}

p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

A:LINK {
	color: #B8860B; text-decoration: underline;
	font-weight: bold;
}


A:VISITED {
	color: Olive; text-decoration: underline;
	font-weight: bold;
}


a:hover {
	color: #A0522D;	text-decoration: underline;
	font-weight: bold;
}

a.mainlevel:link, a.mainlevel:visited {
	background: url(images/button.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	padding-left: 14px;
	margin : 0px;
	height: 25px;
	width: 120px;
	text-decoration: none;
	color: Black;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	color: #505050;
}

a.profileheader {
	background-color: #DAA520;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: Black;
	width: 600;
	}

table.mainlevel {
 border-collapse: collapse;
 border-spacing: 0px;
 width: 130px;
}

table.main {
	background-color: #1212;
}

td.leftmenu {

}


td.isi {
	background-color: #FFDEAD;
	width: 610px;
}

