/* CSS Document */


p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 15px;
	background-color: #ffff5;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	text-align: left;
	margin: 15px;
}

h1 {text-align: left}

body {
margin: 15px;
}

.margin {
margin: 15px;
}

.ebmtext {
	color: #660033;
	font-weight: bold;
}

a {
	color: #009900;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}
a:active {
	text-decoration: none;


.list {
	list-style-type: square; 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.legal { 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ffffff;
	
}

.bottomnav { 
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	margin: 15px;
}

.bottomnav a:link {
color: #336699;
text-decoration: underline;
}

.bottomnav a:visited {
color: #0066ff;
text-decoration: none;
}

.bottomnav a:hover {
color: #0066ff;
text-decoration: underline;
}

.bottomnav a:active {
color: #666666;
text-decoration: none;
}

.imageonepos_abs
{
position:absolute;
left:100px;
top:150px
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #660000;
}
.textblack {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.textwhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
	
