/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 40px;
	background-color: white;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-collapse: collapse;
}

p {
	margin: 5px 0px 10px 0px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #465A6E;
	margin: 8px 0px 6px 0px;
	padding: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #94ACC5;
	margin: 8px 0px 5px 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #94ACC5;
	margin: 8px 0px 3px 0px;
	padding: 0px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #666666;
	display: inline;
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul {
	text-indent: 0px;
}

a {
	text-decoration:none; 
	font-weight:bold; 
	color: #465A6E;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #465A6E;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	color: #4C8AC8;
}

input {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #465A6E;
	border: 1px solid #465A6E;
}

textarea {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #465A6E;
	border: 1px solid #465A6E;
}

.button {
	background-color: #007162;
	color: white;
}

.mainBG {
	background-attachment: scroll;

	//background-image: url(../images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/watermark_bg.gif);
}

.leftSide {
	background-attachment: scroll;
	background-image: url(../images/watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.listBox {
	font-size: 9px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.text {
	width: 120px;
}

.quoteBox {
	font-style: italic;
	color: #FFFFFF;
	border: 2px dotted #007162;
	background-color: #9AC2B9;
}
.bigger {
	font-size: 14px;
}
.whiteText {
	color: #FFFFFF;
}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #007162;
}
.subHead {
	font-size: 12px;
	font-weight: bold;
	color: #007162;
}
