﻿body 
{
	background-color: #2c2f26;
	margin-left: 0px;
	margin-right: 0px;
	/*margin-top: 25px;
	margin-bottom: 25px;*/
	font-family:  Helvetica, Arial, sans-serif;
	color: White;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #777799;
	scrollbar-darkshadow-color: #666677;
	scrollbar-face-color: #43636a;
	scrollbar-highlight-color: #e9e9e9;
	scrollbar-shadow-color: #a1b1c3;
	scrollbar-track-color: #EFF1F2;
	font-size: 10pt;
}	
p
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
	
h1
{
    font-size: 12pt; 
    font-style: oblique;
	margin: 0px 0px 0px 0px;
}

h2
{
    font-size: 10pt; 
    font-style: oblique;
	margin: 0px 0px 0px 0px;
}

h3
{
    font-size: 9pt; 
    font-style: oblique;
	margin: 0px 0px 0px 0px;
}

h4
{
    font-size: 8pt; 
    font-style: oblique;
	margin: 0px 0px 0px 0px;
}

.TopMenu
{
	line-height: 25px;
    text-decoration: none;
    width: 135px;
    height: 30px;
    float: left;
    padding: 0px 0px 0px 0px;
    color: White;
    font-style: italic;
    font-weight: normal;
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    background-color: #313f31;
    /*background-image: url("Images/GrayMenu.png");
    background-position: left top;*/
}

.TopMenu:link 
{
    /*padding: 4px 0px 4px 0px;*/
    text-decoration: none;
	font-weight: bold;
	cursor: hand;
}

.TopMenu:visited 
{
    /*padding: 4px 0px 4px 0px;*/
    text-decoration: none;
	font-weight: bold;
	cursor: hand;
}

.TopMenu:active 
{
    /*padding: 4px 0px 4px 0px;*/
    text-decoration: none;
	font-weight: bold;
	cursor: hand;
	background-color: #43636a;
}

.TopMenu:hover 
{
    /*padding: 4px 0px 4px 0px;*/
    text-decoration: none;
	font-weight: bold;
	cursor: hand;
	background-color: #43636a;
} 

a:link 
{
	color: #FFFFFF;
}

a:visited 
{
	color: #FFFFFF;
}

a:active 
{
	color: #FFFFFF;
}

a:hover 
{
	background-color: #43636a;
	color: #FFFFFF;
} 

.BlackLine
{
    float: left;
    clear: both;
    width: 950px;
    height: 1px;
    background-image: url("/Images/BlackLine.png" );
}

#main
{
    float: left;
    background-image: url('/Images/satbak.jpg');
    background-color: #0e1416;
    width: 950px;
    /*height: 500px;*/
    font-weight: normal;
}

#header
{
    width: 950px;
    height: 50px;
    background-image: url("/Images/wave.png");
}

#menu
{
	line-height: 30px;
    height: 30px;
    clear: left;
	float: left;
    overflow: hidden;
}
td{
	font-size: 9pt;
}
.small{
	font-size: 8pt;
}






