* {
	margin: 0;
	padding: 0;
}

body, p, td, tr, ul, li, div, input, textarea, option, select {
	font-style:normal;
	font-size: 9pt;
	}


body {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #ccc;
	background-color: #222;
	text-align: center;
	padding:0;
	border-top: 20px solid #111;
	border-bottom: 20px solid #111;
	
}

a { color: #ac6; text-decoration: none; }
a img { border: none; }
a:visited { color: #F2A159; }
a:hover { color: #793; text-decoration: underline; }

p {
	margin-bottom: 10px;
}

.header {
	color: #A1CA4F;
	font-size: 11pt;
	font-weight: bolder;
}

.leftnav {
	padding: 10px;
	padding-right: 40px;
}

hr {
    border: none 0;
	border-top: 1px dashed #222222;
	border-bottom: 1px dashed #ccc;
	height: 1px;
    width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;  
   }



/* header styles */

#header h1{
	margin-top: 16px;
}


/* sidebar styles */

#menu ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#menu ul {
	padding-left: 15px;
	color: #ccc;
}

#menu ul li {
	list-style-type: square;
}

#menu ul ul {
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	color: #fff;
	margin-bottom: 6px;
}





