
body {
	background: url(../images/bg.gif) #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#000;
}

h1 {
	font-family: impact;
	font-size:3.2em;
	margin: 3px 0px; 
	word-spacing: 0px;
	letter-spacing: 1px; 
	text-align: center;
}

h2 {
	font-family: Tahoma;
	font-weight:bold;
	font-size:1.5em;
	margin: 10px 0;
	text-align:center;
}
	
	
h3 {
	font-weight:bold;
	font-size:1.2em;
	color: #000;
	margin: 10px 0;
	color:#b30000;
	text-align:center;
}

p {
	text-indent:30px; 
	text-align: left;
}

li {
	margin-bottom: 10px;
}

ul {
	list-style-image: url(../images/bullet_red.gif);
	list-style-type: circle;
}

ol {

}

pre {
	background:#FFFFCC;
	border: solid 1px #000;
	overflow:auto;
	font-size:12px;
}

fieldset {
	border: 0;
	border-top: 1px solid #000;
	background-color: #f2f2f2;
	padding: 15px;
	font-family: verdana;
	margin: 0 0 25px 0;
}

fieldset legend {
	padding: 0 7px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
}

fieldset th {
	font-size:11px;
	text-align:right;
}


