/* style sheet */

/* general styles  */
BODY {
	background-color : #FAFCCE;
	color : #474747;
	font-size : 11px;
	font-family : verdana, arial;
	line-height : 16px;
	}

INPUT,  SELECT, TEXTAREA, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 10px;
	color: #000000;
	background-color: #DDDFB4;
}

A:LINK, A:VISITED {
	color : #474747;
	text-decoration : underline;
	font-weight: bold;
}

A:HOVER {
	background-color : none;
	color : #990000;
	text-decoration : none;
	font-weight: bold;
	}

A.global:LINK, A.global:VISITED {
	color : #999966;
	font-size: 11px;
	text-decoration : none;
	font-weight: bold;
	}

A.global:HOVER {
	background-color : none;
	color : #990000;
	font-size: 11px;
	text-decoration : none;
	font-weight: bold;
	}
	
A.who:LINK, A.who:VISITED {
	color : #990000;
	font-size: 10px;
	line-height : 12px;
	text-decoration : none;
	font-weight: bold;
	}

A.who:HOVER {
	background-color : none;
	color : #999966;
	font-size: 10px;
	line-height : 12px;
	text-decoration : none;
	font-weight: bold;
	}
	
TD {
	color : #474747;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight:normal;
	text-decoration: none;
	line-height : 16px;
}	

TD.reference {
	color : #474747;
	font-size : 11px;
	font-family : verdana, arial;
	font-weight:normal;
	text-decoration: none;
	line-height : 16px;
	padding-left : 2px;
	padding-right : 2px;
}	
	
TD.contentText {
	color : #666666;
	font-size : 11 px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration: none;
	z-index:3000;
	line-height : 18px;
	text-align : left;
}	

TD.contact {
	color : #666666;
	font-size : 9px;
	font-family : verdana, arial;
	font-weight:normal;
	text-decoration: none;
	line-height : 14px;
	z-index:3000
}	

TD.location {
	color : #cccccc;
	font-size : 9px;
	font-family : verdana, arial;
	font-weight:normal;
	text-decoration: none;
	line-height : 14px;
	z-index:3000
}	

.emphasis {
	color : #104229;
	font-size : 13px;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	z-index:3000;
	font-style : italic;
	text-align : center;
}	

.links {
	color : #104229;
	font-size : 13px;
	font-family : "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	z-index:3000;
	font-style : normal;
	text-align : center;
}	

.headline {
	color : #999966;
	font-size : 20px;
	font-family : "Times New Roman", Times, serif;
	font-weight: normal;
	line-height : 22px;
	text-decoration: none;
	font-style : italic;
}	
.welcome
{
    font-size: 8pt;
    color: khaki;
    font-family: Verdana, Arial;
    background-color: #000000;
}

