/*	stylesheet for BOAT Biscayne
	created by Kara Wald
	style rules appear in this order: HTML codes, then classes
	
	revised by: Kara Wald
	revised on: 12/2005
*/

/*color guide:

*/


/* this style sets the text on all pages is no other style is defined. */
body, p, td, th	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* this is the original style before Kara changed this file */
.text {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #000000
}

/* this style sets the page title look. */
h1 {  
	font-size: 18px; 
	font-weight: bold;
}

/* this style sets the 2nd title look. */
h2 {  
	font-size: 16px; 
	font-weight: bold;
}

/* this style sets the 3rd title look. */
h3 {  
	font-size: 14px; 
	font-weight: bold;
}

/* this style sets the 4th title look. */
h4 {  
	font-size: 12px; 
	font-weight: bold;
}

/* This style is used for text that needs to be smaller than regular */
.small {
  	font-size: 10px;
	font-weight: normal; 
}

/* this style is to make text indent behind a bullet */
.textindent {
	margin-left:.25in
}.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.Headline {  
color: red; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 16px; 
font-weight:bold; 
}
.ccError {  
color: red; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight:normal; 
}
.alert {  
color: red; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-weight:normal; 
}
