a {
	background : #FFFFFF;
	color : #0000FF;
}

a:visited {
	background : #FFFFFF;
	color : #990099;
}

body, td {
	color : #666666;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	text-align : left;
}

h1 {
	font-size : 19px;
	font-weight : bold;
}

h2 {
	font-size : 16px;
	font-weight : bold;
}

h3 {
	font-size : 14px;
	font-weight : bold;
}

td.datacellborder {
	border : 1px outset #808080;
}

th {
	background-color : #666666;
	color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
}

/*Applies alternating colour for a data row */
tr.datarowtone1 {
	background-color : #FFFFEE;
}

/*Applies alternating colour for a data row */
tr.datarowtone2 {
	background-color : #FFFFDD;
}

/*Use for validation errors */
.alert {
	background : #FFFFFF;
	color : #FF0000;
}

/*Applies the padding and borders on a table */
.datatable {
	border : 1px outset #808080;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}

/*Applies a format to the table title */
.datatableheader {
	background-color : #990000;
	border : 1px outset #808080;
	color : #FFFFFF;
	font-size : 16px;
	font-weight : bold;
	text-align : Center;
}

/*Applies a format to row or column titles */
.datatitle1 {
	background-color : #FFCC66;
	border : 1px outset #808080;
	color : #000000;
	font-size : 12px;
	font-weight : bold;
}

/*Applies alternate format to row or column titles */
.datatitle2 {
	background-color : #666666;
	border : 1px outset #808080;
	color : #FFFFFF;
	font-size : 12px;
	font-weight : bold;
}

.smaller {
	font-size : 11px;
}

.smallest {
	font-size : 10px;
}
