

h1 {
font-family: Arial;
font-size: 20px;
font-weight: none;
}

h2, td.h2 {
	padding: 3px;
	color: #4C5CC0;
	font-variant: italic;
	font-weight: bold;
	background-color: #EAECF4;
	font-family: Arial;
	font-size: 16px;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 0px;
}

body, table {
	font-family: Arial;
	font-size: 12px;
}

th, caption {
	vertical-align: center;
	height: 15px;
	text-align: left;
	font-weight: bold;
	background-color: #ABADB7;
	color: white;
	padding: 0 2px;
}

table.vertical th {
	padding-top: 6px;
	padding-left: 6px;
	vertical-align: top;
	width: 100px;
	text-align: left;
}



a:link, a:visited {
	text-decoration: underline;
	color: #364AD6;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF0000;
}

td.menu {
	width: 150;
	overflow: none;
	border-right: solid #9F9EAF 1px;
	vertical-align: top;
	sbackground-color: #F3F5F8;
}

li {
	list-style-type: circle;
}

td.content {
	overflow: auto; 
	vertical-align: top;	
	padding-left: 20px;
}

table.spec {
	border: none; 
}

table.spec th, table.form th {
	font-weight: bold;
	background-color: white;
	text-align: left;
	vertical-align: top;	
	color: black;
	width: 150px;
}

table.form th {	
	padding-top: 5px;
}

table.spec td {
	font-weight: none;
	background-color: white;
	text-align: left;
	vertical-align: top;	
}
table.spec td input.noborder {
	border: none;
}
table.form td input, table.form td select, table.form td textarea {
	width: 300px;
	border: 1px solid #9F9EAF;
}

table.form td input.button {
	width: 100px;
	background-color: #9F9EAF;
	color: white;
}

table.border {
	border: 1px solid #ABADB7;
}
table.border td {
	text-align: center;
}
table.border th {
	text-align: center;
}
input.edit {
	border: 1px solid #9F9EAF;
}