﻿body {
}
.accordionHeader
{
    background-color: #006699;
    color: #FFFFFF;
    font-size: medium;
    font-family: 'Trebuchet MS';
    font-weight: normal;
    border: thin solid #C0C0C0;
}
.accordionContent
{
    background-color: #E6E6E6;
    color: #666666;
    font-size: small;
    font-family: 'Trebuchet MS';
    font-weight: normal;
    border: thin solid #C0C0C0;
}
.accordionHeaderSelected
{
    background-color: #006699;
    color: #FFFFFF;
    font-size: medium;
    font-family: 'Trebuchet MS';
    font-weight: bold;
    border: thin solid #C0C0C0;
}
div#content{margin:0 auto;  background:url(images/content-background.gif); width:300px; height:700px; text-align: left; margin-left: auto; margin-right: auto; clear: none;}
p
{
    text-indent: 10px;
}

div{
	scrollbar-face-color : #E0DDCC; 
	scrollbar-highlight-color : #666666; 
	scrollbar-shadow-color : #E0DDCC; 
	scrollbar-darkshadow-color : #666666;
	scrollbar-track-color : #E0DDCC; 
	scrollbar-arrow-color : #E0DDCC" 
}
textarea{
	  background-color:#E0DDCC;
	  
	}

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-image: url(images/tanbackground.jpg);
	margin-top: 0px;
	background-repeat: repeat;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 16px;
	color: #990000;
}
.style2 {color: #990000}
.style3 {color: #666666}