.header1
{
	font-family: sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: 100;
	color: 4682B0;
}

.header2
{
	font-family: sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: 4682B0;
}

.normal
{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 100;
}

.simLink
{
	font-family: sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #03F;
	text-decoration: underline;
	cursor: hand;
}

.scrollingDiv
{
	width: 600px;
	height: 200px;
	overflow: auto;
	margin: 5px;
	padding: 5px;
}

