/* This block is (c) 2004 Tantek Celik and is licensed under the Creative Commons License */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

body, p, div, span, h1,h2,h3,h4,h5,h6,pre,code,table { font-size: 100%; }

dt,dd,dl,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }

a img,:link img,:visited img, abbr, acronym { border:none }

/* END COPYRIGHTED SECTION */

/* General Layout */

body{	
	background-color:#000000;
	color:#FFFFFF;
	font-family:Helvetica Light, Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	padding:0px 0px 10px 0px;
}

#frame {
		width:860px;
		margin: 20px auto 10px auto;
		padding:0px 0px 0px 0px;
		text-align:left;
		background-color: transparent;
}


p{
	margin:0px;
	padding:5px 0px 5px 0px;
	color:#666666;
	background-color:transparent;
}

ul, ol{
	margin:5px 0px 5px 30px;

}

input, textarea{
	color:#333333;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	padding:4px;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-align:center;
	}

/* Images */

img	{
	border:0px;
	margin:0px;
	padding:0px;
}

/* Typeography */

h1,h2,h3,h4,h5{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}

h1{
	font-size:24px;
	background-color:transparent;
	color:#777777;
}

h2{
	font-size:16px;
	margin-bottom:0px;
	background-color:transparent;
}

h3{
	font-size:13px;
	margin-bottom:0px;
}

h4{
	font-size:12px;
	margin-bottom:0px;
	background-color:transparent;
}

h5{
	font-size:10px;
	font-weight:lighter;
	background-color:transparent;
}

h6{
	font-size:10px;
	margin-bottom:0px;
	color:#666666;
	font-weight:normal;
}

/* Links */

a:link, a:visited{
	color:#333333;
	text-decoration: underline;
	background-color:transparent;
}

a:hover, a:active{
	color:#333333;
	text-decoration: underline;
	background-color:transparent;
}


