/* TOTALWORLDTRAVEL.COM MASTER STYLESHEET */


/*--- LINKS AND NAVIGATION -----------------------------------------------------------*/

/* BODY LINK */
A {
	color : #266384; 
	font-size : 12px; 
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : none; 
	}
A:link { text-decoration: none }
A:hover { text-decoration: underline }

/* SPLASH LINK */
A.splash {
	color : #E79C18; 
	font-weight : bold; 
	font-size : 14px; 
	line-height : 14px; 
	font-family : Helvetica, Arial, Verdana, sans-serif;
	}
A.splash:link { text-decoration: none }
A.splash:hover { text-decoration: underline }

/* SPLASH FOOTER LINK */
A.footer {
	color : #F7F6EB; 
	font-size : 12px; 
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : none; 
	}
A.footer:link { text-decoration: none }
A.footer:hover { text-decoration: underline }

/* LEFT NAV LINK */
A.leftnav {
	color : #F7F6EB; 
	font-size : 12px; 
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : none; 
	}
A.leftnav:link { text-decoration: none }
A.leftnav:hover { text-decoration: underline }

/* FAQ NAV LINK */
A.faqnav {
	color : #F7F6EB; 
	font-size : 12px; 
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : none; 
	}
A.faqnav:link { text-decoration: none }
A.faqnav:hover { text-decoration: underline }








/*--- COPY ---------------------------------------------------------------------------*/

/* BODY TEXT */
.body {
	color : #333333; 
	font-size : 12px; 
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* GLOBAL FOOTER */
.footer {
	color : #F7F6EB; 
	font-size : 12px; 
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}



/*===*/



/* PAGE TITLE */
.pagetitle {
	color : #B2302A; 
	font-size : 24px; 
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* LEFTNAV SECTION HEADER */
.lefthead {
	color : #E9F6FD; 
	font-size : 13px; 
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

	
	
	
	
	
	
	


/*--- FORMS ---------------------------------------------------------------------------*/

/* SPLASH SIGNUP INPUT */
.signupsplash {
	background-color : #E9F6FD;
	color : #666;
	FONT : 12px Arial, Verdana, sans-serif;
	width : 150px;
	}

/* SIGNUP INPUT */
.signup {
	background-color : #E9F6FD;
	color : #666;
	FONT : 12px Arial, Verdana, sans-serif;
	width : 130px;
	}

/* SPLASH SIGNUP BUTTON */
.signupsplashbutton {
	font : 11px Arial, Verdana, sans-serif;
	width : 100px;
	}

/* FORM INPUT */
.input {
	background-color : #E9F6FD; 
	color : #666; 
	font-size : 11px;
	width : 350px;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* FORM BUTTON */
.FormButton {
	font-size : 12px;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}





/*------------------------------------------------------------------------------------*/

/* NETSCAPE FIXES */
b {
	font-weight : bold;
}

strong {
	font-weight : bold;
}