/* body style */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

h4{
	font-family: Courier, serif;
	font-size: 1em;
	border-bottom: 2px solid #ffffff;
	padding: 0 0.2em 0.2em 0.2em;
	color: #333333;
}

h3{
	font-size: 1em;
	padding: 0 0.2em 0.2em 0.2em;
}

a{
	text-decoration: none;
}

li{
	padding-bottom: 0.2em;
	list-style-type: square;
}


thead{
	background: #000000;
	color: #ffffff;
}

img{
	border: 0;
}

/* special items */
#div_header{
	color: #000000;
	font-size: 1.5em;
	border-bottom: 1px solid #000000;
	text-align: right;
}

#div_menu{
	margin: 1em;
}

#googlead{
	margin-left: 40px;
	margin-bottom: 0.5em;
}

#div_menu ul
{
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #000000;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#div_menu ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#div_menu ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#div_menu ul li a:hover
{
	background-color: #888888;
	color: white;
}

	
#div_body{
	width: 800px;
	margin: 0 auto;
}


#div_footer{
	color: #000000;
	border-top: 1px solid #000000;
	font-size: 0.7em;
	text-align: center;
}

.text{
	margin: 1em;
	padding: 0 0.5em 0.5em 0.5em;
	border: 1px solid #000000;
	background: #eeeeee;
	color: #000000;
}

/* special settings for highlighted tables */
table.highlighted{
	margin-top: 1em;
	margin-bottom: 1em;
	border-collapse: collapse;
	background: #ffffff;
}

tr.highlighted{
	background: #ddddde;
}

table.highlighted td{
	border-left: 1px solid #000000;
	padding: 0.5em;
	border-bottom: 2px solid #bbbbbb;
}

.thg{
	width: 25em;
}

#pics p{
	text-align: center;
}




