body{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -.67;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
h1{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: -.67;
	font-weight: normal;
	}
	
h2{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: -.67;
	font-weight: normal;
	}
	
p {
	margin-top: 12px;
	margin-bottom: 0em;
	}
	
.NEX_WAS_HERE {
	color: RED;
	margin-top: 8px;
	margin-bottom: 0em;
	}

.NEX_WASNT_HERE {
	color: WHITE;
	margin-top: 8px;
	margin-bottom: 0em;
	}

.WAS_NEX_HERE {
	color: #aaaaaa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.space {
	line-height:150%
}

sup {
	vertical-align: top;
	position: relative;
	top: -0.5em;
}

a:link {
	text-decoration: none;
	color: #FF0000;
	}

a:visited {
	text-decoration: none;
	color: #FF0000;
	}

a:hover {
	text-decoration: none;
	color: #FF0000;
	}

a:active {
	text-decoration: none;
	color: #FF0000;
	}
	
div.CI_Box {
	position: relative;
	border: 1px;
	border-style: solid;
	border-color:#777777;
	width: 1034px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	
	height: 100%;
	
	overflow: hidden;
}

div.CI_Element {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
}
	
div.container {
	position: relative;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	}
	
div.container2 {
	position: relative;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	}
	
div.footer {
	float:left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
	
	font-family: courier;
	font-size: 13px;
	letter-spacing: 0;
	}
	
div.footer2 {
	float:left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FF0000;
	color: #000000;
	
	font-family: courier;
	font-size: 13px;
	letter-spacing: 0;
	}
	
div.footer3 {
	float:left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	
	font-family: courier;
	font-size: 13px;
	letter-spacing: 0;
	}

div.main {
	float: left;
	width: 640px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	}

div.margin {
	float: left;
	width: 100px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:200px;
	margin-bottom:0px;
	padding: 0px;
	}

div.buffer {
	float: left;
	width: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:200px;
	margin-bottom:0px;
	padding: 0px;
	}
	
div.space {
	float: left;
	width: 720px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	}
	
}

.image {
	border-style: solid;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-color: WHITE;
	border-width:0px;
	}
	
.overlay {
	position:absolute;
	width: 640;
	height: 75;
	margin-top: 5px;
	}
	
object, embed {
   outline: 0;
}

*:focus {  
    outline: none;  
	}

@media only screen and (max-device-width: 480px) {
	div.footer {
		float:left;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		background-color: #000000;
		color: #FFFFFF;
	
		font-family: courier;
		font-size: 9px;
		letter-spacing: -1.1px;
	}
}

@media only screen and (min-device-width: 481px) {
	div.footer {
		float:left;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;
		background-color: #000000;
		color: #FFFFFF;
	
		font-family: courier;
		font-size: 13px;
		letter-spacing: 0px;
	}
}