body, p, td { font-family: Arial, Helvetica, sans-serif;}
img {border:0}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.hbar {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: larger;
	font-weight: bold;
}
.loginbanner {
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;
}
.loginbanner2 {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.smallredtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color:Red;
	font-weight: bold;
}
.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
.formlabel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.formlabel3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
	font-size: small;
}
.medbigredtext {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 12pt;
}
.bigredtext {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	font-weight: bold;
	font-size: 14pt;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
}
.datatext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.toacceptbox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: green;
}
.newwebmsgbox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: blue;
}
.newtasksbox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: purple;
}
.alertbox {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: red;
}
.vendordone {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: teal;
}
.required { background-color: yellow }

.pointers {
	color: #000066;
	text-decoration: underline;
	cursor: pointer;
}

.sortedAsc 
{
    background-image: url(images/sort_down.gif) ; 
    background-repeat: no-repeat; 
    background-position: top; 
} 
.sortedDesc 
{ 
    background-image: url(images/sort_up.gif); 
    background-repeat: no-repeat; 
    background-position: top; 
}
.unsorted
{ 
    background-image: none;
}
 
.tasknotes { margin-left: 5em }

.gottasks { font-weight: bold; font-size: larger }
