TABLE {
	border:darkred 1px solid;
    background-color:#F7F7DE;
}
TD {
	border:none;
	padding:5px;
}
/* Logo Cell */
TD.Logo {
    background-color: white;
	border-bottom:darkred 1px solid;
	padding-top:1px;
	padding-bottom:1px;
}
/* Page Title Cell */
TD.Title {
	font-weight:bold;
	font-size:1em;
}
/* User Name Label Cell */
TD.UserLabel {
	padding-bottom:1px;
	font-size:.8em;
	vertical-align:bottom;
}
/* User Name Input Cell */
TD.UserInput {
	padding-left:1px;
	padding-bottom:1px;
}
/* Password Label Cell */
TD.PasswordLabel {
	font-size:.8em;
	vertical-align:bottom;
	padding-bottom:1px;
}
/* Password Input Cell */
TD.PasswordInput {
	padding-left:1px;
	padding-bottom:1px;
}
/* Check Box Cell */
TD.ChkBox {
	font-size:.8em;
	padding-left:1px;
	padding-right:1px;
}
/* Table Footer Cell */
TD.Footer {
    background-color: #FFFFFF;
	border-top:darkred 1px solid;
	color:White;
	padding:5px;
}
/* Text Input Control */
.Textbox {
	width:150px;
}
/* Error Message Label */
.ErrorMsgLabel {
	font-size:.8em;
	color:Red;
	vertical-align:bottom;
}
/* Links */
A:link {	
	font-size:.8em;
	text-decoration:none;
	color:white;
}	
		
A:visited {	
	font-size:.8em;
	text-decoration:none;
	color:white;
}	
		
A:active {	
	font-size:.8em;
	text-decoration:none;
	color:#FEBC4B;
}	
		
A:hover {	
	font-size:.8em;
	text-decoration:underline;
	color:#FEBC4B;
}
	
