/*------------------------Generic but specific to each site--------------*/
body{
	margin: 0;
	padding: 0;
	background: #000;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	}

a{
	color: #666666;
	text-decoration: none;
	}
#line1 img {
	float: right;
	width: 180px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
}


p{
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	}
strong{
	color: #DCE12A;
	}
	
a:hover, a:focus{
	text-decoration: underline;
	color: #DCE12A;
	}
.float-left{
		float: left;
		}	
.float-right{
		float: right;
		}

.left{
		float: left;
		padding: 0 10px 10px 0;
		}	
.right{
		float: right;
		padding: 0 0 10px 10px;
		}

h1{
	color: #DCE12A;
	font-size: 160%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 16px 0;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
	}

h2{
	color: #DCE12A;
	font-size: 110%;
	font-weight: bold;
	padding: 0;
	margin: 0 0 16px 0;
	clear: both;
	border-bottom: 1px solid #e1e1e1;
	}

.small{
	font-size: 80%;
	}

.alert{
	color: #ff007f;
	}

.green{
	color: #dde224;
	}
