body{
margin:0px;
background-color:#F3F3F3;
}
a:link,a:visited{
color:#000000;
text-decoration:none;
}
a:hover{
color:#660000;
text-decoration:none;
}


.top_table{
background-image: url('logo.jpg');
background-repeat: no-repeat;
background-position:top center;
font-family:Verdana;
font-size:11px;
font-weight:bold;
color:#000000;
}

.middle_table{
background-image: url('message.jpg');
background-repeat: no-repeat;
background-position:top center;
}

.content_table{
font-family:Verdana;
font-size:11px;
color:#000000;
}
.content_table div{
color:#333333;
font-size:12px;
font-weight:bold;
margin-bottom:10px;
margin-top:20px;
}

.footer_table{
background-image: url('footer.jpg');
background-repeat: no-repeat;
background-position:top center;
font-family:Verdana;
font-size:10px;
color:#626873;
}
.footer:link{
color:#660000;
text-decoration:none;
}
.footer:visited{
color:#660000;
text-decoration:none;
}
.footer:hover{
color:#660000;
text-decoration:underline;
}

.border{
float:right;
margin-left:5px;
border:1px solid #660000;
}

.small{
font-size:10px;
}

hr{
margin-top:15px;
text-align: left;
margin-left:0px;
}