/* stylesheet www.greenlightmedia.com */

body {
	color: #FF9900;
	background-color: #000000; 
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size: 11px;
}


h1 {
	font-size: 16px;
	color: #FF9900;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}

h2 {
	font-size: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}

h3 {
	font-size: 13px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
}

p, td {
	font-size: 12px;
	color: #FF9900;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	line-height: 120%;
}

b{
	font-weight: bold;
}

hr {
	background-color: #FF9900;
	color: #FF9900;
	line-height: 1px;
	border: 0px solid;
	height: 1px;
}

ul {
	margin-left: 20px;
	padding-left: 0px;
}

li {
	list-style-image: url(/cms/images/li_square.gif);
	margin: 6px 0px 4px 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 0px; 
	line-height: 14px;
}


/*  LINKS  */
A:link {
	color: #FF9900;
	text-decoration: none;
}
A:visited {
	color: #FF9900;
	text-decoration: none;
}
A:hover {
	color: #FF9900;
	text-decoration: underline;

}
A:active {
	color: #FF9900;
	text-decoration: none;
}
A {
	color: #FF9900;
	text-decoration : none;	
	}
	
.small {
	font-size: 10px;
}	
