/* CSS Document */
body
{
    padding: 0;
    margin: 0;
    background: url(images/bgtit.gif) repeat-x #000;
}
h1
{
    font-family: Arial;
    color: #FFFFFF;
    font-weight: bold;
    border-width: medium;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    border-style: solid;
}
h2
{
    border: thin solid #FFFFFF;
    font-family: "Arial";
    color: #FF3300;
    font-weight: bold;
    text-align: center;
    margin-right: 200px;
    margin-left: 200px;
}
h3
{
    font-family: Arial;
    color: #FFFFFF;
    font-weight: bold;
    border-width: medium;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}
ul
{
    list-style-type: none;
}
li
{
    color: #66FF33;
    margin: 10px;
    padding: 10px;
    border: thin solid #FF3300;
    font-family: "Arial";
    color: #66FF33;
    font-weight: bold;
    font-size: small;
    text-align: right;
}
img 
{
border:0px;
}

a
{
    color: #66FF33;
}

table
{
    padding: 10px;
    margin: 0px 25px 0px 25px;
    font-family: "Arial";
    color: #FFFFFF;
    /*font-weight: bold;*/
}

table.noPad
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.large
{
    margin: 100px;
    font-size: xx-large;
    font-family: "Arial";
    color: #FFFFFF;
    font-weight: bolder;
    text-align: center;
}

.blank
{
    font-size: 0px;
    clear: both;
    line-height: 0px;
}
.Normal
{
    margin: 0px 25px 0px 25px;
    font-family: "Arial";
    color: #000000;
     /*font-weight: bold;*/
}
.UnderLine
{
    margin: 0px 25px 0px 25px;
    font-family: "Arial";
    color: #000000;
    text-decoration: underline;
    /*font-weight: bold;*/
}
.UnderLineWhite
{
    font-family: "Arial";
    color: #FFFFFF;
    text-decoration: underline;
     /*font-weight: bold;*/
}
.UnderLineWhiteBold
{
    font-family: "Arial";
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}
.WhitePad
{
    margin: 0px 25px 0px 25px;
    font-family: "Arial";
    color: #FFFFFF;
    /*font-weight: bold;*/
}
.Red
{
    font-family: "Arial";
    color: #FF3300;
     /*font-weight: bold;*/
}
.RedPad
{
    margin: 0px 25px 0px 25px;
    font-family: "Arial";
    color: #FF3300;
    /*font-weight: bold;*/
}
.RedPadBold
{
    margin: 0px 25px 0px 25px;
    font-family: "Arial";
    color: #FF3300;
    font-weight: bold;
}
.White
{
    font-family: "Arial";
    color: #FFFFFF;
     /*font-weight: bold;*/
}
.WhiteBold
{
    font-family: "Arial";
    color: #FFFFFF;
    font-weight: bold;
}

.RedHref
{
    margin: 0px;
    font-family: "Arial";
    color: #FF3300;
    font-weight: bold;
    text-decoration: underline;
}
.Yellow
{
    font-family: "Arial";
    color: #FFFF00;
    /*font-weight: bold;*/
}
.blank{
	font-size:0px; clear:both; line-height:0px;
	}

/*-------------left side------*/
#leftPanTop
{
    margin: 10px;
    width: 30%;
    padding: 10;
    float: left;
    top: 40px;
    position: fixed;
    left: 10px;
}
#leftPan
{
    width: 30%;
    float: left;
    position:relative;
    top: 100px;
}
/*-------------right side------*/
#rightPan
{
    width: 70%;
    margin: 0 0 0 0px;
    float: right;
}

.tdRight
{
    padding: 10px;
    margin: 0px;
    text-align: right;
    border-width: 0px;
}

#footerMain {
	
	}	
#footer
{
    font-family: "Arial";
    color: #FFFFFF;
    font-size: x-small;
    float: right;
    position: relative;
}

.UnderLineCourier
{
    margin: 0px 25px 0px 25px;
    font-family: Courier;
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}
.UnderLineGreen
{
	color: #7FFF00;
    text-decoration: underline;
}
.Green
{
	color: #7FFF00;    
}
.NormalCourier
{
    margin: 0px 25px 0px 25px;
    font-family: Courier;
    color: #000000;
    font-weight: bold;
}
.Italic
{    
 	font-style:Italic;
}
.Center
{
	text-align: center;
	}

