@charset "utf-8";
h1 {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 24px;
	color: #000;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
h3 {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 24px;
	color: #fff;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
p {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 16px;
	color: #000;
}
a:link, a:visited, a:active {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 16px;
	color:#00F;
	text-decoration:none;
}
 a:link.pwhite,  a:visited.pwhite,  a:active.pwhite {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 16px;
	color:#fff;
	text-decoration:none;
}
a:hover, a:hover.pwhite {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 16px;
	color:#F00;
	text-decoration:none;
}
.psmall {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 10px;
	color: #000;
}
td p {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 16px;
	color: #000;
	margin:0px;
	padding:0px;
}
ul, li {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 16px;
	color: #000;
}
.pwhite {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 16px;
	color: #FFF;
}
.psm {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 14px;
	color: #000;
}
.psmwhite {
	font-family: "Century Gothic", Arial, "Lucia Grande", Sans-Serif;
	font-size: 14px;
	color: #fff;
}
.error {
	margin-top:0px; margin:bottom:0px;
	background-image: url(../images/error.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:3px;
	min-height:22px;
	font-weight:bold;
	
}