.cmFormLabel {
	font-family: tahoma;
	font-size: 8pt;
}

.cmFormErrorLabel {
	font-family: tahoma;
	font-size: 8pt;
	color: red;
}

.cmFormHeader {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: #003366;
}

.cmFormButton {
	border: 1px #000000 solid; 
	font-family: tahoma;
	font-size: 8pt;
	height: 25px;
	background-color: #E3EDF4;
}

.cmFormTextBox {
	border: 1px #000000 solid; 
	font-family: tahoma;
	font-size: 9pt;
	height: 20px;
	background-color: white;
}

.cmFormDropDown {
	font-family: tahoma;
	font-size: 9pt;
	height: 20px;
}

.cmFormTextArea {
	border: 1px #000000 solid; 
	font-family: tahoma;
	font-size: 9pt;
	background-color: white;
}

.cmFormCheckBox {
	margin-left: -4px;
}

#menuOptions TD {
	/*background-color:#E3EDF4;*/
}

TD.main {
	font-family: tahoma;
	font-size: 10pt;
}

.cmMenuItem {
	font-family: verdana; 
	font-size: 9pt;
	font-weight: normal;
	cursor: default;
	background-color:#E3EDF4;
}

.cmMenuItemRed {
	font-family: verdana; 
	font-size: 9pt;
	font-weight: normal;
	cursor: default;
	background-color:#DF4A4A;
}

.cmMenuItemPerm {
	font-family: verdana; 
	font-size: 9pt;
	font-weight: normal;
	cursor: default;
	background-color:#99cccc;
}

.cmMenuItemDisabled {
	font-family: verdana;
	font-size: 9pt;
	font-weight: normal;
	color: aaaaaa;
	cursor: default;
	background-color:#E3EDF4;
}

.main A {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.main A:link {
	color : #6699ff;
}

.main A:visited {
	color : #6699ff;
}

.main A:active {
	color : tomato;
}

.main A:Hover {
	color : tomato;
	text-decoration : none;
}


