body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin: 0px 0px 0px 0px;
	
}
h1 {
	font-size: 13px;
	font-weight: bold;
	display:inline;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	display:inline;
}

.error {
	color: #993300;
	font-size: 9.5px;
}
.center {
	text-align:center;
}
.smaller {
	font-size:10px;
	line-height: 1.0em;
}
.smallUpper {
	font-size:10px;
	text-transform:uppercase;
}
.contentScroll {
	scrollbar-arrow-color: #b6b6b6;
	scrollbar-base-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #b6b6b6;
	scrollbar-darkshadow-color: #b6b6b6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	overflow:auto; 
	width:206px; 
	height:165px; 
	border-top:1 solid #CCCCCC; 
	border-bottom:1 solid #CCCCCC;
	border-right:1 solid #CCCCCC
}

.BoardTable td {
	padding-bottom:6px;
	padding-top:2px;
	border-bottom:1 solid #CCCCCC;
	border-collapse:collapse;
}

.EnquiryTable td {
	padding-bottom:6px;
	padding-top:2px;
	border-collapse:collapse;
}

fieldset
{
	width: 90%;
	padding: 5px;
	border:1px solid #000000;
}
	fieldset input, fieldset textarea, fieldset select
	{
		border: solid 1px #aaaaaa;
		width: 150px
	}
	label
	{
		margin-right: 2px;
		width: 90px;
		padding:0px
	}

	fieldset.BoardSpec input, fieldset textarea, fieldset select
	{
		width: 50px
	}
	fieldset.BoardSpec label
	{
	white-space:nowrap;
	width:auto;
	}

.red
{
	color: Red;
}

.bold
{
	font-weight: bold;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
}

