BODY.background {
	background-color : white;
	border : 0;
	color : #404040;
	font-family : Verdana, Arial;
	font-size : 13px;
	margin : 0;
	padding : 0;
}

.clsCMOn {
	background-color: #417D4F;
	color: white;
	font-size : 13px;
	text-decoration : none;
	font-family : Verdana, Arial;
	font-weight : bold;
        padding: 4px 4px 4px 8px;
}

.clsCMOver {
	color: white;
	font-size : 13px;
	text-decoration : none;
	font-family : Verdana, Arial;
	font-weight : bold;
        padding: 4px 4px 4px 8px;
	
}

DIV.login {
	position : absolute;
	top : 380;
	left : 22;
	width : 125;
	height : 90;
}

DIV.loginAdmin {
	position : absolute;
	top : 410;
	left : 22;
	width : 125;
	height : 90;
}

DIV.loginError {
	color: #ff4444;
	font-family : Verdana, Arial;
	font-size : 10px;
}

DIV.loginText {
	color: #444444;
	font-family : Verdana, Arial;
	font-size : 10px;
}

INPUT.login {
	font-family : Arial, Verdana;
	font-size : 10px;
	width : 50;
}

P.contentHeading {
	background-color : white;
	color: #404040;
	font-family : Verdana, Arial;
	font-size : 15px;
	font-weight : bold;
}

P.content {
	background-color : white;
	color: #404040;
	font-family : Verdana, Arial;
	font-size : 13px;
}

P.contentHeading {
	background-color : white;
	color: #404040;
	font-family : Verdana, Arial;
	font-size : 15px;
	font-weight : bold;
}

P.emailSmall {
	background-color : white;
	color: #404040;
	font-family : Verdana, Arial;
	font-size : 10px;
	text-align : center;
}

P.footer {
	background-color : white;
	color: #404040;
	font-family : Verdana, Arial;
	font-size : 10px;
	text-align : center;
}


TABLE.content {
	background-color : white;
	width : 100%;
	padding : 0;
	border-width : 0;
	background-color : white;
	color: #404040;
	font-family : Verdana, Arial;
	font-size : 13px;
}

TABLE.login {
	background-color : white;
	border-width : 1;
	border-style : solid;
	height : 25;
	padding : 0;
	margin : 0;
	width : 106;
}

TABLE.headerBlue {
	background-color : #487BAB;
	border-width : 0;
	border-style : none;
	padding : 0;
	margin : 0;
	width : 100%;
}

TABLE.header {
	background-color : #417D4F;
	border-width : 0;
	border-style : none;
	padding : 0;
	margin : 0;
	width : 100%;
}

TR.header {
	background-color : #417D4F;
}

TR.headerBorderTop {
	background-color : #376843;
}

TR.headerBorderMiddle {
	background-color : #294C31;
}

TR.headerBorderBottom {
	background-color : #999999;
}


TABLE.textbox {
	background-color : white;
	color: #404040;
	font-family : Verdana, Arial;
	font-size : 13px;
	vertical-align : top;
	border-width : 2;
	border-style : solid;
}

TD.content {
	background-color : white;
	color: #404040;
	font-family : Verdana, Arial;
	font-size : 13px;
	text-align : left;
	vertical-align : top;
}

TD.loginText {
	width : 70;
}

TD.menuColumn {
	width : 170;
	vertical-align : top;
}



