body
{
	background-color: #010101;
	padding:0px;
}

h1
{
    color:#CBCCCE;
}

h2
{ 
    color:#CBCCCE;
    margin-bottom:20px;
    letter-spacing:4px;
    font-family: arial;
    font-size: 13pt;
    font-style:normal;
}

h3
{ 
    color:#CBCCCE;
    margin-bottom:20px;
    letter-spacing:3px;
    font-family: arial;
    font-size: 12pt;
    font-style:normal;
}

h4
{ 
    color:#CBCCCE;
    margin-bottom:10px;
    letter-spacing:1px;
    font-family: arial;
    font-size: 8pt;
    font-style:normal;
    font-weight:bold;
}

td, div 
{   
    font-size: 11pt;
    font-family: arial;
    font-weight:bold;
    letter-spacing:1px;
    color:#CBCCCE;
    line-height: 1.5em;
    text-align:justify
}


/* main frame */
.left
{
    width:88px;
}

.middle
{
    width:100%
}

.right
{
    width:88px;
}

#head 
{
    height:120px;
}

#links 
{
    height:40px;
}

#main 
{
    height:548px;
    padding-left:30px;
    padding-right:30px;
    padding-top:30px;
    text-align:left;
}

#bottom 
{   
    height:60px;
    padding-left:30px;
    padding-right:30px;
    text-align:left;
}

#menu a, #menu a:visited, #menu a:active 
{   
    display:block;
    /*background-color:#010101;*/
    color:#CBCCCE;
    text-decoration:none;
    text-align:center;
    width:120px;
    font-size:100%;
    line-height:25px;
    font-family:arial;
    letter-spacing:3px;
    margin:0px;
    /*background-image:url('images/button.gif');*/
    background-repeat:repeat-x;
    background-position: 0% 0%;
    
    border-top:1px solid #CBCCCE;
    border-bottom:1px solid #CBCCCE;
    border-left:1px solid #CBCCCE;
    border-right:1px solid #CBCCCE;
    
    font-style:normal;
}

#menu a:hover
{
    background-color:010101;
    color:#6f6f6f;
    background-repeat:repeat-x;
    text-decoration:none;
    
    border-top:1px solid #6f6f6f;
    border-bottom:1px solid #6f6f6f;
    border-left:1px solid #6f6f6f;
    border-right:1px solid #6f6f6f;
}

