a:link 
{ 
color: #830022; 
text-decoration: none; 
} 
a:visited 
{ 
color: #830022;
text-decoration: none;
font-style: italic; 
font-size:  90%; 
}

h1,
h2.red-block
{
	background-color: #830022;
	color: #ffffff;
	font-size: 16px;
	font-family: Verdana;
	padding: 5px;
	font-style: italic;
}

h2.red-block
{
	font-size: 12px;
}

h2.red-block-left
{
	margin-right: 7px;
}

.required
{
	font-weight: bold;
	color: red;
}

.pagefill
{
	height: 300px;
}

ul.menu
{
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	list-style: circle;
	list-style-position: inside;
	font-size: 0.85em;
	font-style: italic;
}

.success,
.error
{
	font-weight: bold;
	text-align: center;
}

.success
{
	color: green;
}

.error
{
	color: red;
}
