PRE
{
	font-size: 10pt;
	color: white;
	font-family: 'Courier New' , Monospace;
}

.shadowed
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
}

.button
{
	border-right: black 1px solid;
	padding-right: 5px;
	border-top: black 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=silver);
	padding-bottom: 1px;
	text-transform: lowercase;
	border-left: black 1px solid;
	color: black;
	height: 10px;
	padding-top: 1px;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: silver;
	text-decoration: none;
}

.button:hover /* Mouseover style of regular buttons */
{
	/*background-color: #4B78CC;*/
	text-transform: lowercase;
	background-color: #0964a2;
	color: white;
	height: 10px;
	font-family: Arial;
	text-decoration: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#004ba9,endColorStr=#002a55);
}

BODY 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #dddddd;
}

.errortext
{
	color: #000000;
}
