<!--
BODY {
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	color: #333333;
}

* html ul li a {
height:1em;
} 

img {
	border: 0px;
}

a {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #eea92f;
}

p {
	margin-top: 2px;
	margin-bottom: 8px;
}
th {
	background-image: url('../images/th.jpg');
	background-repeat: repeat-x;
	padding: 3px;
	text-align: center;
	font-size: 8pt;
}
td {
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
}
td h3 {
	margin-top: 0px;
}
td a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	color: #000;
	border-left: 3px solid #eea92f;
	padding-left: 6px;
	font-size: 13pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {	
	text-decoration: none;
	font-size: 13pt;
	color: #eea92f;
	margin-top: 0px;	
}

h3 {
	font-size: 10pt;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 2px;
	border-bottom: 2px solid #EEEEEE;
	background-image: url('../images/h3.jpg');
	padding: 3px;
}
h5 {
	font-size: 10pt;
}
.button {
	background-image: url('../images/submit.jpg');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;	
}

.button:hover {
	cursor: pointer;
	cursor: hand;
}

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

fieldset {
	border: 0px;
}

label {
	float: left;
	width: 120px;
	font-weight: bold;
}

label .clear {
	float: left;
}

input{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 200px;
	font-size: 10pt;
}

textarea {
	width: 200px;
	height: 100px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

#apply textarea {
	width: 450px;
	height: 150px;
}

select {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 200px;	
}

dt {
	color: #000000;
	font-weight: bold;
	float: left;
	display: block;
	width: 120px;
}

.required {
	color: #FF0000;
	font-size: 6pt;
	font-weight: bold;
	margin-left: 2px;
	vertical-align: text-top;	
}

.paginationControl {
	text-align: center;
}

.paginationControl a {
	color: #FFFFFF;
	text-decoration: none;
}
.paginationControl a:hover {
	color: #79fb03;
}
.disabled {
	color: #888888;
}

.activeLink {
	color: #888888;
	font-size: 13pt;
	font-weight: bold;
}

-->