.navlist {
	margin-left: 60px;
	margin-top: 0px;
	padding-bottom: 0px;
}
.navlist ul, .navlist h1 {
	margin-left: 0px;
	padding-left: 0px;
}
.navlist h1,.navlist h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 18px;
}
.navlist label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 18px;
}
.navlist li {
	list-style: none;
	text-decoration: none;
	color: #000000;
}
.navlist a,.navlist a:visited { 
	background-image: url(/images/pointer_blank.gif); /* The image to use,     */
	background-position: 0 center;  /* where to place it,    */
	background-repeat: no-repeat;   /* don't repeat it.      */
	padding-left: 18px;             /* Make room for the bg. */
	text-decoration: none;
	color: #000000;
}
input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tableHeading, .tableHeading th, .tableHeading td, .tableHeading a:link, .tableHeading a:visited, .tableHeading a:hover, .tableHeading a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9EC44C;
	padding: 3px;
}
.tableContentHead, .tableContentHead a:link, .tableContentHead a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.tableContentHead a:link  {
	text-decoration: underline;
}
.tableContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.tableBorder {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
form {
	margin: 0px;
	padding: 0px;
}
.textarea1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 350px;
}
.inputlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 350px;
}
.inputmedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 250px;
}
.inputsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100px;
}

.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 3px 10px 2px;
	border-top: 1px solid #FF9900;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #FF9900;
}
.button1 a:link, .button1 a:visited, .button1 a:hover{
	color: #FFFFFF;
}
/* Text Formatting */
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 2px;
}
.whiteheading,.whiteheading a:link,.whiteheading a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
.justifytext {
	text-align: justify;
}
.msgtext {
	font-weight: bold;
	color: #000000;
}
.graytext {
	color: #666666;
}
.blacktext, .blacktext a:link, .blacktext a:visited {
	color: #000000;
}

.redtext {
	color: #CC0000;
}
.bluetext {
	color: #3366CC;
}
.errortxt {
	color: #990000;
}
.whitetext {
	color: #FFFFFF;
}
.bluetext {
	color: #3366CC;
}
.largewhitetext {
	color: #FFFFFF;
	font-size:12px;
}
.smalltext {
	font-size: 9px;
}
/* Check Boxes */
#checkedMsg {
	display: block;
	text-align: center;
	width: 140px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
}
.inputNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	color: #666666;
	text-align: center;
	border: 1px solid #CCCCCC;
}
.inputSelect {
	width: 216px;
	font-size: 12px;
	padding: 2px;
}
.inputBox {
	width: 210px;
	font-size: 12px;
	padding: 2px;
}
.selectBox {
	font-size: 12px;
	padding: 2px;
}

.block {
	display: block;
}

form input, form select {
	padding: 2px;
}

.vlines {
	background-image: url("../images/vbars-green.gif");
}
