﻿body
{
	/*color: dimgray;*/
	font-family: Georgia;
	background-color: #336699;
	background-attachment: fixed; /*background-image: url(c1.jpg);
    background-repeat: no-repeat;*/
	font-family: Arial;
	font-size: 12.5pt;
	color: #666666;
}



form
{
margin-bottom: 0 ; 
}

td.controls
{
    padding-bottom: 15px;
    padding-top: 15px;
}


#tableTopAd
{
    position:relative;
    background-color: white;
    width: 748px; /*728*/
    height:110px; /*90*/
    left:125px;
    
}

#tableQuickLinks
{
    position: relative;
    background-color: white;
    width: 748px; /*728*/
    left: 20px; /*text-align: right;*/
    font-size: 12pt; /*font-family: Arial;*/
    border: solid 1px gray;

}

#divBig
{
    font-size: 36pt;
    color: gainsboro;

}

.spanHL
{
color:#666666;
font-size:110%;
font-weight:bold;
margin:10px 0 6px;
padding:0;

}



.bgFeatures
{
    background-color: whitesmoke;
    border-right: #e4ffcf 2px solid;
    border-top: #e4ffcf 2px solid;
    border-left: #e4ffcf 2px solid;
    border-bottom: #e4ffcf 2px solid;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #006699;
}

HR
{
    height: 1pt;
    width: 30%;
    margin: 0px;
    background-image: none;
    background-attachment: scroll;
    background-repeat: repeat;
    background-position: 0% 0%;
}




td
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#tableSiteLogo
{
    position:relative;
    background-color: white;
    left:125px;
    width:748px;
   
}

#tableMyText
{
    position:relative;
    background-color: whitesmoke;
    width: 748px;
    left:120px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 5px;
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: white;
    
}

.tdHeaderText
{
    line-height:150%;
    padding:0px 10px 0px 10px;
    font-size:10pt;
    font-family:Georgia;    
}

#tdHeaderTitle
{
    padding: 0px 10px 0px 10px;
    font-size: 28pt;
    /*color: dimgray;*/
    font-family: Georgia;
    font-variant: small-caps;
    border-top:solid 1px gainsboro;
}

#divGoogleAd
{
    float:right;
    padding:25px
}

#divTutorialTitle
{
    font-family:Georgia;
    font-variant: small-caps;
    font-size: 24pt;
    padding: 0px 25px 15px 10px;
}


.hl
{
    font-size: 110%;
    font-weight: bold;
}

a.external:link
{
    color: gainsboro;
    text-decoration: none;
}
a.external:visited
{
    color: gainsboro;
        text-decoration: none;
}
a.external:hover
{
    color: #99ff66;
        text-decoration: none;
}
a.external:active
{
    color: #33ff33;
        text-decoration: none;
} 

a:link, a:active, a:visited
{
    /*color: #0066FF;*/
    color:Black;
    text-decoration: none;
} 
a:hover 
{ 
    /*color: #0066FF;*/
    color:Black;
    text-decoration: underline
}