/* CSS Document */
body {
background: #000000;
margin: 18px;
color: #000000;
font-family:Arial;
font-size:12px;
background-color: #000;
}

.special {margin:auto;}

div{
border-collapse: collapse;
padding: 0px 0px 0px 0px;
margin: 0px;
text-align: center;
}
.boldText{
font-size: 13px;
font-family: Verdana;
color:Black;
font-weight: bold;
}
.boldUnderlineText {
font-size: 13px;
font-family: Verdana;
color:Black;
font-weight: bold;
text-decoration:underline;
}
.headerText {font-size: 16px;
font-family: Verdana;
color:Black;
font-weight: bold;
}
.redText {font-size: 13px;
font-family: Arial;
color:#76130E;
font-weight: bold;
}
.redTextBig {
font-size: 25px;
font-family: Arial;
color:#9b0000;
font-weight: bold;
text-decoration:underline;
}
.blueUnderlinedText{font-size: 13px;
font-family: Verdana;
color:#0000CC;
text-decoration:underline;
} 
.shadow{
background-color:#c1c1c1;
}
img{
border:none;
} 
h3{
font-size:20px;
} 
a:link {
color: #CCC;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #CCC;
}
a:hover {
text-decoration: underline;
color: #FFF;
}
a:active {
text-decoration: none;
color: #D6D6D6;
}

