a:visited {color: #286A51}
a:visited {text-decoration: underline}
a:link {color: #286A51}
a:link {text-decoration: underline}
a:hover {color: #000000}
a:hover {text-decoration: underline}

.container_table {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 0px;
	width: 750px;
}

.image_border {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}

.image_border_black {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	margin-right: 6px;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
	text-align: left;
	padding-left: 5px;
	padding-right: 40px;
}

ul {
	list-style: outside;
	list-style-type: disc;
	padding-left: 52px;
	margin-left: 4px;
}

li {
	color: #286A51;
	margin-bottom: 10px;
}

.body_text_no_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
}

.title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 16px;
	color: #286A51;
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
}

.credit_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #FFFFFF;
	margin: 4px;
}

.credit_table {
	width: 750px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #286A51;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

a.credit_text:visited {color: #FFFFFF; text-decoration: none}
a.credit_text:link {color: #FFFFFF; text-decoration: none}
a.credit_text:hover {color: #F2C63C; text-decoration: underline}


/* Body table styles */
.body_table {
	width: 750;
}

.body_table {
	padding: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px;
}


/* Menu styles... */
.menu_table {
	width: 750px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	border-bottom: 0px;
	border-top: 0px;
}

.menu_table td {
	width: 78px;
	height: 34px;
	padding-top: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	border-bottom: 3px;
	border-top: 3px;
}

.menu_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

a.menu_links {
	line-height: 14px;
	color: #286A51;
	text-align: center;
	display:block;
}

a.menu_links:visited {
	color: #286A51; 
	text-decoration: none;
}

a.menu_links:link {
	color: #286A51; 
	text-decoration: none;
}

a.menu_links:hover {
	color: #000000; 
	text-decoration: underline;
}

a.menu_links:active {
	color: #000000; 
	text-decoration: none;
}