/*This is the core style sheet of the site.*/

body {
background-image: url(atbg.jpg);
background-position: 200px 200px; background-attachment: fixed;
margin: 0;
}

h1 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.2em;
text-align: left;
font-weight: bold;
line-height: 1.4;
color: #0000ff;
}

h2 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.75em;
text-align: center;
font-weight: bold;
font-style: normal;
color: #000000;
}

h3 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.25em;
text-align: center;
font-weight: bold;
font-style: normal;
color: #ffffff;
}

p.whitetext {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.25em;
text-align: center;
font-weight: bold;
font-style: normal;
color: #ffffff;
}


p { 
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
text-align: center;
font-weight: bold;
line-height: 1.4;
margin: 0;
}

p.smalltext {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.0em;
text-align: center;
color: #000000;
font-weight: normal;
margin: 0;
}

p.righttext {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
text-align: right;
font-weight: bold;
line-height: 1.4;
margin: 0;
}

p.coltext1 { 
font-size: 0.75em;
color: #00ff00;
line-height: 1.4;
margin: 0;
}

p.menutext {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
text-align: left;
color: #000000;
font-weight: bold;
line-height: 1.4;
margin: 0;
}

p.redtext {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
text-align: left;
color: #ff0000;
font-weight: bold;
line-height: 1.4;
margin: 0;
}

p.redtextc {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
text-align: center;
color: #ff0000;
font-weight: bold;
line-height: 1.4;
margin: 0;
}

p.bluetext {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
text-align: center;
color: #0000ff;
font-weight: bold;
line-height: 1.4;
margin: 0;
}

p.bluetextl {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.75em;
text-align: left;
color: #0000ff;
font-weight: bold;
line-height: 1.4;
margin: 0;
}

p.bluetext2 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.2em;
text-align: center;
font-weight: bold;
line-height: 1.4;
color: #0000ff;
}



p.lighttext {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.7em;
text-align: center;
color: #666666;
font-weight: bold;
margin: 0;
}




A {text-decoration:none}
A.type1:link    {color:#000000; text-decoration:none;}
A.type1:visited {color:#000000; text-decoration:none;}
A.type1:active  {color:#000000; text-decoration:none;}
A.type1:hover   {color:#FF0000; text-decoration:none;}

#header {
background-image: url(atbg.jpg); 
background-repeat: no-repeat;
background-position: center;
height: 50px;
}
