/* General CSS for MLogic Platform*/
/* default style for HTML tags*/
/* site global body property

body {
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: small;
	color:#000000;
	margin:0px;
}
a img{ border:none} 
*/
/**this will be global the same but need to be with all anchor tags together*/
a {text-decoration: none; color: #00529b;} 
a img{ border:none} 
a:focus, a:hover, a:active {color:#efefef; background:#81A3CF;text-decoration:none;}

/* site navigation header bg  */
.logo{
	background-color: #336699;
	text-align:left;
	width:99%; 
}
/* div for white bg text area */
.text_bg{
	margin:1px 0px 1px 0px ;
	padding:1px 0px 1px 5px;
	width:98%; 
}

/* page footer div tag */
.ft{
/*	background-color: #336699;
	border:1px solid #00529b;
	padding:1px 0px 2px 5px;
	font-weight:bold;*/
	width:98%; 
}

.ftlink{
	color:#FFFFFF;
	}
.credit{
	text-align:center;
	width:99%; 
}
/* format the zip code input to all numeric input*/
.phone {-wap-input-format:"*N"}
.redt{
	color:#ff0000;
}