/* CSS Document */

a, td, p, b, input, div, ul, ol, li, h1, h2, h3, h4, h5 {font-family:Arial, Helvetica, sans-serif;}

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-size: x-small;
	background-image: url(assets/bg.gif);
	background-repeat: no-repeat;
 SCROLLBAR-FACE-COLOR: #000000;
 SCROLLBAR-HIGHLIGHT-COLOR: #333333;
 SCROLLBAR-SHADOW-COLOR: #000000;
 SCROLLBAR-3DLIGHT-COLOR: #888888;
 SCROLLBAR-ARROW-COLOR:  #FFE400;
 SCROLLBAR-TRACK-COLOR: #E3E3E3;
 SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

p {
	font-size: x-small;
}
h1 {
	font-size: 28px;
	color: #000000;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	height: 40px;
	margin: 0px;
	padding: 0px;
	line-height: 30px;



}
h2 {
	font-size: 24px;
	font-weight: 900;
	color: #BF2A0D;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	line-height: 26px;
	margin: 0px 0px 6px;
	padding: 0px;
	height: 26px;


}
h3 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	font-family: "Arial Narrow", Arial, sans-serif;
	line-height: 24px;



}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: "Arial Narrow", Arial, sans-serif;
	line-height: 22px;
	margin: 0px;



}
h5 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;


}
ul {
	font-size: x-small;
	list-style-type: square;

}

sup {
	padding-top: 4px;
}
form {
	margin: 0px;
}
textarea {
	overflow: auto;
}
