/* this is for text in table cells formats automatically, doesn't appear in dreamweaver CSS list */
td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 14px;
}

/* header styles */
H1 {
	color : #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height : 12px;
}

H2 {
	color : #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 12px;
}
H3 {
	color : #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
}
body {
	color : #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 14px;
}

a:link {
	color : #6699CC;
}
a:visited {
	color : #6699CC;
}
a:hover {
	color : #6699CC;
	text-decoration : none;
}
a:active {
	color : #6699CC;
	text-decoration : none;
}

.menu a:link {
	color : White;
	text-decoration : none;
	font-weight : bold;
}
.menu a:visited {
	color : White;
	text-decoration : none;
	font-weight : bold;
}
.menu a:hover {
	color : #White;
	text-decoration : underline;
	font-weight : bold;
}
.menu a:active {
	color : White;
	text-decoration : none;
	font-weight : bold;
}

.footer {
	color : #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 12px;
}

.fakehead {
	color : #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
	font-weight : bold;
}
