@charset "iso-8859-1";

html { margin: 0px; }

body {
	background-image: url(images/blockbl.gif);
	background-color: white;
/*	margin-left: 10px; */
/*	marginwidth: 0px;	*/
/*	topmargin: 0px;		*/
/*	marginheight: 0px;	*/
/*	margin: 0px;		*/	
	font-family: Verdana, Arial, sans-serif;
/*	padding-left: 10px;	 */
	font-size: 13px;
	color: #000000;
/*	text-align: left;*/
	line-height: 17px;
}

.dimmed {
	color: #999999;
}

.hilighted {
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	text-align: left;
	line-height: 15px;
}

.title {
	font-family: Tahoma, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: black;
	text-align: right;
	text-transform: capitalize;
	line-height: 32px;
	padding-bottom: 15px;
}

.subtitle {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: black;
	text-align: right;
	text-transform: capitalize;
	line-height: 18px;
	padding-bottom: 20px;	
/*	padding-top: 15px; */
}

.heading {
	font-family: Verdana, Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
/*	font-style: italic;*/
	color: #003366;
	line-height: 18px;
}

.large {
	font-size: 15px;
	font-weight: bold;
	color: #012345;
	line-height: 17px;
	margin-bottom: 10px
}

.date {
	font-size: 12px;
	color: 6699ff;
	text-align: center;
	line-height: 14px;
	margin-right: 12px;	
}	

.note {
	font-size: 11px;
/*	color: #003366;	*/
	text-align: left;
	line-height: 13px;
}

.caption {
	font-size: 11px;
/*	color: #003366;	*/
	line-height: 13px;
	font-style: italic;
}

.sbText {
	font-size: 11px;
/*	font-weight: bold;*/
	line-height: 13px;
}

.sbHeader {
	font-size: 14px;
	font-weight: bold;
/*	font-style: italic;*/ 
	color: #006699;
	line-height: 16px;
}

.data1 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #6699ff;
	text-align: left;
	line-height: 16px;
}

.narrow {
	font-family: Swis721 Cn BT, Arial Narrow, Helvetica Narrow;
	font-size: 13px;
	text-align: left;
	line-height: 16px;
}

.footer {
	font-size: 10px;
	color: #400040;
	line-height: 13px;
}

TR, TD {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 15px;
}

.ddmenu {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
/*	margin-bottom: 5px;*/
}


H1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: black;
	text-align: right;
	text-transform: capitalize;
	line-height: 32px;
}

H3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #003366;
	text-align: left;
	line-height: 20px;
}

select {
	font-size: 13px;
	font-weight: bold;
	color: #ddeeff;
	background: white;
}

input {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 2px;
}

textarea {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 2;
}

/* table { */
/* 	font-size: 12px;*/
/* }	*/


A.header:link {text-decoration: none; color:white;}
A.header:visited {text-decoration: none; color:white;}
A.header:hover {text-decoration: underline; color:white;}

A:link {text-decoration: none; color:#006699;}
A:visited {text-decoration: none; color:#000000;}
A:hover {text-decoration: bold; color:#ff9900;}

ul {
	list-style-image: url(images/bullet.gif);
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
}

li {
	margin-bottom: 0.5em;
}

ol {
	list-style-type: font-family(verdana);
}


/* FROM menu.css... */

A.ddmenu:link {
	color: black;
	text-decoration: bold;
}

A.ddmenu:visited {
	color: #333333;
	text-decoration: bold;
}

A.ddmenu:active {
	color: #333333;
	text-decoration: bold;
}

A.ddmenu:hover {
	color: #FF9900;
	text-decoration: bold;
}

TD.ddmenu {
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	text-decoration: bold;
}

DIV.ddmenu {
	font-family: Verdana,Arial;
	font-size: 12px;
} 

#dropmenudiv{
position: absolute;
border: 1px solid black;
border-bottom-width: 0;
font-family: Verdana;
font-size: 10px;
color: black;
line-height: 14px;
z-index: 100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
color: #333333;
text-decoration: none;
font-weight: bold;
background-color: #ebf5fc;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ebf5fc;
color: orange;
}
