/*****************************************************/
/*                  BASIC BODY STUFF                 */
/*****************************************************/


body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000; 
	}


/*****************************************************/
/*                 TEXT STUFF                        */
/*****************************************************/

h1 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;	
	color: #5f5f5f;
	}

h2 {
	font-size: 16px;
	color: #5f5f5f;
	}
	
h3 {
	font-size: 14px;
	color: #5f5f5f;
	}
	
h4 {
	font-size: 13px;
	color: #5f5f5f;
	}
	
.small {
	font-size: 11px;
	color: #fff;
	}
	
/*****************************************************/
/*                  LINK STUFF                       */
/*****************************************************/

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #a01d21;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #a01d21;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #ff0000; 
	}		
	
a.top:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	font-size: 14px;
	} 	
a.top:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	font-size: 14px;
	}	
a.top:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #222222; 
	font-size: 14px;
	}
	
/*****************************************************/
/*                  LAYOUT STUFF                     */
/*****************************************************/
	

.imageFloat {
	float: right;
	padding-left: 30px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 30px;
	}