body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 663366;
	background-color: #FFFFFF;
	border : thin double #FFCC00;
	scrollbar-arrow-color: #FFCC00;
	scrollbar-3dlight-color: #333333;
	scrollbar-highlight-color: #FFCC00;
	scrollbar-face-color: #660033;
	scrollbar-shadow-color: #FFCC00;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #999999;
	background-image : url(images/bgVertStripe.gif);
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

A {
	color : #990099;
	text-decoration: none;
}

A:HOVER {
	text-decoration: underline;
}

A:VISITED {
	color : #660066;
}

A:ACTIVE {
	color : #990000;
}

.RowHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFFFCC;
}

.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660066;
}

.textUnderline {
	text-decoration: underline;
}

.textRed {
	color: #990000;
}