body
{
    font-family: Verdana;
    font-size: 10px;
    color: #333333
; background-image: url(templates/images/bg.jpg); background-repeat: repeat-x; background-color: #FFFFFF
}

td
{ 
    font-size: 10px
}

.header_text
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none
}

.cell_header
{
    background-image: url(templates/images/cell_bg.jpg);
    height: 30px
}

.form
{
    border: 1px #000000 solid;
    background-color: #FFFFFF
}

.button
{
   /* background-color: #0099FF; */
	background-color: #D6EEFF;
    color: #000000;
    border: #000000;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

.name
{
    font-weight: bold;
    color: #0066CC;
    font-size: 12px
}
.post_bg {  background-color: #FFFFFF}
.name_bg {  background-color: #D6EEFF}
a:link {  color: #0066CC; text-decoration: none}
a:visited {  color: #0066CC; text-decoration: none}
a:hover {  color: #FF0032; text-decoration: underline}
.table_border {  background-color: #000000}
.white_bg {  background-color: #FFFFFF}
