@charset "iso-8859-1"; 
small {
font-size : 8pt; 
} 


/* top elements */
* { margin:0; 	padding: 0; }


/* links */
a {
	color: midnightblue; 
	background-color: inherit;
	text-decoration: none;
	font-family:verdana; 
font-size: 9pt;
}
a:hover {
	color: #575757;
	background-color: #E1D574;
}




.title {
font-family : arial; 
font-size : 15pt; 
color : BLACK; 
line-height : 2em;
font-weight : bold; 
} 
.title2 {
font-family:verdana; 
font-size: 12pt; 
color:#2E8B57; 
font-weight:bold;}
} 
.title3 {
font-family : verdana; 
font-size : 12pt; 
color : #000000; 
font-weight : bold; 
} 
.subnav {
font-family : verdana; 
font-size : 8pt; 
color : #000066; 
padding : 1em; 
background : #D8E2E4; 
} 
.content {
font-family : Arial; 
font-size : 10pt; 
color : #000000; 
line-height : 1.4; 
} 
.caption {
font-family : arial, san-serif; 
font-size : 9pt; 
color : #38449D; 
}
.quote {
font-family : VERDANA; 
font-size : 9pt; 
color : #daa520; 
font-style : italic; 
}
.normtext { 
color: black; 
font-style: normal; 
font-weight: normal; 
font-size: 10px; 
line-height: 13px; 
font-family: Verdana, Arial; 
text-decoration: none 
} 
LI {
font-family : arial; 
font-size : 10pt; 
color : #000000; 
} 
H1 {
font-family : verdana; 
font-size : 16pt; 
color : gray; 
line-height : 2em;
font-weight : bold; 
} 
H2 {
font-family : verdana; 
font-size : 13pt; 
color : #000000; 
font-weight : bold; 
} 
H3 {
font-family : verdana; 
font-size : 11pt; 
color : #000000; 
font-weight : bold; 
} 
TH {
font-family : Arial; 
font-size : 10pt; 
color : #000000; 
font-weight : bold; 
} 
TD {
font-family : Arial; 
font-size : 9pt;
color : #000000; 
} 
.form {
font-family : arial; 
font-size : 10pt; 
color : #000000; 
} 

button {
font-family : arial; 
font-size : 10pt; 
color : blue; 
background : #D8E2E4; 
} 

.phonehead {
font-family : tahoma; 
font-size : 13pt; 
font-weight : bold; 
font-style : normal; 
} 
.blurb {
font-family : verdana; 
font-size : 10pt; 
font-weight : bold; 
font-style : normal; 
text-align : right; 
} 
.foot {
font-family : Arial; 
font-size : 8pt; 
color : DARKGRAY; 
} 
.footlink {
font-family : Arial; 
font-size : 8pt; 
color : #000066; 
} 
.footnote {
font-family : verdana; 
font-size : 9pt; 
} 
BODY {
font-family : Arial; 
font-size : 10pt; 
color : #000000; 
margin-top : 0;
margin-left : 30;
margin-right : 50;
} 

/* sidebar */
#sidebar {
	float: left;
	width: 21%; 
	margin: 0;	padding: 0; 
	display: inline;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 7px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;	
	background: url(arrow.gif) no-repeat 3px 6px;	
	padding: 2px 5px 2px 20px;
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu li a {
	font-weight: bolder;
	background-image: none;
	text-decoration: none;	
	font-family:verdana; 
font-size: 9pt;
}

