

body {
	color:				#666666;
	font-family: 		Georgia, "Arial", sans-serif;
	font-size: 			10px;
	line-height:		20px;
}

a {
	text-decoration: 	none;
	color:				#666666;
}

a:hover {
	text-decoration: 	underline;
	color:				#000000;
}

input, textarea, table, select {
	font-family: 		Georgia, "Arial", sans-serif;
	font-size: 			10px;
	line-height:		20px;
}

pre {
	font-family:		Lucida Console;
	font-size:			10px;
}

hr {
	background-color:	#CCCCCC;
	height:				1px;
	border:				none;
	margin-bottom:		20px;
}


.recordset a {
	text-decoration:	underline;
}

.recordset th {
	text-align:			left;
	font-weight:		normal;
	height: 			40px;
}

.recordset td {
	white-space: 		pre;
}

.recordset td a:hover {
	color:				#FFFFFF;
}

.recordset tbody tr:hover {
	color:				#ffffff;
	background-color:	#999999;
}

.row_even {
	background-color:	#EEEEEE;
	vertical-align:		top;
}

.row_odd {
	background-color:	#FFFFFF;
	vertical-align:		top;
}

.textbox {
	padding:			2px;
	width:				300px;
}

.selectbox {
	padding:			2px;
	width:				300px;
}

.error {
	color:				#FF0000;
	text-decoration:	underline;
}

#logo {
	position: 			absolute;
	top:				20px;
	left:				20px;
}

#navigation {
	border:				0px solid #000000;
	padding:			20px;
	padding-top: 		122px;
	width:				100px;
	float: 				left;
	clear:				both;
}

#navigation ul {
	width:				100px;
	margin:				0px;
	padding:			0px;
	list-style-type:	none;
}

#navigation li {
	text-align:			center;
}


#content {
	border:				0px solid #000000;
	padding-top:		40px;
	margin-left: 		180px;
}

#content #path {
	margin-bottom:		41px;
}

#footer {
	border:				0px solid #000000;
	margin:				20px;
	margin-top:			40px;
	margin-left:		180px;
	clear:				both;
}