body { margin: 0; padding: 0; background: #555555; }

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", arial, verdana, helvetica, sans-serif; }


/*------------Basic styles------------*/

p, h1, h2, h3, h4, h5, h6 { margin: 0px; color: #000000; font-weight: normal; text-decoration: none; background: transparent }

p { font-size: 0.8em; line-height: 1.4em; text-align: left; }
h1 { font-size: 1.5em; line-height: 1.4em; letter-spacing: 0.15em; color: #666666 }	/* site heading */
h2 { font-size: 1.5em; line-height: 1.4em; color: #FF3333; }	/* site heading */
h3 { font-size: 1.2em; line-height: 1.4em; color: #FFA000;  }
h4 { font-size: 1.1em; line-height: 1.4em; color: #000000; }				/* sub headings */
h5 { font-size: 1.0em; line-height: 1.4em; color: #000000; background-color: #6699cc; padding: 3px; }	/* Blue Box Headers */
h6 { font-size: 0.7em; line-height: 1.4em; color: #ff3333; }	/* Blue Box Headers */

div {
	margin: 0px;
	padding: 0px;
}

a {color: #6699cc; text-decoration: none}
a:hover, a:link  {color: #6699cc; text-decoration: underline}
a:visited  {color: #999999; text-decoration: none}


.black12 {
	font-family:	"Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size:		12px;
	color:			#000000;
}

.blackbold12 {
	font-family:	"Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-weight:	bold;
	font-size:		12px;
	color:			#000000;
}

.grey11 {
	font-family:	"Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size:		11px;
	color:			#666666;
}

.grey12 {
	font-family:	"Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size:		12px;
	color:			#666666;
}

.bluebold20 {
	font-family:	"Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-weight:	bold;
	font-size:		20px;
	color:			#003399;
}

.orangebold12 {
	font-family:	"Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-weight:	bold;
	font-size:		12px;
	color:			#FFA000;
}

.bio12 {
	font-family:	"Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size:		13px;
	color:			#800000;
	margin: 		0 30px;
}

.white11 {
	font-family:	"Trebuchet MS", arial, verdana, helvetica, sans-serif;
	font-size:		11px;
	color:			#ffffff;
}


