HTML {
scrollbar-arrow-color: #666666; 
scrollbar-face-color: #000000
scrollbar-3dlight-color: #000000; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #000000; 
scrollbar-darkshadow-color: #CCCCCC; 
scrollbar-track-color: #EBEBEB; 
}

BODY {
 margin: 0px;
 background : #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
}

H1  {
 font-size: 110%;
 font-weight : bold;
 color : #000000;
 margin: 20pt 0pt 18pt 0pt;
}

H2  {
 font-size: 100%;
 font-weight: bold;
 color: #000000;
 margin: 18pt 0pt 6pt 0pt;
 }
 
H3  {
 font-size: 90%;
 font-weight: bold;
 color: #000000;
 }

H4  {
 font-size: 90%;
 font-weight: bold;
 color: #666666;
 margin: 18pt 0pt 6pt 0pt;
 }
 
H5  {
 font-size: 80%;
 font-weight: bold;
 color: #666666;
 margin: 0pt 0pt 6pt 0pt;
 }
 
H6  {
 font-size: 80%;
 font-weight: bold;
 color: #666666;
 text-align: center;
 margin: 12pt 0pt 6pt 0pt;
 }

 
img {border: 0px}

hr {
	color: #666666;
}

p, li, ul, table {
	font : 90% Verdana, Arial, sans-serif;
}

ul  {
 margin: 0pt 10pt 12pt 10pt; 
 list-style-type : circle;
}ol {
 margin: 0pt 10pt 12pt 10pt; 
 list-style-type : decimal;
}

li {
	 margin: 0pt 0pt 10pt 10pt;
}

a, a:visited {
 font-weight: normal;
 }

a:hover { 
 font-weight: normal;
} 
 
 /*main column content*/
 .content {
	 padding-right: 20px;
	 font-family: Arial, Helvetica, sans-serif;
	 color : #000000;
}

/*menu column content*/
 .content-menu {
	 font-family: Arial, Helvetica, sans-serif;
	 background-color : #F8F8F8;
}

 /*cookie-crumb menu in center column*/	
.cookie {
	font-size: 70%;
	text-align: left;
	margin: 10px 10px 3px 0px;
}

.feature {
	font-size: 85%;
	margin: 0px 10px 8px 0px;
	width: 100%;
}

.feature-sml {
	font-size: 7pt;
	margin: 10px 10px 8px 10px;
	width: 100%;
}

.feature-box {
	padding: 2px;
	width: 100%;
	margin: 20px 5px 5px 5px;
	border: 1px dashed #7AB3D1;
}

.feature-box-bg {
	padding: 2px;
	width: 100%;
	margin: 20px 5px 5px 5px;
	border: 1px solid #7AB3D1;
	background-color : #E7F2F7;
}

.feature-recommend a, .feature-recommend a:active, .feature-recommend a:visited {
	color : #0066FF;
	font-weight : bold;
}

.feature-recommend a:hover {
	color : #000000;
	font-weight : bold;
}

.headline {
	font-size: 60%;
	text-align: left;
	padding: 2px;
	margin: 0px
}

.menu {
	font-size: 75%;
	margin: 0px 15px 0px 10px;
	line-height : 14pt;
	width: 100%;
}

.menu a, .menu a:active, .menu a:visited {
	 padding: 0pt 2pt 0pt 2pt;
	 border: 1px solid #F8F8F8;
	 width: 100%;
 }
 
.menu a:hover { 
	padding: 0pt 2pt 0pt 2pt;
	width: 100%;
} 

.menu-hdr {
	font-size: 75%;
	font-weight: bold;
	color: #666666;
	padding: 2px;
	width: 100%;
	margin: 10px 5px 5px 5px;
	border: 0px solid #7AB3D1;

}

.menu-bm {
	font-size: 75%;
	color: #666666;
	width: 100%;
	line-height : 14pt;
	margin: 10px 5px 5px 5px;
	border: 0px solid #7AB3D1;
	background-color : #E7F2F7;
}

.menu-bm a, .menu-bm a:visited {
	font-weight : bold;
	width: 100%;
	padding: 0pt 2pt 0pt 2pt;
 }
 
.menu-bm a:hover { 
	font-weight : bold;
	width: 100%;
	padding: 0pt 1pt 0pt 1pt;
} 

 /*bottom menu style*/
.menu-btm {
	font-size: 80%;
	text-align: center;
	margin: 5px 10px 5px 10px;
}

 /*main table- w/logo*/
.table {
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;

	background-repeat : repeat-y;
	background-position : left;
}

 /*main table- row 2 for headline text*/
.table2 {
	background-color: #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

	background-repeat : repeat-y;
	background-position : left;
}

 /*main table- row 2 for headline text*/
.table3 {
	background-color: #E7F2F7;
	border: 1px solid #7AB3D1;
}

/* special links to avoid spidering */
.toplink  {
	font-size: 100%;
	
   	line-height : 14pt;
	width: 100%;
	color: #666666;
	text-decoration : none;
	cursor : pointer; 
	cursor : hand;
}

a:link.toplink  {
	color : #000000;
}

a:hover.toplink  {
	background-color : #eee;
	text-decoration : underline;
}