body {
	margin: 0px;
}
#shell {
	width: 730px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;}
#container {
	width: 720px;
	margin: 0px 0px 0px 5px;
	text-align: center;
}
.green {
	background-color: #D3E13C;}
.purple {
	background-color: #7B2A83;}
.right {
	text-align: right;}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	background-color: #7B2A83;
	padding: 5px; }
.footer a:link {
	color: #ffffff;
	text-decoration: underline; }
.footer a:hover {
	color: #D3E13C; }
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	line-height: 16px; }
p a:link {
	color: #7B2A83;
	text-decoration: underline; }
p a:hover {
	color: #D3E13C;
	text-decoration: underline; }
p a:visited {
	color: #4e4e4e; }
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #4e4e4e;
	list-style-type: inherit;}
ol li {
	margin-top: 10px; }
ol li a:link {
	color: #7B2A83;
	text-decoration: underline; }
ol li a:hover {
	color: #D3E13C;
	text-decoration: underline; }
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #7B2A83;
	background-color: #D3E13C;
	text-align: center;
	padding: 5px 0px 5px 0px; }
.subnav a:link {
	color: #7B2A83;
	text-decoration: none; }
.subnav a:hover {
	text-decoration: underline; }
.subnav a:visited {
	color: #7B2A83; }

/* COMPS */
.splash {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #4e4e4e;
	text-decoration: none;
	padding: 5px;
}
.contact {
	font-size: 12px;
	color: #7C2A83;
	}
.contact a:link {
	font-size: 12px;
	color: #7C2A83;
	}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	line-height: 16px; }
.textBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4e4e4e;
	line-height: 16px; }
	
/* INPUT FIELDS */
.rmiField {
	width: 150px;
	font-family: Verdana;
	font-size: 11px;}
.rmiFieldmd {
	width: 100px;
	font-family: Verdana;
	font-size: 11px;}
.rmiFieldsm {
	width: 65px;
	font-family: Verdana;
	font-size: 11px;}
.padLf5 {
	padding-left: 5px;
}
