/* -- styles.css =========================================== */
/* -- Dayone Property Group ================================ */
/* -- Created:  Adam Banks : 30 May 2005 =================== */
/* -- Modified: Adam Banks : 29 Jun 2005 =================== */

a.text-no-ul:visited {text-decoration:none;color: #62778E;background-color: transparent;}
a.text-no-ul:link {text-decoration:none;color: #62778E;background-color: transparent;}
a.text-no-ul:active {text-decoration:none;color:#62778E;background-color: transparent;}
a.text-no-ul:hover {text-decoration:none;color: #666666;background-color: transparent;}

a.list-no-ul:visited {text-decoration:none;color: #000000;background-color: transparent;}
a.list-no-ul:link {text-decoration:none;color: #000000;background-color: transparent;}
a.list-no-ul:active {text-decoration:none;color:#000000;background-color: transparent;}
a.list-no-ul:hover {text-decoration:none;color: #ffffff;background-color: transparent;}

a.top-no-ul:visited {text-decoration:none;color: #bc6500;background-color: transparent;}
a.top-no-ul:link {text-decoration:none;color: #bc6500;background-color: transparent;}
a.top-no-ul:active {text-decoration:none;color:#bc6500;background-color: transparent;}
a.top-no-ul:hover {text-decoration:none;color: #ffffff;background-color: transparent;}

body.all {
	margin: 0;
	background-color: #ffffff;
	padding-top:42px;
}

body.splash {
	margin: 0;
	padding-top:0;
	background-color: #666666;
}

.text {
	color: black; background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
	margin-right: 30px;
}

.hdg {
	color: #666666; background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
	margin-right: 30px;
}

.btm-menu {
	color: black; background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.hp_text {
	color: black; background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 36px;
}

.bodytext {
	color: white; background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 14px;
	margin-right: 14px;
}

.tbltext {
	color: white; background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
}


.text-s {
	color: #ffffff; background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.input-wt {
	color: black; background-color: #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
}

.RedBox  {
	background-color : #aa0000;
	color : #c5c532;
	font-size : 7pt;
	font-weight : bold;
	font-family : Arial,sans-serif;
	border-top : 1px solid #ff2222;
	border-bottom : 2px solid #550000;
	border-left-color : #cc0000;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #660000;
	border-right-style : solid;
	border-right-width : 1px;
	margin-top :2px;
	margin-bottom : 1px;
	margin-left: 4px;
}
