body, table, tr, td {
font-family: Trebuchet, Helvetica, sans-serif;
font-size: 12pt;
color: #000;
line-height: 150%;
margin: auto;
}

h1 {
font-size: 110%;
font-weight: 700;
color: #9900CC;
}

h2 {
font-size: 105%;
font-weight: 700;
color: #9900CC;
text-decoration: underline;
}

a {
	color: #660167;
	text-decoration: none;
}

a:link {
	color: #660167;
	text-decoration: none;
}

a:visited {
	color: #660167;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #660167;
}

a:active {
	color: #660167;
	text-decoration: none;
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
font-size: 70%;
margin: 1em 0 0 0; /* set margins as desired */
border-bottom: 1px solid #9900CC; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 0 0 0; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul#tabnav li { /* do not change */
display: inline;
}
 
body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6, body#tab7 li.tab7, body#tab8 li.tab8 a, body#tab9 li.tab9 a, { /* settings for selected tab */
border-top: 1px solid #9900CC;
border-right: 1px solid #9900CC;
border-left: 1px solid #9900CC;
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}
 
body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a, body#tab7 li.tab7 a, body#tab8 li.tab8 a, body#tab9 li.tab9 a, { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 5px; /* must change with respect to padding (X) above and below */
}
 
ul#tabnav li a { /* settings for all tab links */
padding: 5px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #FFF; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #9900CC; /* set unselected tab background color as desired */
color: #FFF; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}
 
ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
color: #9900CC;
}

#maincopy {
width: 780px;
padding-left: 10px;
}

.smtxt {
font-size: 80%;
}

#footer {
font-size: 80%;
color: #A4D7C6;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #9900CC;
	background-color: #A4D7C6;
}

#footer a:active {
	color: #FFF;
	text-decoration: none;
}

