/* CSS Document */


p {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
color:#000000;
line-height: 18px; 
padding: 3px;
}
.etext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px; 
color:#000000;
line-height: 18px; 
padding: 3px;
}


.borderbottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	
}
.bordertop {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}

.borderright {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.bold1 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

/********** Navigation *********/		


.navigation {
	font-family: Palatino;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #728096;
	display: block;
	padding: 8px;
	width: 115px;
}


.navigation:hover {
	font-family: Palatino;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #546480;
	display: block;
	padding: 8px;
	width: 115px;
}
/*********    end navigation     *******/

/*********  type style  ************/ 

.header18 {
	color: #D35C22;
	font-family: Palatino;
	font-size: 18px;
}
.bodytextgrey14 {color: #333333; font-family: Palatino; font-size: 14px; }