/* ------------------------    MAIN    --------------------------*/
font {}
TABLE, TR, TD, UL {}

body{background: #2b1307; text-align: center; margin: 10px 0px; padding: 0px;}

h1{
font-size: 20px;
color: #330000;
margin: 0px;
padding-bottom: 10px;
}

.whitebox{
background-image: url(/images/bg_white.png);
padding: 5px;
}

.border{
border: 3px solid #FFFFFF;
}

.contentcontain{
background: url(/images/bg_content_repeat.gif) repeat-y;
width: 784px;
margin: 10px auto;
}

.content{
background: url(/images/bg_content.gif) no-repeat;
padding: 20px 20px 0px 20px;
text-align: left;
min-height: 330px;
height: auto;
}

.container{
width: 800px;
margin: 0 auto;
text-align:center;
background-color: #663f1d;
}

hr.cleaner{
margin: 0px;
clear: both;
height: 1px;
padding-bottom: 0px;
padding-top: 0px;
visibility: hidden;
}

#small {
	font-size: 12px;}
#reg {
	font-size: 12px;}
#big {
	font-size: 12px;}
	
.main {
	font-family: tahoma;
	font-size: 12px;
	color:#000000;
	background-color: ;
	border: 0px  ;
}
.maintext1 {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}
.maintext2 {
	font-family:tahoma;
	font-size:12px;
	color:#000000;
}
.mainlink {
	font-family:tahoma;
	font-size:12px;
	color:#0000FF;}
.mainlink a:link {
	color:#0000FF;}
.mainlink a:hover {
	color:#FF0000;}
.mainlink a:active {
	color:#FF9900;}
.mainlink a:visited {
	color: #999999;}
	
a {
	font-family: tahoma;
	font-size: 12px;
	color: #0000FF;}
a:link {
	color: #0000FF;}
a:hover {
	color: #FF0000;}
a:active {
	color: #FF9900;}
a:visited {
	color: #999999;}
	
/* ------------------------    SUB - LEFT BAR   --------------------------*/

.sub {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	background-color: ;
	border: 1px #999999 solid;}
.subcolor {
	color: #000000;
	background-color: ;}
.subtext1 {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;}
.subtext2 {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;}
.sublink {
	font-family: tahoma;
	font-size: 12px;
	color: #0000FF;}
.sublink a:link {
	color: #0000FF;}
.sublink a:hover {
	color: #FF0000;}
.sublink a:active {
	color: #FF9900;}
.sublink a:visited {
	color: #999999;}
	
/* ------------------------    NAV    --------------------------*/

.nav {
	font-family: tahoma;
	font-size: 12px;
	color: ;
	background-color: ;
	border: 0px  ;}
.navcolor {
	color: ;
	background-color: ;}
.navtext1 {
	font-family: tahoma;
	font-size: 12px;
	color: ;}
.navtext2 {
	font-family: tahoma;
	font-size: 12px;
	color: ;}
.navlink {
	font-family: tahoma;
	font-size: 12px;
	color: ;}
.navlink a:link {
	color: ;}
.navlink a:hover {
	color: ;}
.navlink a:active {
	color: ;}
.navlink a:visited {
	color: ;}

/* ------------------------    LINK TO HIDDEN DIR    --------------------------*/

.resource {
	color:#000000; 
	text-decoration: none;
	font: 10px/120% Arial, Helvetica, sans-serif;
	cursor: text;}
.resource a:link {
	color: #000000;
	cursor: text;}
.resource a:hover {
	color: #000000;
	cursor: text;}
.resource a:visited {
	color: #000000;
	cursor: text;}
.resource a:active {
	color: #000000;
	cursor: text;}
	
/* ------------------------    FOOTER    --------------------------*/

#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #909090;
	padding: 5px;
	height:40px;
	text-decoration: none;
	}
#footer a {
	color: #909090;
	text-decoration: underline;
	}
#footer a:hover {
	color: #A7A7A7;
	text-decoration: underline;
	}