/* CSS Document */

body
{
margin:0px;
background-color:#000000;
}
.footertext
{
font-family:arial;
text-decoration:none;
font-weight:bolder;
font-size:1.0em;
color:#505050;
}
.whitetext
{
font-family:arial;
text-decoration:none;
font-weight:bolder;
font-size:1.0em;
color:#ffffff;
}
.whitetextsml
{
font-family:arial;
text-decoration:none;
font-weight:normal;
font-size:10pt;
color:#ffffff;
}
.linkblue{
font-family:arial;
text-decoration:none;
font-weight:normal;
font-size:10pt;
color:#1c0bee;
}
.linkblue:hover{
font-family:arial;
text-decoration:none;
font-weight:normal;
font-size:10pt;
color:#ffffff;
}
.button a{
background-color:#131313;
width:170px;
float:left;
font-family:verdana;
font-weight:bold;
font-size:11pt;
color:#ffffff;
text-decoration:none;
padding:10px 5px 10px 5px;
margin:0px;
}
.button a:hover{
background-color:#000000;
color:#505050;
}
.linkbluesml{
font-family:arial;
text-decoration:none;
font-weight:bolder;
font-size:14px;
color:#404040;
}
.linkbluesml:hover{
font-family:arial;
text-decoration:none;
font-weight:bolder;
font-size:14px;
color:#ffffff;
}
.linkwhite
{
font-family:arial;
text-decoration:none;
font-weight:bolder;
font-size:1.0em;
color:#ffffff;
}
.linkwhite:hover
{
font-family:arial;
text-decoration:underline;
font-weight:bolder;
font-size:1.0em;
color:#ffffff;
}