/* MYINTERLINE.COM MASTER STYLESHEET */


/*--- LINKS AND NAVIGATION -----------------------------------------------------------*/

/* BODY LINK */
A {
	color : #039; 
	font-size : 12px; 
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : underline;
	}

/* MOUSETEXT LINK */
A.mousetext {
	font-size : 9px; 
	text-decoration : none; 
	}
A.mousetext:link { text-decoration: none }
A.mousetext:hover { text-decoration: underline }

/* BREADCRUMB NAV */
A.crumbs {
	color : #039; 
	font-size : 11px; 
	font-weight : normal;
	font-family : Tahoma, Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : underline;
	}

/* LEFT NAV */
A.leftnav {
	color : #0066CC; 
	font-size : 11px; 
	font-weight : bold;
	font-family : Tahoma, Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : none; 
	}
A.leftnav:link { text-decoration: none }
A.leftnav:hover { text-decoration: underline }
	
/* FOOTER NAV LINK */
A.specials {
	color : #0066CC; 
	font-size : 11px; 
	font-weight : normal;
	font-family : Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
	}

/* FOOTER NAV LINK */
A.nav_footer {
	color : #0E539F; 
	font-size : 11px; 
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration : underline;
	}
	
/* COPYRIGHT LINK */
A.copyright {
	color : #666; 
	font-size : 10px; 
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : underline;
	}
	
	
	
	


/*--- COPY ---------------------------------------------------------------------------*/

/* BODY TEXT */
.body {
	color : #000000; 
	font-size : 12px; 
	line-height : 17px; 
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* BREADCRUMB NAV */
.crumbs {
	color : #039; 
	font-size : 11px; 
	font-weight : normal;
	font-family : Tahoma, Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* TD FOR SPECIALS LIST MAIN */
.tdspecmain {
	padding : 7px; 
	background-color : #0354CA;
	color : #fff; 
	font-size : 14px;
	line-height : 14px;
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* TD FOR SPECIALS LIST HEAD */
.tdspechead {
	padding : 6px; 
	background-color : #FBE88E;
	color : #2982DC; 
	font-size : 11px;
	line-height : 11px;
	font-weight : bold;
	font-family : Tahoma, Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* TD FOR SPECIALS LIST */
.tdspec {
	padding : 6px; 
	background : url(/images/list_specials_bkg.gif);
	background-repeat : no-repeat;
	color : #06c; 
	font-size : 11px;
	line-height : 11px;
	font-weight : normal;
	font-family : Tahoma, Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* PRICE IN SPECIALS TABLE */
.redprice {
	color : #EC3031; 
	}

/* FOOTER NAV */
.nav_footer {
	color : #0E539F; 
	font-size : 11px; 
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	}
	
/* COPYRIGHT */
.copyright {
	color : #666; 
	font-size : 10px; 
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

	
	
	
	
	
	
	


/*--- STRUCTURE ---------------------------------------------------------------------------*/

/* MASTHEAD BACKGROUND */
.masthead_bkg {
	background-color : #DBEDFE; 
	background-image : url(/images/top_bkg.gif);
	background-repeat : no-repeat;
	width : 770px;
	height : 105px;
	}
	
.masthead_bkg_email {
	background-color : #DBEDFE; 
	background-image : url(/images/top_bkg_email.gif);
	background-repeat : no-repeat;
	width : 600px;
	height : 105px;
	}	

/* TOP NAV BACKGROUND */
.nav_top_bkg {
	background-color : #2883DE; 
	width : 770px;
	height : 26px;
	}
	
.nav_top_bkg_email {
	background-color : #2883DE; 
	width : 600px;
	height : 26px;
	}

/* FOOTER BAR */
.nav_footer_bar {
	background-color : #0354CA; 
	width : 770px;
	height : 10px;
	}
	
	
	
	
	
	


/*--- FORMS ---------------------------------------------------------------------------*/

/* SPLASH SEARCH FIELDS */
.spsearchinput {
	margin-bottom : 8px; 
	background-color : #DAF5FF;
	FONT : 12px Arial, Verdana, sans-serif;
	width : 200px; 
	}

/* LEFT NAV SEARCH FIELDS */
.leftsearch {
	margin-bottom : 8px; 
	background-color : #DAF5FF;
	FONT : 11px Tahoma, Arial, Verdana, sans-serif;
	width : 150px; 
	}

/* STANDARD FORM FIELDS */
.formstandard {
	color : #333;
	background-color : #ECF4FE;
	FONT : 12px Arial, Verdana, sans-serif;
	font-weight :  normal; 
	}

/* REGISTER FORM FIELDS */
.formregister {
	color : #333;
	background-color : #fff;
	FONT : 16px Arial, Verdana, sans-serif;
	font-weight :  normal; 
	width : 100%; 
	padding : 5px;
	border : 1px solid #2982DC;
	}

	
	
	
	
	
	
	


/*------------------------------------------------------------------------------------*/

/* NEGATE FORM MARGIN */
.form {
	margin : 0px;
	}

/* BACKGROUND NO REPEAT */
.bkg_norepeat {
	background-repeat : no-repeat;
	}

/* NETSCAPE FIXES */
b {
	font-weight : bold;
	}

strong {
	font-weight : bold;
	}