
h1.heading {
	font-size:24pt;
	color:black; 
	font-family:
	Verdana;
	}
h2.heading {
	font-size: 17pt; 
	color:black; 
	padding-left:10px;
	font-family:Arial,Verdana;
	}
h3.heading {
	text-transform: uppercase;	
	}
h3.subheading {
	font-size:13pt;
	color:#000099; 
	font-family:Verdana; 
	padding-left:10px;
	}
i.header {
	font-size: 9pt; 	
	font-family:Arial,Verdana;
	text-decoration:none;
	letter-spacing:1px;
	}
i.heading {
	font-size: 15pt; 	
	font-family:Arial,Verdana;
	text-decoration:none;
	letter-spacing:1px;
	}
i.heading2 {
	font-size: 13pt; 
	color:#479585;
	font-weight:bolder;
	}

hr.listing {
	color:#000099; 
	width:100%;
	height:1px;
	}

/* this heading is for the heading separator */

hr.table {
	color:#000099; 
	width:100%;
	height:2px;
	}

/* this is for the detail page */
hr.detail {
	color:#000099; 
	width:96%;
	height:2px;
	text-align:center;
		}

/* default paragraph style */

p {
	font-family: Arial, Verdana, "Times New Roman"; 
	font-size:10pt;
	padding-left:10px;
	padding-right:10px;
	line-height:14pt;
	letter-spacing:1px;
	}

.plain {
	padding-left:15px;
	padding-right:10px;
	}	
/* bold paragraph formating with no indent */
.bold {
	font-family: Arial, Verdana, "Times New Roman"; 
	font-size:10pt;
	padding-left:10px;
	padding-right:10px;
	line-height:14pt;
	letter-spacing:2px;
	font-weight:bold;
	}
	
/* list style */
li {
	font-family:Verdana, "Times New Roman";
	font-size:10pt;
	padding-left:10px;
	padding-right:10px;
	line-height:14pt;
	letter-spacing:2px;
	text-indent:10pt;
	/*font-weight:bold;*/
	list-style-type:circle;
	}

#double {
	font-family:Verdana,Arial;
	letter-spacing:1px;
	}

small {
font-weight:bolder;
	}

/* default table settings*/
table.display,td.display {
	font-family:Arial,Verdana, "Times New Roman";
	font-size:10pt;
	padding-left:10px;
	}
table {
	font-family: Arial,Verdana, "Times New Roman"; 
	font-size:10pt;
	}

td.bar, tr.bar{
	background-color:#B1BDDA;
	color:black;
	width:100%;
	height:2px;
	}
td.body {
	background :  url(/images/new_map.gif) no-repeat right #E7EBF7;
	color:black;
	font-family:Arial,"Times New Roman";
	font-size:11pt;
	border-left:#B1BDDA 2px solid;
	border-right:#B1BDDA 2px solid;
	}
td.footer {
	font-family:Verdana,Arial;
	font-size:8pt;
	}

/* forms */
input.text {
	font-family:Arial,Verdana;
	font-size:10pt;
	background-color:#BDCFDA;
	width:185px;
	}
select {
	font-family:Arial,Verdana; 	
	font-size:10pt;
	background-color:#BDCFDA;
	width:185px;
	}
option.select {
	font-family:Arial,Verdana;	
	font-size:10pt;
	background-color:#9cCFDA}

textarea {
	font-family:Arial,Verdana; 
	font-size:10pt;
	background-color:#BDCFDA;
	width:255px;
	}

/* links for the menu */

/* this gives the general link */

.navmenu {
	width:150px;
	border-left:#000099 2px solid;
	border-right:#000099 2px solid;
	border-top:#000099 1px solid;
	border-bottom:#000099 1px solid;
	padding:2px;

	}
/* default left hand menu */
a.menubar:link{
	background-color:none;
	font-family:Arial,Verdana;
	font-size:10pt;
	text-decoration:none;
	color:#000099;
	}

a.menubar:visited{
	background-color:none;;
	font-family:Arial,Verdana;
	font-size:10pt;
	text-decoration:none;
	color:#999999;
	}
a.menubar:hover {
	background-color:none; 
	font-family:Arial,Verdana;
	font-size:10pt;
	text-decoration:underline;
	color:blue;
	}

	
/* shown when the menu bar is @ the page */
a.menubarunselected:link {
	font-family:Arial,Verdana;
	font-size:10pt;
	text-decoration:none;
	color:black;
		}
a.menubarunselected:visited {
	font-family:Arial,Verdana;
	font-size:10pt;
	text-decoration:none;
	color:black;
	}

/* draws a border around a column */
.selected{
	background-color:#DEE3EF; 
	font-family:Arial,Verdana;
	font-size:10pt;
	text-decoration:none;
	color:black; 
	border-bottom:black 1px solid;
	border-top:black 1px solid;
	cursor:hand;
	}

/*  draws line around the main selected menu heading*/
td.aselected {
	border-top: black 1px solid; 
	border-bottom: black 1px solid;
	}

/* style sheet by JJ */
