@charset "utf-8";
/* CSS Document */


html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
.mastbg
{
background-image:url(../images/topbg.jpg);
background-repeat:repeat-x;
}
.bttm
{
background-image:url(../images/bottombg.jpg);
background-repeat:repeat-x;
height:33px;
}
p
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
text-decoration:none;
font-weight:bold;
line-height:30px;
color:#000000;
}
.link
{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
text-decoration:none;
font-weight:bold;
line-height:30px;
color:#000000;
}
.tblbg
{
background-image:url(../images/bg.gif);
background-repeat:no-repeat;
}