@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#333333;
	background-color:#58585A;
	margin:0;
	padding:0;
	}
	
:focus{
	outline:none;
	}	
	
a:link {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}

a:visited {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	}
a:active {
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color:#CC0000;
	font-weight:bold;
	text-decoration:none;
	}
.style2 {color: #CC0000}	
.style1 {
	font-size:14px;
	font-weight:bold;
	}
#solidmid {
	background-image:url(images/solidmiddle.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:250px;}
	
#solidbottom {
	background-image:url(images/solidbottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:250px;
	height:24px;}
#dotted {
	background-image:url(images/dottedline.jpg);
	background-repeat:repeat-y;
	background-position:center;
	width:6px;}
.dottedhor {
	background-image:url(images/dottedline_hor.jpg);
	background-repeat:repeat-x;
	background-position:center;
	height:40px;}
#leftside {
	background-image:url(images/leftside.jpg);
	background-position:left;
	width:41px}
#rightside {
	background-image:url(images/rightside.jpg);
	background-position:right;
	width:32px;
	}
#footer {
	background-image:url(images/footerline.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:40px;
	vertical-align:bottom;
	}
#top {
	background-image:url(images/topbg.jpg);
	background-position:bottom;
	height:15px;
	padding-right:33px;
	margin:0;
	padding-top:15px;
	background-repeat:no-repeat;
	
	}
.whitetext {
	font: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
	line-height:1;
	}
.whitetext a:link {
	color:#FFFFFF;
	text-decoration:underline;
	}
.whitetext a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}
.whitetext a:visited {
	color:#CCCCCC;
	text-decoration:underline;
	}

/* Rory's Add-ons */

.success{
	color:#009900;
}

.error{
	color:#FF0000;
}

fieldset {
	border: none;
}
legend {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}

label{
	width: 13em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
}
