/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C4C4C4;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 18px;
}

.text1 {
	font-size: 18px;
	font-weight: bold;
	color: #FC3;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
}

.text3 {
	padding: 2px 10px;
	background: url(images/homepage17.gif) repeat-x left top;
	font-style: normal;
	color: #000000;
}

.text4 {
	text-align: center;
	color: #939393;
}

.text5 {
	padding: 2px 10px;
	background: url(images/homepage17.gif) repeat-x left top;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

.text6 {
	margin-left: 75px;
}

.text7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.text7 a {
	color: #FFFFFF;
    text-decoration: none;
}

.text7 a:hover {
     color: #FFCC33;
	 text-decoration: none;
}

.text8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}

.text9 {
	font-size: 11px;
    text-align: center;	
}

.text10 {
	font-size: 12px;
    text-align: center;	
}

.text11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.text13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C4C4C4;
}




/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 10px 0px 10px 0px;
	background: url(images/homepage18.gif) repeat-x left bottom;
}

.list1 .last {
	background: none;
}

.list1 a {
}

/** LINKS */

a {
	color: #EA6C5E;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #313131 url(images/homepage15.jpg) repeat-x left top; }
.bg2 { background: #313131 url(images/homepage16.jpg) no-repeat left top; }

.bg3 { background: url(images/homepage09.jpg); }

/** MISC */

.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: 2px;
	margin: 0px 0px 10px 0px;
	background: url(images/homepage18.gif) repeat-x left top;
}

/** MENU */

#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	}

#stylefour ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	}

#stylefour ul li a:hover{
	color:#B30000;
	background:#CECECE;
	}
	
#current{
	display:block;
	float:left;
	color:#FFC935;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:#4D4D4D;
	}

