a:active{
color:#ddd;}
a:visited{
color:#CCFF00;}
a:link{
color:#FFFF33;
text-decoration:none;
}
a:hover{
color:#FF9900;
text-decoration:none;
}
/***************************************/
body{
margin:0px;
padding:0px;
color:#ddd;
font-size:9pt;
font-family:Verdana,MS UI Gothic;
line-height:180%;
background-color:#000;
background-image:url(img/bg.gif);
text-align:center;
}
table{
font-size:9pt;
line-height:180%;
}
/***************************************/
form{
margin:0px;
}
input{
color:#ddd;
font-size:9pt;
font-family:Verdana,MS UI Gothic;
background-color:#000;
border:1px solid #FF9900;
}
textarea{
color:#ddd;
font-size:9pt;
font-family:Verdana,MS UI Gothic;
background-color:#000;
border:1px solid #FF9900;
}
hr{
height:0px;
border:0px;
border-bottom:1px solid #FF9900;
}
ul{
margin:0px;
padding:0px 0px 0px 15px;
list-style-type:square;
}
/***************************************/
h1{
margin:0px;
padding:20px 10px;
width:620px;
color:#FF9900;
font-size:14pt;
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(img/h1.png);
background-position:0% 5px;
background-repeat:repeat-x;
border-bottom:5px solid #FF9900;
}
h2{
margin:0px 0px 10px 0px;
padding:0px 0px 0px 5px;
height:30px;
line-height:30px;
font-size:9pt;
background-image:url(img/grad.png);
background-position:0% 100%;
background-repeat:repeat-x;
border:1px solid #444;
}
h3{
margin:0px;
padding:0px;
font-size:9pt;
}
/***************************************/
#body{
margin-right:auto;
margin-left:auto;
width:620px;
background-color:#000;
border-left:1px solid #444;
border-right:1px solid #444;
text-align:left;
overflow:hidden;
}
#header{
margin:10px;
width:600px;
height:300px;
background-image:url(img/top.jpg);
background-position:50% 0%;
background-repeat:no-repeat;
border:1px solid #444;
}
#menu{
margin:0px;
padding:0px;
list-style-type:none;
}
#menu li{
margin-bottom:5px;
height:30px;
line-height:30px;
background-image:url(img/grad.png);
background-position:0% 100%;
background-repeat:repeat-x;
border:1px solid #444;
text-align:center;
}
#menu li a{
height:30px;
line-height:30px;
display:block;
}
#menu li a:hover{
background-image:url(img/menu.gif);
background-position:50% 0%;
background-repeat:no-repeat;
}
.text{
margin:10px;
}
#left{
width:150px;
float:left;
overflow:hidden;
}
#right{
margin-left:10px;
width:440px;
float:left;
overflow:hidden;
}
/***************************************/
.txt{
margin-bottom:40px;
}
.mark{
font-family:MS UI Gothic;
}
.pict{
margin:20px 0px;
}
.pict img{
border:1px solid #666;
}