BODY {
	font-family: Trebuchet MS;
	font-size: 12px;
	/* background-image:url('http://www.smiling-dolphin.com/images/dolphin_d_santa.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed; */
}

.faceBold {
	font-weight: bold;
}

.face10 {
	font-size: 10px;
}

.face11 {
	font-size: 11px;
}

.face12 {
	font-size: 12px;
}

.face13 {
	font-size: 13px;
}

.face14 {
	font-size: 14px;
}

.face16 {
	font-size: 16px;
}

.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.arial11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Color Text */

.greenText {
	color: #295300;
}

.darkGreyText {
	color: #5F5F5F;
}

.blueText {
	color: #025F91;
}

.blueDarkText {
	color: #003366;
}

.brownText {
	color: #663300;
}

.orangeText {
	color: #BB5E00;
}

.orangeDarkText {
	color: #996600;
}

.maroonText {
	color: #993300;
}

.bgStyle {
	background-attachment:scroll;
}

/* Links */

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	text-decoration:none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #025F91;
	text-decoration:underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	text-decoration:none;
}

a.greenLink {
	color: #295300;
	text-decoration:none;
}
a.greenLink:hover {
	color: #295300;
	text-decoration:underline;
}
a.greenLink:active {
	color: #295300;
	text-decoration:none;
}

a.greyLink {
	color: #5F5F5F;
	text-decoration:none;
}
a.greyLink:hover {
	color: #5F5F5F;
	text-decoration:underline;
}
a.greyLink:active {
	color: #5F5F5F;
	text-decoration:none;
}

a.blueLink {
	color: #025F91;
	text-decoration:none;
}
a.blueLink:hover {
	color: #666600;
	text-decoration:underline;
}
a.blueLink:active {
	color: #025F91;
	text-decoration:none;
}

a.orangeLink {
	color: #BB5E00;
	text-decoration:none;
}
a.orangeLink:hover {
	color: #BB5E00;
	text-decoration:underline;
}
a.orangeLink:active {
	color: #BB5E00;
	text-decoration:none;
}

a.blackLink {
	color: #000000;
	text-decoration:none;
}
a.blackLink:hover {
	color: #000000;
	text-decoration:underline;
}
a.blackLink:active {
	color: #000000;
	text-decoration:none;
}

a.maroonLink {
	color: #993300;
	text-decoration:none;
}
a.maroonLink:hover {
	color: #993300;
	text-decoration:underline;
}
a.maroonLink:active {
	color: #993300;
	text-decoration:none;
}

a.greyLinkSelected {
	color: #666666;
	font-style:italic;
	font-weight:bold;
}

a.blueLinkSelected {
	color: #025F91;
	font-style:italic;
	text-decoration:underline;
}

/* form */

.input {
     font-family: Trebuchet MS;
     z-index: -2;
     font-size: 11px;
}