body {
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:left; /* Hack for IE5/Win */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
	/*control selectors*/
p {
	padding:5px 20px;
	margin:0px;
	}
h1 {
	font-size:1.5em;
	font-weight:normal;
	padding:5px 20px;
	margin:0px;
	}
h2 {
	font-size:1.2em;
	font-weight:normal;
	padding:5px 20px;
	margin:0px;
	}
h3 {
	font-size:1.1em;
	font-weight:normal;
	padding:5px 20px;
	margin:0px;
	text-decoration:underline;
	}
h4 {
	font-size:1.0em;
	padding:5px 20px;
	margin:0px;
	}
h5 {
	font-size:0.9em;
	padding:5px 20px;
	margin:0px;
	}
h6 {
	}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.biggrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}
.norm10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.normalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
.borderbold {
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.border {
	border: thin dotted #000066;
}
a:link {  color: #66F; text-decoration: underline}
a:visited {  color: #666; text-decoration: none}
a:hover {  color: #F00;}
body {
	scrollbar-3d-light-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #ffffff;
	scrollbar-dark-shadow-color : #666666;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #ffffff;
	scrollbar-shadow-color : #666666;
