/* author : hakim jamal - thoughtography.net */
html, body {
	margin: 0px;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}
.navigation {
	margin: 0px; 
	padding: 0px;
	width: 778px;
	background: #fff;
	display: none;
}
.rightcol {
	position: relative;
	right: 10px;
	padding: 0px;
	margin: 0px;
	width: 258px;
	background: #fff;
	float: right;
	display: none;
}
.footer {
	font-size: 0.65em;
	color: #000;
	text-align: center;
	height: auto; 
	width: 100%;
	padding: 10px 0px 10px 0px;
	display: none;
}
.clear {
	line-height: 1px; 
	font-size: 1px; 
	height: 1px; 
	clear: both; 
	margin: 0px; 
	padding: 0px;
}
.red {
	color: #df001d;
}
.hiddennav {
	position: absolute; 
	left: 0; 
	top: -500px; 
	width: 1px; 
	height: 1px; 
	overflow: hidden;
	display: none;
}
h1 { 
	font-size: 0.75em;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}
h2 { 
	font-size: 0.7em;
	padding: 10px 0px 0px 10px;
	margin: 0px;
}
p {
	font-size: 0.7em;
	padding: 10px;
	margin: 0px;
}
.startup {
	text-indent: 20px;
	line-height: 1.1em;
	padding: 2px;
	margin: 0px;
}
ol {
	font-size: 0.7em; 
}
ul {
	list-style: url(../images/li.gif) none outside;
	font-size: 0.7em; 
}
a, a:link {
	color: #000;	
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: underline;
}
a:visited {
}
.credit {
	margin-left: auto; 
	margin-right: auto; 
	width: 758px;
	font-size: 0.8em;
	color: #eee;
	padding: 0px 0px 2px 0px;
	display: none;
}
a.credit, a.credit:link {
	color: #fff;	
	text-decoration: none;
}
a.credit:hover {
	color: #c5c5b3;
	background: #fff;
	text-decoration: none;
}
a.credit:active {
	color: #fff;
	text-decoration: none;
}
a.credit:visited {
}