body, table, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 135%;
	font-weight: normal;
	font-variant: normal;
	color: #000000; /* find black text and style that - default should really be #333333" */
}

body {
	margin-top: 0px;
	margin-left: 0px;
}


a:link {
	color: #CC3333;
	text-decoration: none;
	}

a:visited {
	color: #CC9933;
	text-decoration: none;
	}

a:active {
	color: #CC3333;
	text-decoration: none;
	}

a:hover {
	color: #CC3333;
	text-decoration: underline;
	}


.copyright {
	font-size: 10px;
	text-align: center;
	padding-top: 2em;
	margin-top: 20px;
}


/* homepage only styles */

.blurb { /* homepage */
	line-height: 150%;
	font-size: 10pt;
	margin: 20px;
}



/* Page headers */
	
	.header, .headerlarge {
		font-size: 12px; /* 11px not enough difference between header and text */
		color: #333333;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 0;
		padding-left: 15px;
	}
	
	.headerlarge {
		font-size: 14px;
		color: #333333;
		font-weight: normal;
		margin-bottom: 0.25em;
		margin-top: 0;
		padding-left: 15px;
	}
	
	.deck { /* Subtitle */
		font-size: 11px;
		font-weight: bold;
		padding-left: 15px;
		color: #333333;
		margin-top: 0;
	}


/* END Page headers */


/* Body text */

	.reducetop { /* for paragraphs that follow a header */
		margin-top: 0;
	}
	
	.bodytext { /* main paragraph style */
		font-size: 10px;
		padding-left: 15px;
		color: #333333;
	
	}

/* END Body text */




/* List styles */

	.list-head { /* paragraphs formatted as lists */
		padding-left: 15px;
		color: #333333;
		margin: 0 0 0 2.5em;
	}
	
	ul {
		color: #333333;
		list-style-type: square;
		list-style-position: outside;
		list-style-image: none;
		margin-left: 2em;
		padding-left: 2.5em; /* IE */
	}
	
	ul.content, ul.content ul, ul.content ul ul {
		list-style-type: none;
		margin-left: 1em;
		padding-left: 1em; /* IE */
	}
	
	ul.content li {
		margin-top: 1em;
	}


	ul.content ul li, ul.content ul ul li {
		margin-top: 0;
	}


/* END List styles */




/* Right column styles */

	.plughead {
		font-weight: bold;
		padding-left: 15px;
		margin-bottom: 0;
	}
	
	.pluglinks {
		padding-left: 15px;
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.plugtext {
		padding-left: 15px;
		margin-top: 0px;
	}
	
	.halfpadding {
		margin-bottom: 0.5em;
	}
	

/* END Right column styles */






/* not currently used */
/*
	.table-even-row {
		background-color: #ffffff;
		text-align: left;
		vertical-align: top;
	}
	
	.table-odd-row {
		background-color: #eeeeee;
		text-align: left;
		vertical-align: top;
	}
*/

