html {

min-height: 101%;

}

body {
	margin: 0px;
	padding: 0px;
	background-color: #1E1E1E;
}

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

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C0C0C0;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

a {
	color: #FFA500;
}

a:hover {
	text-decoration: none;
}

.link1 {
	padding-left: 45px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFA500;
}

.text1 {
	padding-top: 25px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.text2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B8B8B;
}

.text3 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEEEEE;
}

.text4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
}

.style1 {
	font-size: 11px;
	color: #808080;
}

.style1 a {
	text-decoration: none;
	color: #808080;
}

.style1 a:hover {
}

.bg1 {
	background: url(images/img8.png) repeat-y left top; 
}

.bg2 {
	background: url(images/img1.png) no-repeat left top;
	height: 100px;
}

.bg3 {
	background: url(images/img3.png) no-repeat left top;
	height: 100px;
}

.bg4 {
	background: url(images/img5.png) no-repeat left top;
	height: 36px;
}

.bg5 {
	background: url(images/img6.png) no-repeat left top;
	height: 251px;
}

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

