body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 0px;
	min-width: 930px;
}
a {text-decoration: none;}
a.mainlink {
	position:absolute;
	top:5px;
	right:5px;
}
img {
	border: 0;
	padding: 3px;
}
.header {
	font-size: 23px;
	font-weight: bold;
}

.subheader {
	font-size: 16px;
	font-weight: bold;
}


/*Color patterns and description ripped from McMasters sign section.*/
span.notice {
/*Indicates statement of policy directly or indirectly related to the safety of personnel or protection of property. Blue and white.
Example: <span class="note">note:</span>*/

	color: #FFFFFF;
	background-color: #0000FF;
	text-transform: uppercase;
	font-weight: bold;
}
span.caution {
/*Indicates potentially hazardous situations that, if not avoided, may result in minor or moderate injury. May also be used to alert against unsafe practices. Black and yellow.
Example: <span class="caution">caution:</span>*/
	color: #000000;
	background-color: #FFEE00;
	text-transform: uppercase;
	font-weight: bold;
}
span.warning {
/*Indicates potentially hazardous situations that, if not avoided, could result in serious injury or death. Orange and black.
Example: <span class="warning">warning:</span>*/
	color: #000000;
	background-color: #FF8000;
	text-transform: uppercase;
	font-weight: bold;
}
span.danger {
/*Indicates imminently hazardous situations that, if not avoided, will result in serious injury or death. This signal word is to be limited to the most extreme situations. Red, black, and white.
Example: <span class="danger">danger:</span>*/
	color: #FFFFFF;
	background-color: #FF0000;
	text-transform: uppercase;
	font-weight: bold;
}
