body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}

.footer {
background-image:url(images/footer_bg.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 12px;
}
.px_border {
	border-width: 1px;
	border-style: solid;
	border-color: black; 
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h1 
{
    font-size:16px;
}

h2 
{ 
    font-family:MS Reference Sans Serif;
    font-size: 16px;  
    
}


