body{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: arial;
}
p {
	font-size: 11px;
	margin-left: 10px;
	border-left-style: dotted;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	color: #333;
}
h1{
	font-size: 16px;
	padding: 5px;
	text-align: left;
	font-style: italic;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	background-color: #CCC;
}
h2 {
	font-size: 12px;
	color: #FFF;
	background-color: #333;
	padding: 5px;
	font-weight: normal;
	margin: 0px;
	display: inline;
	font-style: italic;
	text-transform: lowercase;
}
.style1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}

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

a:visited {

	text-decoration: none;

	color: #626262;

}

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

a:active {
	text-decoration: none;
	color: #CC0000;

}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {color: #CC0000}
div#floatMenu{
	position: absolute;
	z-index: 2;
	width: 300px;
	top: 300px;
}
#footer{
	height:50px;
	background-color: #333;
	width: 100%;
	}
#footer .logo {
	margin-top: 5px;
	margin-left: -260px;
	position: absolute;
	left: 50%;
}
#footer .logoDiv {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	height: 40px;
}
a:link.opc, a:visited.opc, a:active.opc {
opacity: 1.0;
filter: Alpha(Opacity=100);
}
a:hover.opc {
	opacity: .80;
	filter: Alpha(Opacity=80 );
}

