@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/back01.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:black;
	}

.banner01 {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	color:white;
	font-size:0.9em;
	}

.banner01 a {
	color:white;
	}

.banner01 a:hover {
	text-decoration:none;
	}
.banner01 p {
	margin-bottom:5px;
	padding-bottom:5px;
	}

.banner02 {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background:white;
	font-weight:bold;
	}
	
.banner02 p {
	float:right;
	margin-top:5px;
	padding-top:5px;
	font-size:0.9em;
	}

.banner02 a {
	color:#4d9d45;
	}
	

.content {
	width:730px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	padding:10px;
	background:white;
	}

.content p {
	margin-left:300px;
	font-size:0.9em;
	}

.content h2 {
	color:#4d9d45;
	margin-left:300px;
	}

.content h4 {
	color:#4d9d45;
	margin-left:300px;
	}

.content table {
	width:400px;
	font-size:.8em;
	}

.content td {
	border-bottom:1px dashed gray;
	}
.content img {
	float:left;
	margin-top:10px;
	margin-right:20px;
	}

.home {
	width:750px;
	text-align:center;
	background-image:url(../images/baq2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:white;
	margin-right:auto;
	margin-left:auto;
	}
	
.white {
	color:white;
	}
	
.white a {
	color:white;
	}

.video {
	margin-right:auto;
	margin-left:auto;
	}

.table {
	background-image:url(../images/baq3.jpg);
	background-position:center;
	}

.tabs {
	background-color:black;
	width:100%;
	height:30px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding-top:10px;
	font-size:12px;
	}	

.tabs a {
	color:white;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	border-left:1px dashed gray;
	border-right:1px dashed gray;
	}

.tabs a:hover {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#666666
	}
