/* CRUISEDEALS.COM MASTER STYLESHEET */


/*--- LINKS AND NAVIGATION -----------------------------------------------------------*/

/* BODY LINK */
A {
	color : #404242; 
	font-size : 11px; 
	line-height : 18px; 
	font-weight : bold;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : none; 
	}
A:link { text-decoration: none }
A:hover { text-decoration: underline }

/* FOOTER LINK */
A.footer {
	color : #666; 
	font-size : 11px; 
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	text-decoration : none; 
	}
A.footer:link { text-decoration: none }
A.footer:hover { text-decoration: underline }










/*--- COPY ---------------------------------------------------------------------------*/

/* BODY TEXT */
.body {
	color : #404242; 
	font-size : 11px; 
	line-height : 18px; 
	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;
	}

/* FOOTER */
.footer {
	color : #666; 
	font-size : 11px; 
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

	
	
	
	
	
	
	


/*--- FORMS ---------------------------------------------------------------------------*/

/* FORM BODY */
.form {
	color : #000; 
	font-size : 12px;
	font-weight : normal;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* FORM SIGNUP */
.signup {
	background-color : #E9F6FD; 
	color : #666; 
	font-size : 11px;
	width : 153px;
	font-family : Arial, Verdana, Helvetica, Geneva, sans-serif;
	}

/* 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;
}