body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #3366FF;
}
h2 {
	font-size: 16px;
	color: #3366FF;
}
h3 {
	font-size: 14px;
	color: #3366FF;
}
.white {
  background-color : white;
}

.black {
  background-color :#DCDCDC;
}

.bg_dark {
  background-color : #D1D1D1;
}

.bg_medium {
  background-color : #EDEDED;
}

.bg_light {
  background-color : #F2F2F2;
}

.alt_bg_dark {
  background-color : #D1D1D1;
}

.alt_bg_medium {
  background-color : #EDEDED;
}

.alt_bg_light {
  background-color : #F2F2F2;
}

a:link { text-decoration: none;}
a:hover {text-decoration: underline; font-weight:bold;}
a:visited { text-decoration: none;}
a:active {text-decoration: underline; font-weight:bold;}