﻿body {
	background-color:white;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-image:url('images/greenbg.jpg');
	background-repeat:repeat-x;
	
}

a {
	color: #3366FF;
	font-weight: bold;
	text-decoration:none;
}

td {
	text-align: left;
	vertical-align:top;
}

div#main {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right:5px;
	border-left: 1px silver dotted;
	border-right: 1px silver dotted;
}

div.columntop {
	background-color: black;
	color: white;
	text-align:center;
	font-weight: bold;
	border: 2px solid silver;
}

h1 {
	margin-top: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: green;
	font-size: 320%;
	margin-bottom: 2px;
}

.h1link {
	color: green;
	text-decoration:none
}


h3 {
	font-size: 120%;
	margin-top: 2px;
}


h2, h5 {
	font-size: 120%;
	margin-top: 2px;
}

h4 {
	font-size: 150%;
	margin-top: 0px;
}

h5 {
	font-size: small;
}

.h2link {
	text-decoration:none;
	color: #333333;	
}

.companylogo {
	
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}
.logo, .logo2 {
	border: 1px solid silver;
}

.logo2 {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.cellthird {
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	text-align:justify;
}

#googleside {
	text-align:center;
	margin-top: 10px;
}

#cellleft {
	padding-right: 8px;
}

#summary {
	border: 1px silver solid;
	background-color:#F4F4F4;
	padding: 5px;
	margin-top: 12px;
}

#maintable, #maintable2 {
	background-image:url('images/gradient.jpg');
	background-repeat:repeat-x;
	background-position: left bottom;
}

#maintable2 {
	margin-top: 20px;
}

#cellright {
	width: 180px;
}

#footer {
	border-top: 1px black dashed;
	margin-top: 15px;
	padding-top: 5px;
}
