﻿/* CSS Document */
body{
	background-color:#303030;
    background: #303030 url(images/body_bg.gif) repeat-y center top; 
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	text-decoration:none;
	font-family:arial,verdana;
	border-style:none;
	position:relative; 
	color: #EEEEEE; 
}
a img {border: none; }
A:link{	
	text-decoration:	none;
	color: #EEEEEE;
	}	
		
A:visited{	
	text-decoration:	none;
	color: #EEEEEE;
	}	
		
A:active{	
	text-decoration:	none;
	color: #EEEEEE;
	}	
		
A:hover{	
	text-decoration:	none;
	color: #EEEEEE;
	}
.TextBoxStyle
{
}
.ButtonStyle
{
}
.DropDownStyle
{
}
.FormFont{
    font-family:arial,verdana;
    font-size:small;
    color:#EEEEEE;
    }
.HeaderMajor
{
    font-family:arial,verdana;
    font-size:large;
    font-weight:bold;
    color:#EEEEEE;
    }
.HeaderMinor
{
    font-family:arial,verdana;
    font-size:medium;
    font-weight:bold;
    color:#EEEEEE;
    }
.HeaderLeast
{
    font-family:arial,verdana;
    font-size:small;
    font-weight:bold;
    color:#EEEEEE;
    }
.FormHeader
{
    font-family:arial,verdana;
    font-size:medium;
    font-weight:bold;
    color:#EEEEEE;
    }
.Notes
{
    font-family:arial,verdana;
    font-size:x-small;
    font-weight:normal;
    color:#EEEEEE;
    }
.ValidatorFont{
    font-family:arial,verdana;
    font-size:small;
    color:#AA0000;
    }
.NormalText{
    font-family:arial,verdana;
    font-size:medium;
    color:#EEEEEE;
    }
 .ColumnHeader{
    font-family:arial,verdana;
    font-size:small;
    color:#EEEEEE;
    width:70px;
    text-align:center;
        }
 .RowFont{
    font-family:arial,verdana;
    font-size:small;
    color:#111111;
    }
.bodystyle{
    }
.masterdiv{
    width:947px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    z-index:-100;
    }
.maindiv{
    width:826px;
    float:left;
    vertical-align:top;
    z-index:-50;
    }
.headerdiv{
    position: relative;
    width:826px;
    float:left;
    height:60px;
    z-index: 100;
    }
.adsdiv{
    width:120px;
    margin-left:826px;
    }
.menudiv{
    width:826px;
    height:22px;
    float:left;
    }
.bodydiv{
    width:826px;
    float:left;
    min-height: 530px;
    position:relative;
    padding-bottom:30px;
    z-index: 90;
}
.footerdiv{
    width:826px;
    margin-left:auto;
    margin-right:auto;
    position:relative;
    padding-top:15px;
    font-family:arial,verdana;
    font-size:smallest;
    }
