<style type="text/css">
<!--
/*CAVEATS*/
/* set color attribute within body element to ensure text is black if user has customized their desktop*/
/*absolute position specified for body to ensure NS4 aligns any content to top of page*/ 
/* generally, set margin values in block level elements to ensure correct size in NS4*/
/*set font style and size attributes for inline elements to ensure correct rendering in NS4*/
/* shorthand box properties tip: think of a clock: 12, 3, 6, 9 */
/*classes, where not excluded, may have irrelevant names; due to older user agents not supporting CSS as newer versions do*/ 
/*specify font family and size for every element by default*/
/*setting border attribute (where required)as shown here: "border:none;" where class(es) may apply to certain elements(e.g DIV, can result in oversized rendering in NS4 * and/or whitespace inserted between elements/
/*setting border attribute (where required)as shown here: "border:none;" is required in NS4 to render bgcolor in DIV's*/ 
/*with multiple use of floated divs involving break returns,by default you use the BR CLEAR="ALL" version of this empty tag, asn NS4 consideration*/
/*UNIVERSAL SELECTORS*/

/*general*/
*{
		font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#000;
}

body{	
		color:#000; 
		font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*text*/

b{
		font-weight:900;
}
i{
		font-style : italic;
}
.floatleft{
		float:left;
}

.floatright{
		float:right;
}

h1{
		font:16px Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding:0 0 0 3px;
		margin:0;
		color:#0066cc;
		font-weight:bold;
}

h2{
		font:14px Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight:bold;
		padding:0 0 0 3px;
		margin:0;
		color:#0066cc;
}

h3{
		font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding:0;
		margin:0;
		color:#000;
}

h4{
		font:100% Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding:2px 0 2px 0;
		margin:0;
		color:#000;
}

h5{
		font:80% Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding:0;
		margin:0;
		color:#000;
}

h6{
		font:70% Verdana, Geneva, Arial, Helvetica, sans-serif;
		padding:0;
		margin:0;
		color:#000;
}

p{		
		text-align:left;
		margin:0; 
		font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
		color:#000;
}

/*hyperlinks*/

a{
		text-decoration:underline;
		color:blue;
		font-weight:bold;
}

/*table*/

table{	
		margin-left:auto;
		margin-right:auto;
}

td{
		vertical-align:bottom;
		font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*form*/

form{
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*images*/

img{	
		padding:0;
		margin:0;
}
/*list items*/

ul{		
		text-align:left;
		color:#000;
		font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}


ol{
		text-align:left;
		color:#000;
		font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

br{
	font:20px;
	line-height:20px;
}

#one85wide{
		width:185px;
		padding:0;
		margin:0;
}
#two85wide{
		width:285px;
		padding:0;
		margin:0;
}
#eightywide{
		width:80px;
		padding:0;
		margin:0;
}

.padding10px{
	padding:0 10 0 0;
}
.paddingA10px{
	padding:0 10 10 0;
}
.border1px000{
	border:1px solid #000;
	width:100%;
}
 -->
</style>

