BODY {
font-family: "Verdana", Arial, serif;
background-color: #F8F8FF
}
.small {
font-size: smaller
}
.smaller {
font-size: x-small
}
.newheader {
text-align: right
}
.pageheader {
font-size: large;
font-weight: bold;
text-align: center
}
.grpheader {
font-size: medium;
text-align: center;
background-color: #E8E8E8
}
a.dots:link {
text-decoration: none
}
a.dots:visited {
text-decoration: none
}
a.dots:hover {
text-decoration: underline
}

.legenddt {
font-style: italic
}

.accordion_toggle {
background: #bababf;
border-bottom: 1px solid #cacacf;
color: #283b6f;
cursor: pointer;
display: block;
font-size: 12px;
/*font-weight: normal;*/
height: 30px;
line-height: 30px;
margin: 0 0 0 0;
outline: none;
padding: 0 10px 0 10px;
text-decoration: none;
width: 680px;
}
	
.accordion_toggle_active {
background: #283b6f;
color: #f8f8ff;
border-bottom: 1px solid #4e4e50;
}
	
.accordion_content {
background-color: #f8f8ff;
color: #444444;
overflow: hidden;
}
		
.accordion_content h2 {
color: #788bbf;
font-size: 14px;
margin: 15px 0 5px 10px;
}
		
.accordion_content p {
line-height: 150%;
padding: 5px 10px 15px 10px;
}
		
.vertical_accordion_toggle {
/*background: #bababf;*/
border-bottom: 1px solid #cacacf;
color: #283b6f;
cursor: pointer;
display: block;
font-size: 12px;
font-weight: normal;
height: 30px;
line-height: 30px;
margin: 0 0 0 0;
outline: none;
padding: 0 10px 0 10px;
text-decoration: none;
width: 600px;
}

.vertical_accordion_toggle_active {
/*background: #283b6f;*/
/*color: #ffffff;*/
/*border-top: 1px solid #4e4e50;
border-right: 1px solid #4e4e50;
border-left: 1px solid #4e4e50;*/
}

.vertical_accordion_content {
background-color: #f8f8ff;
color: #788bbf;
overflow: hidden;
font-size: 12px;
/*border-bottom: 1px solid #4e4e50;
border-left: 1px solid #4e4e50;
border-right: 1px solid #4e4e50;*/
}

.vertical_accordion_content h2 {
margin: 15px 0 5px 10px;
color: #0099FF;
}

.vertical_accordion_content p {
line-height: 150%;
padding: 5px 10px 15px 10px;
}
		
				
/* Container styling*/
#vertical_container {
	margin:20px auto 0pt;
	width:700px;
}
