BODY {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}
P {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left:2px;
}
H1 {
	font-size: 200%;
	color: #D3CEAF;
	font-weight: normal;
}
H2 {
	font-size: 170%;
	color: #D3CEAF;
	font-weight: normal;
}
H3 {
	font-size: 160%;
	color: #D3CEAF;
	font-weight: normal;
}
H4 {
	font-size: 120%;
	color: #D3CEAF;
	font-weight: bold;
	margin:0;
	margin-bottom: 7px;
}
H5 {
	font-size: 100%;
	color: #D3CEAF;
	font-weight: bold;
	margin-bottom: 0px;
}
A {
	color: #fff;
	text-decoration: underline;
}
A:hover {
	color: #D3CEAF;	
}
A IMG{
	border: none;
}
UL {
	margin-left:10px;
}
LI {
	background-image: url(../images/bullet_level1.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	list-style-type: none;
	padding-left:25px;
}
LI UL {
	margin: 0px 0 8px 0;
}
LI UL LI {
	background-image: url(../images/bullet_level2.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
	padding-left: 35px;
	font-size:85%;
}
INPUT {
	font-size:11px;
	background-image: url(../images/bg_form.gif);
}
TEXTAREA {
	font-size:11px;
	background-image: url(../images/bg_form.gif);
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	overflow: auto;
}
DT {
	float:left !important;
	margin-top:3px;
	margin-bottom:2px;
}
DD {
	margin-left: 90px;
	font-size:11px;
	margin-bottom:2px;
}
