@charset "UTF-8";
/* Charater encoding, replaced meta tag charset dec. in HTML file */

/*	Author: Michael Bezeau
	Created:
	Revised:
	CSS Version: 2.1
	
	Purpose:
	
	Related Files:
*/

/* clear default styling from all block level elements */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	}
select {
	padding:2px;
	font-size:14pt;
}
input {
	font-size:14pt;
}
input[type=text] {
}

#pageWrap {
	
}
#container {
	
}
#content {
	
}

.grey_out {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
.button {
	cursor:pointer;
}
.hide {
	display:none;
}
.center {
	text-align:center;
}
.fltLeft {
	float:left;
}
.fltRight {
	float:right;
}
.clear {
	display:block;
	clear:both;
}
body {font-family: Verdana, Helvetica, Arial, sans-serif;}