body, td, th, p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	color: #0070B6;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
}

body {
	background-color: #FFFFFF;
	margin: 20px;
}

a {
	color: #0070B6;
	font-weight: bold;
	text-decoration: none;
}

a.current {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a.light {
	color: #0070B6;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.frame {
	border: 1px solid #999999;
	background-color: #CCCCCC;
}

th {
	text-align: left;
}
th.right_align {
	text-align: right;
}

td.row_title {
	background-color: #EEEEEE;
	font-weight: bold;
	width: 120px;
}
td.row_title_no_width {
	background-color: #EEEEEE;
	font-weight: bold;
}
tr.row_title {
	background-color: #EEEEEE;
	font-weight: bold;
}

tr.row_title_no_bold {
	background-color: #EEEEEE;
}

th.row_current {
	background-color: #CCCCCC;
	font-weight: bold;
}
th.row_current_right_align {
	background-color: #CCCCCC;
	font-weight: bold;
	text-align: right;
}

tr.row_value, td.row_value {
	background-color: #fff;
}
tr.row_value_yellow, td.row_value_yellow {
	background-color: #ffc;
}

th.row_header, td.row_header {
	background-color: #CCE2F0;
	font-weight: bold;
}

tr.row_header {
	background-color: #CCE2F0;
	font-weight: bold;
}
tr.row_header_yellow, td.row_header_yellow {
	background-color: #ffc;
	font-weight: bold;
}

td.page_title {
	font-size: 14px;
	font-weight: bold;
}

.no_bold {
	font-weight: normal;
}

form, input, select, textarea, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
}

form {
	padding: 0px;
	margin: 0px;
}

textarea {
	height: 50px;
	width: 225px;
}

textarea.large {
	height: 100px;
	width: 225px;
}

textarea.description {
	width: 350px;
	height: 300px;
}

textarea.notes {
	width: 200px;
	height: 250px;
}

.blue, h2 {
	color: #0070B6;
	font-weight: bold;
}

.small_txt {
	font-size: 9px;
}

.large_txt {
	font-weight: bold;
	font-size: 14px;
}

#paged_nav {
	width: 520px;
	padding: 0px;
	margin: 0px; 
}

#paged_nav ul {
	padding: 0px;
	display: inline;
}

#paged_nav ul li {
	float: left; 
	display: block; 
	padding: 3px;
}

#paged_nav li.current {
	display: block;
	color: #0070B6;
	background: #CCCCCC; 
	font-weight: bold;
}