
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF; 
	background: url("../SH-GFX/red-blue_background.gif");
	background-repeat: repeat-y; 
	font-size: 95%;
	font-family: verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000000; }


#pagediv { width: 850px;
		margin: auto;}


/* comment: bold links with green hovering underline are default,  */
/* comment: red links, grey visited */

A {text-decoration: none; color: #660000; font-weight: bold;}
A:visited {text-decoration: none; color: #666666;}
A:hover {text-decoration: underline; color: #339933;}
A:active {text-decoration: underline; color: #339933;}


.boldtextlink { text-decoration: underline; }

.textlink {  text-decoration: underline;  font-weight: normal}

.nolinetextlink {  text-decoration: none;  font-weight: normal}

/* comment: H1--dark blue */

h1 {	font-size: 130%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #000066;
}

/* comment: H2--RED */

h2 {	font-size: 120%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #660000;
	}

	
/* comment: H3--Grey */

h3 {	font-size: 110%;
   font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #666666;
	}
	
.white { color: #ffffff; }
	
/* comment: H3--DkBlue */

.h3blue {	font-size: 110%;
   font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #666666;
	}

	
/* comment: H4 = H3, but dark blue */

h4 {	font-size: 110%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	border-color: #000000;
	color: #000066;
	}

/* black text, left align */

SUP {	font-size: 65%;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	border-color: #000000;
	}

BODY, P, TD, LI, UL, OL {	font-size: 95%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	border-color: #000000;
	}
	
.small { font-size: 90%; }

.smaller { font-size: 80%; }

.smallest { font-size: 75% }

.big { font-size: 100%; }

.bigger { font-size: 110%; }

.biggerbluebold { font-size: 110%;
		font-weight: bold;
		color: #000066; }

.biggest { font-size: 120%; }

.center { font-size: 95%; 
	text-align: center;
	vertical-align: top; }

.centersmall { font-size: 90%; 
	text-align: center;
	vertical-align: top; }
	
.centersmaller { font-size: 80%; 
	text-align: center;
	vertical-align: top; }
	
	

.hugecenterwhite { font-size: 140%; 
						text-align: center;
					color: #ffffff; }


.leftsmall { font-size: 90%; 
	text-align: left;
	vertical-align: top; }

.full {text-align: justify; }
.fullsmall {text-align: justify; font-size: 90%; }
.fullsmaller {text-align: justify; font-size: 80%; }

.right  { text-align: right; }
	

.copyright { font-size: 80%; text-align: center; }

.bold { font-weight: bold; }
	
  
.bluebold { font-weight: bold; 
				color: #000066; }



.blue { color: #000066; }

.red { color: #660000; }

.green { color: #339933; }

/* red, bold, underlined head, black tip */
.drillhead { font-weight: bold; color: #660000; font-size: 110%; text-decoration: underline;}
.drilltip { font-weight: bold; font-style: italic; }

