body {
	background-color: #2D9D8F;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	font-size: small;
}
a.two:link {font: 10pt Arial, Helvetica, sans-serif;  color: #E91637; text-decoration: underline; font-weight: bold}
a.two:active {font: 10pt Arial, Helvetica, sans-serif;  color: #E91637; text-decoration: underline; font-weight: bold}
a.two:visited {font: 10pt Arial, Helvetica, sans-serif;  color: #E91637; text-decoration: underline; font-weight: bold}
a.two:hover {font: 10pt Arial, Helvetica, sans-serif;  color: #000000; text-decoration: underline; font-weight: bold}
td.bodymain {
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
  line-height: 125%;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style4 {font-size: small}
.style7 {
	font-weight: bold;
	font-size: xx-large;
	font-family: "Curlz MT";
	color: #308F8F;
}
.style8 {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.style10 {
	color: #2d9d8f;
	font-weight: bold;
}
.style11 {color: #CCCCCC}
.style12 {
	color: #CC0000;
	font-weight: bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;]
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0px auto;
text-align: center;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #000000; /*dark purple border*/
border-width: 1px 0;
background: white url(images/indentbg.gif) center center repeat-x;
display: inline-block;
list-style: none;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
font: bold 12px Arial;
border-right: 1px solid #000000; /*dark purple divider between menu items*/
text-align: center; 
width: 16%; 
white-space: nowrap; 
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
background: black url(/images/indentbg2.gif) center center repeat-x;
}

