/* font specs */
body, td, p, ol, li {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	color: #4A4A4A;
	}
ul {
	list-style-image: url(/crm/template/images/common/bluebullett.gif);
	}
ul.billingerrors {
	list-style : disc;
	list-style-image: none;
}
ul.nowyoumay {
	list-style-image: url(/crm/template/images/common/trianglebullett.gif);
	}
select {
	font-size: 9pt;
	}
input {
	font-size: 9pt;
	}
textarea {
	font-size: 9pt;
	}
.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	color: #4A4A4A;
	}
.micro {
	font-family: "Times New Roman", Times, serif;
	font-size: 6pt;
	font-style: normal;
	color: #4A4A4A;
	}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #124ECC;
	}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #124ECC;
	}
.smallhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #124ECC;
	}
.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #4A4A4A;
	}
.formrequiredasterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	}

.formconditionalrequiredasterisk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #124ECC;
	}

/* regular inline links */
a:link {
	color: #124ECC
	}
a:active {
	color: #4089FF
	}
a:visited {
	color: #006C44
	}

/* menu links */
a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #124ECC;
	padding: 1px;
	font-weight: bold;
	}
a.menu:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #4089FF;
	padding: 1px;
	font-weight: bold;
	}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #006C44;
	padding: 1px;
	font-weight: bold;
	}

/* current menu links */

a.menucurrent:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #124ECC;
	padding: 1px;
	font-weight: bold;
	}
a.menucurrent:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #4089FF;
	padding: 1px;
	font-weight: bold;
	}
a.menucurrent:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #006C44;
	padding: 1px;
	font-weight: bold;
	}

/* action links (for edit, delete and view links etc.) */

a.action:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #D5D5D5;
	background-color: #025B53;
	padding: 3px;
	border-width: 0px;
	}
a.action:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #D5D5D5;
	background-color: #025B53;
	padding: 3px;
	border-width: 0px;
	}
a.action:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #D5D5D5;
	background-color: #025B53;
	padding: 3px;
	border-width: 0px;
	}
a.action:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #025B53;
	background-color: #D5D5D5;
	padding: 2px;
	border-color: #025B53;
	border-width: 1px;
	border-style: solid;
	}

/* table specs */

table.shadedbox {
	background-color: #D5D5D5;
	border-color: #444444;
	border-width: 1px;
	border-style: solid;
	}
td.shadedcell {
	background-color: #D5D5D5;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	padding: 4px;
	}
th.headercell {
	background-color: #99CCFF;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	padding: 1px;
	}

/* background colors */
.textboxdefault {
	background-color: #FFFFFF;
	}

hr.headerdiv {
	color: #444444;
	height: 1px;
	border: none;
	}


