hr {
	color: blue;
	height: 2px;
	width: 95%;
	float:inherit;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top:0px;
	background-image:url(../images/parch_background.gif);
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #003;
}

a:visited {
	color: blue;
}

.main_bold {
	font-weight:bold;
	}
	
.main {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
	
.medium_text {
	font-size: 9pt;
}

#nav1 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
	width: 120px;
	height: 23px;
	padding-top: 3px;
	text-align:center;
	background-image: url(../graphics/button_off.png);
	margin-left: 10px;
	margin-right: 10px;
	}

#nav1 a:hover{
	color: blue;
	/*background-image:url(../graphics/button_on.png);
	padding-top:12px;*/
	height: 23px;
}

.table1 {
	border: 0px;
	padding: 0px;
	width: 95%;
	background-image:url(../images/parch_background.gif);
	position:relative;
}
.table2 {
	border: 0px;
	padding: 0px;
	width: 100%;
	background-image:url(../images/parch_background.gif);
	position:relative;
} 

.table3 {
	background-image: url(../images/table_back.jpg);
	padding-left: 20px;
	padding-right: 0px;
	width: 100%;
	height: 100%;
}

.wee {
	font-size: xx-small;
}

.small {
	font-size:9pt;
}

.smallnomarg {
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	display: block;
	margin-bottom:10px;
}

.smallbold {
	display: block;
	font-size:8pt;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.highlight_bold {
	font-weight: bold;
	color: blue;
}

img.left {
float: left; 
clear: left;
}

img.right {
float: right; 
clear: right; 
}

img.top {margin-top: 0.8em; 
padding-top: 0.8em;
}

h3 {
		font-weight: bold;
	color: blue;
	margin:3px;
}

.redbold {
	color: #ff4800;
	font-weight: bold;
}

.indent {
	padding-right: 20px;
	padding-left: 20px;
}

textarea {
	border: 1px solid blue;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: blue;
}

li {
	list-style-image:url(../graphics/check.gif);
	vertical-align: baseline;
}

hr.tiny {
	color: #00f;
	height:1px;
	width: 90%;
	text-align: center;
	
}