/* CSS Document */
a:link,a:visited,a:active {
	color:#545454;
	text-decoration:none;
}

a:hover {
	color:#545454;
	text-decoration:underline;
}

a.mainmenu:link,a.mainmenu:visited,a.mainmenu:active {
	font-family:Arial,Verdana,Tahoma;
	font-size:12px;
	color:#ebebeb;
	text-decoration:none;
	border-bottom:0px;
}

a.mainmenu:hover {
	font-family:Arial,Verdana,Tahoma;
	font-size:12px;
	color:#ebebeb;
	text-decoration:underline;
}


/* SUBMENU */
.menuanchorclass:link,a.menuanchorclass:visited,a.menuanchorclass:active {
	font-family:Arial,Verdana,Tahoma;
	font-size:12px;
	color:#ebebeb;
	text-decoration:none;
	border-bottom:0px;
}

a.menuanchorclass:hover {
	font-family:Arial,Verdana,Tahoma;
	font-size:12px;
	color:#ebebeb;
	text-decoration:none;
}
/* SUBMENU */


a.submenu:link,a.submenu:visited,a.submenu:active {
	font-family:Arial,Verdana,Tahoma;
	font-size:12px;
	color:#545454;
	text-decoration:none;
	border-bottom:0px;
}

a.submenu:hover {
	font-family:Arial,Verdana,Tahoma;
	font-size:12px;
	color:#545454;
	text-decoration:underline;
}




img {
	text-decoration:none;
	border:0px solid;
}




/* INVISIBLE
input {
background:#141414; 
border: 1px solid #999999; 
color: #999999; 
font: 10px Tahoma,serif; 
padding: 2px
}

textarea {
background: #141414;
border:1px solid #999999;
color: #999999; 
font: 10px Tahoma,serif; 
padding: 2px
}

select {
background: #141414;
border:0px solid #fff;
color: #999999; 
font: 10px Tahoma,serif; 
padding: 2px
}
*/

h1,h2,h3,h4,h5,h6 {
color:#6B6B5A;
font-size:18px;
}
BODY{
background: #767676 url(images/bg.jpg);
background-repeat: repeat-x;
margin:0px 0px 0px 0px;
font-family:Arial,Verdana;
font-size:12px;
color:#545454;
}

TD, TR  {
margin:0px 0px 0px 0px;
font-family:Arial,Verdana;
font-size:12px;
color:#545454;
}


.mainmenu {
font-family:Arial,Verdana;
font-size:12px;
color:#FFFFFF;
}

.menuanchorclass{
z-index:2;
}

.slideshow1{
z-index:1;
}

.d1 {
background-position:bottom right;
background-image:url('img/bg.jpg');
}
.d2{
background-position:bottom left;
background-image:url('img/bg.jpg');
}
.d3{
background-position:top right;
background-image:url('img/bg.jpg');
}
.d4{
background-position:top left;
background-image:url('img/bg.jpg');
text-align:center;
color:#464646;
font-size:11px;
vertical-align:bottom;
padding-bottom:3px;
}
.dx {
font-size:10px;
}
.chd {
height:100%;
}
.hfd {
height:506px;
background-position:top left;
background-image:url('img/bg.jpg');
}
.dmenu{
padding: 0px 4px 1px 4px;
height:16;
background-color:#1E1E1E;
font-size:10px;
color:#5E5E5E;
}
.content{
padding: 0px 0px 0px 4px;
background-color:#545454;
font-size:12px;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }
html { overflow-y: scroll;}
