body, p, td, th {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}

/* text styles */

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #0093d9;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #0093d9;
	text-decoration: underline;
}
a:active {
	color: #666;
	text-decoration: none;
}

.largetext {
	font-size: 24px;
} 

.largeblue {
	font-size: 24px;
	color: #0093d9;
} 

/* generally useful styles */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* backgrounds */
.bg1 {
	background-color:#f4f4fe;
}
.bg2 {
	background-color: #ffffff;
}
