﻿A:link {
	COLOR: #990033;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #990033;
	TEXT-DECORATION: none;
}
A:active {
	COLOR: #990033;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #FF0000;
	TEXT-DECORATION: none;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0033CC;
	font-weight: bold;
}

.heading1 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.heading2 {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.smallPrompt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.caption1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-align: right;
}
.field1 {
	font-family: "courier New", Courier, monospace;
	font-size: 11px;
	color: #0000CC;
	text-align: left;
}
.btn1 {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	background-color: #99CCFF;
}
.errorCaption {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
.errorMessage {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: normal;
}
.successMessage {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00CC00;
	font-weight: normal;
}
.errorMessageBig {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: normal;
}
.successMessageBig {
	font-family: arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	font-weight: normal;
}
