	body
	{
		font-family: Verdana, Helvetica, Arial;
		font-size: 12px;
		color: #302525;
	}
	
	H2
	{
		font-size: 16px;
		font-weight: bold;
		color: #cc0000;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	H3
	{
		font-size: 10px;
		font-weight: bold;
		color: #cc0000;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	a:link
		{ color: #990000; text-decoration: none; }
	a:visited
		{ color: #660000; text-decoration: none; }
	a:hover
		{ color: #FF0000; text-decoration: none; }
	
	
	/* used to center the content area of the body */
	.bodyContainer
	{
		position: absolute;
		left: 50%;
		width:950px;
		margin-left: -475px;
		border: 0px solid #000000;
		border-width: 0px 2px;
		background-color: #ffffff;
	}
	
	.bodyContent
	{
		position: relative;
		padding: 0px 10px;
		margin-left: 175px;
		margin-right: 275px;
		border-width: 0px 1px;
		border-style: dotted;
	}
	
	.contentArea_right
	{
		position: relative;
		float: right;
	}
	
	.contentArea_left
	{
		position: relative;
		width: 160px;
		padding-left: 6px;
		padding-right: 6px;
		float: left;
	}
	
	.verticalDivider
	{
		background-image: url(images/verticalDivider.gif);
		padding-top: 5px;
		margin-top: 10px;
		height: 100%;
	}
	
	.recordContent
	{
		font-size: 10px;
	}
