/*
	This is a CSS document
	@author:	Muhammad Ibrahim
	@date:		March 26, 2008
	@updated:	March 31, 2008
*/


body {
	color: #333333;
	background: #ffffff;
	font-size: 10pt;
	font-family: verdana, arial, courier;
	font-weight: normal;
}

h2 {
	font-size: 12pt;
	margin: 8px 0px 3px 0px;
	padding: 10px 33px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #111;
	border: 1px solid #bbb;
}

#banner {
	margin: 0;
	padding: 0;
	background: #ffffff;
}

#banner h1 {
	font-size: 10pt;
	font-weight: normal;
	font-family: verdana, arial, courier;
	color: #000000;
}

#titlebar {
	display: none;
}

#maincont {
	color: #334;
	background: #fff;
	margin: 0;
	padding: 0;
	width: 95%;
	line-height: 120%;
}


#maincont p {
	margin: 5px 0px;
}

#maincont a {
	text-decoration: none;
	color: #e50;
	font-size: 10pt;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;

}

#leftcontent {
	display: none;
}

#docbox {
	background: #fff;
	margin: 0;
	padding: 0;
}

h2 {
	margin: 8px 0px 3px 30px;
	padding: 3px 21px;
	font-size: 10pt;
	color: #111;
	border: 1px dashed #bbb;
}

a:link, a:visited {
	content: " (" attr(href) ") ";
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	}

ul {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 35px;
}

#footer {
	display: none;
}

