/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a{
text-decoration:underline;
}
.bodybg{
background-image:url(../images/body_bg.png);
background-repeat:repeat-y;
background-position:top;
}
.bottombg{
background-image:url(../images/bottom.png);
background-repeat:no-repeat;
background-position:top;
}
.footer{
font-family:Times New Roman, Times, serif;
font-size:13px;
color:#6F6F6F;
font-weight:800;
}
td{
font-family:Times New Roman, Times, serif;
font-size:12px;
color:#6F6F6F;
font-weight:800;
}