body { color: #676767; font-size: 11px; font-family: tahoma; background-color: #eeedeb;}
.top_menu_h, .top_menu_h a:hover  { color: #676767; font-size: 11px; font-family: tahoma; color: #c00204; }
.top_menu { color: #676767; font-size: 11px; font-family: Tahoma; }
.drop_menu { text-align:left; color: #c00204; }
.drop_menu a:hover { text-align:left; }


h1 
{
	font-family:Tahoma;
	font-size:18px;
}

.Relative {position:relative;}
.links a:link {color: #c00204; }
.links a:visited {color: #c00204; }
.links a:hover {color: #c00204; }

.links2 a:link {color: #676767; }
.links2 a:visited {color: #676767; }
.links2 a:hover {color: #676767; }

a:active { color: #c00204; }
.inner { background-color: #fff; margin: 0; padding-right:15px;padding-left:15px;}
.inner_input  { background-color: #f0f0f0; border-color: #9c9c9c; border-width: 1px; color:#676767;font-family: Tahoma; font-size:12px; }                                            

#center_div
{
	position:absolute;
	top:50%;
	left:50%;		
}
#login_div
{
	margin-top:-150px;		
	margin-left:-181px;
}

/*Modal Popup*/
.modalBackground {
	background-color: Silver;
	filter:alpha(opacity=65);
	opacity:0.65;
}

.modalPopup {
	background-color:#CCCCFF;
	border-width:1px;
	border-style:solid;
	border-color: Navy;
	padding:3px;
	width:220px;
}

.textBoxZip {
	border: 1px solid #000093; width: 50px;
    font: 14px Arial, sans-serif; color: #000;   
    background-color: #fff;
}

.textLabel {	
    font: 12px Arial, sans-serif; color: #000; font-weight: bold;   
    
}