.body {
	font: 12px   'Arial', Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	color: #000000;
	background: #cccccc;
	text-align: left;
}

.style3 {font-weight: bold}

#blue        { border:1px solid #999999; width: 12; height: 12; align: center; background-color: #00DFDF; font-size:3px; font-family:Arial }
#red         { border:1px solid #999999; width: 12; height: 12; align: center; background-color: #FF3399; font-size:3px; font-family:Arial }
#yellow      { border:1px solid #999999; width: 12; height: 12; align: center; background-color: #FFFF93; font-size:3px; font-family:Arial }
#black       { border:1px solid #333333; width: 12; height: 12; align: center; background-color: #000000; font-size:3px; font-family:Arial }

.bodyBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.bodysmall {
	font-size: 10px;
	font-style: italic;
}


p { 
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
	border: 1px solid #7d7644;

}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
	border: 1px solid #7d7644;

}

.form {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 11px;
	border: 1px solid #7d7644;
	padding: 3px;
	background-color: #FFFFFF;
	margin: 3px;
}
.form2 {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #7d7644;
	line-height: 16px;
	padding: 3px;
	background: #CCCCCC;
}
.form3 {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 11px;
	border: 1px solid #7d7644;
	padding: 4px;
	background-color: #CCCCCC;
	margin: 2px;
}
	


