a {
	text-decoration: none;
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

body {
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../resources/bg.jpg);
	background-color: #996600;
}

dt {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #996600;
	padding-bottom: 5px;
}

dd {
	padding-bottom: 20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 2px solid #000000;	
}

h2 {
	font-size: 14px;
	color: #996600;
	padding-bottom: 2px;
	border-bottom: 1px solid #996600;	
}

hr {
	height: 1px;
	color: #996600;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #333333;
	background-color: #EEEEEE;
}

li {
	text-align: justify;
	padding-right: 100px;
}

p {
	margin-left: 0px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #333333;
	background-color: #EEEEEE;
}

td {
	font-size: 12px;
	vertical-align: top;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #333333;
	background-color: #EEEEEE;
}

ul {
	list-style: disc;
}
