body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/p_bg.jpg);
	background-repeat: repeat-x;
}

td{
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #000033;
}

a:link, a:visited, a:active {
	color: #ffcc33;
	text-decoration: none;
	font-weight:bold;
}
a:hover{
	color: #000033;
	text-decoration: underline;
	font-weight:bold;
}

.txtwhite {color: #FFFFFF;}
.txtbig {font-size:11pt;}
.txtsmall {font-size:9pt;}
