body					{ font-family: Arial; font-size: 10pt; }					
p							{ font-family: Arial; font-size: 10pt; }
a							{ font-family: Arial; font-size: 10pt; }
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.normal 			{ font-family: Arial; font-size: 10pt; background-color:#FFFFFF; }
.alt    			{ font-family: Arial; font-size: 10pt; background-color:#EEEEEE; } 
.title1				{ font-family: Arial; font-size: 18pt; font-weight: bold; }
#actionMsg    { font:bold 12px Arial; color:#000000; background-color:#669999; text-align:center; padding:4px; border:2px dashed #000000; margin:4px; }

/* Form Tags */
select, input.txt { font-family: Arial; font-size: 10pt; color: #000000; background-color: #A6A6A6; }
textarea      		{ font-family: Arial; font-size: 10pt; background-color: #CCCCCC; }
input.btn     		{ font-family: Arial; font-size: 10pt; font-weight: bold; color: #FFFFFF; background-color: #336666; }




/* Table Tags */
td.borderTD   { background-color: #000000; }
td.normalTD  { font-family: Arial; font-size: 10pt; background-color: #FFFFFF; }
td.altTD      { font-family: Arial; font-size: 10pt; background-color: #EEEEEE; }
td.titleTD 		{ font-size: 12pt; font-weight: bold; color: #FFFFFF; background-color: #002A64; }
td.subTitleTD, .subTitleCkBx { font-size: 10pt; font-weight: bold; color: #FFFFFF; background-color: #336666; }
a.subTitleLink, a.subTitleLink:visited  { font-size: 10pt; font-weight: bold; color: #FFFFFF; background-color: #336666; }
.highlight, .highlight a, .highlight td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#002A64;	
}
.groupSelect {
	width: 150px;
}
td.assignedToTD {
	font-family: Arial; font-size: 10pt; font-weight:bold; color:#FFFFFF; background-color:#669999;
}

/* Side Menu */

#sideNav {
	display:block;
	height: 270px;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	font-weight: bold;
}

#sideNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sideNav li {
	width:100%;
	margin: 2px 0 0;
}

#sideNav a {
	display: block;
	padding: 2px 2px 2px 4px;
	border: 1px solid #669999;
	background-color: #669999;
	text-decoration: none; /*lets remove the link underlines*/
}
#sideNav a:link, #sideNav a:active, #sideNav a:visited {
color: #FFFFFF;
}

#sideNav a:hover {
	border: 1px solid #000000;
	background-color: #336666;
}