/* set defaults for all text */
BODY {
	margin: 0px 0px 0px 0px;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
	color: #666666;
}

UL {
	margin-top: 0px;
	margin-bottom: 0px;
}

LI {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* page titles */
H2 {
	font-size : 120%;
	font-weight: normal;
}

A:hover {
	text-decoration : underline;
}

/* links on the header bar at top of screen */
A.toplink {
	color : #FFFFFF;
	font-weight: normal;
	text-decoration : none;
}	

/* unselected menu items (for menus at top and bottom of screen) */
.menuArea A {
	line-height : 20px;
	font-weight: normal;
	color: #666666;
	text-decoration : none;
}

.contentArea1 {
	width : 430px;
}