@charset "UTF-8";
/* CSS Document */
body {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: none;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color: #d64b89;
}
a.nav {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: none;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	text-decoration:none;
}

a.nav:hover {
	text-decoration:none;
	color: #d64b89;
}

.title {
	font-family: century gothic, Helvetica, sans-serif;
	color:#d64b89;
	font-size:14px;
	}

.graysm {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 10;
	text-decoration:none;	
	color:#666666

}
.grayxsm {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 9;
	text-decoration:none;	
	color:#666666

}

.orgmd {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;	
	color: #ff9933
}

.whitesm {
	font-family: century gothic, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;	
	color: #ffffff
}

.border {
	border: 1px solid #FFFFFF;
	
}
	
.frmbutton {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	background-color:#000066
}
