body {font: 9pt Microsoft Sans Serif, serif;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%;
	text-decoration:none;

}

table { border-collapse: collapse; width: 100%; font: 9pt Microsoft Sans Serif;}
td, th { border-bottom: 1px solid #555; padding: 2px; }

tr:nth-child(even) {background: #fafafa}
tr:nth-child(odd) {background: #eeeeee}
tr:hover { background: #777777; color:#ffffff;}

.butt {
 background: #555555;
 display: inline-block; 
 border: 1px solid #224;
 width: 16%;
 height: 16px;
 text-align: center;
 padding: 1px 1px 1 1px;
 font: 12px Calibri, Verdana, Arial, Helvetica, sans-serif;
 color: #fff;
 text-decoration: none;
 -webkit-border-radius: 2px;
 -khtml-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
 }

 .butt:hover {
 background: #ee6622;
 color: #fff;

 }
 
 .butt2 {
 background: #7755aa;
 display: inline-block; 
 width: 12%;
 height: 18px;
 text-align: center;
 padding: 2px 2px 0 2px;
 font: 12px Calibri, Verdana, Arial, Helvetica, sans-serif;
 color: #fff;
 text-decoration: none;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 }

 .butt2:hover {
 background: #cc4400;
 color: #fff;

 }

 .butt3 {
 background: #6655bb;
 display: inline-block; 
 width: 95%;
 height: 18px;
 text-align: center;
 padding: 2px 2px 0 2px;
 font: 12px Calibri, Verdana, Arial, Helvetica, sans-serif;
 color: #fff;
 text-decoration: none;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 }

 .butt3:hover {
 background: #cc4400;
 color: #fff;

 }

 .butt4 {
 background: #6655bb;
 display: inline-block; 
 width: 47%;
 height: 18px;
 text-align: center;
 padding: 2px 2px 0 2px;
 font: 12px Calibri, Verdana, Arial, Helvetica, sans-serif;
 color: #fff;
 text-decoration: none;
 -webkit-border-radius: 5px;
 -khtml-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 }

 .butt4:hover {
 background: #cc4400;
 color: #fff;

 }


h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:2px 0 1px;
}
#ads img {
	display:inline;
	padding-top:10px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	background:#fff;

}
#header {
	border-bottom:1px solid #000;
	background:#111;

}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:1px 0 0 0;
	padding:0;
}
#header ul li {

	}
#header ul li a {
	display:block;
	width:120px;
	height:20px;
	border-bottom:0px solid;
	float:left;
	margin:0 0 0 1px;
	padding:1px 1px;
	text-align:center;
	background:#fb8;
	color:#000;
	text-decoration:none;
	position:relative;
	left:1px;
	line-height:1.5em;
	font-size:90%;
}
#header ul li a:hover {
	background:#f82;
	color:#000;
	font-size:90%;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#000;
	background:#fd4;
	font-weight:bold;
}
#header ul li a span {
	display:inline;
	
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	padding:10px;
	margin:0;
}