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


body {
	background: url(images/bg.jpg) top repeat-x #d3d3d3;
	margin: 0px;
	padding: 0px;
	}

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


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

h1 {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #990000;
	}

h2 {
	font-size: 16px;
	color: #990000;
	}
	
h3 {
	font-size: 14px;
	color: #990000;
	}
	
h4 {
	font-size: 13px;
	color: #990000;
	}
	
.small {
	font-size: 11px;
	color: #000;
	}
	
.small2 {
	font-size: 11px;
	color: #fff;
	}
	
.small3 {
	font-size: 11px;
	}	
	
.red {
	color: #990000;
	}

/*****************************************************/
/*                  LINK STUFF                       */
/*****************************************************/

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #990000;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #990000;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #e6030b; 
	}		
	
a.side:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
	font-size: 15px;
	} 	
a.side:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #990000;
	font-size: 15px;
	}	
a.side:hover {
	font-weight: bold; 
	text-decoration: underline; 
	color: #e6030b; 
	font-size: 15px;
	}
	
/*****************************************************/
/*                  LAYOUT, ETC                       */
/*****************************************************/

.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
.subRtCol {
	background: url(images/subbg.jpg) bottom no-repeat;
	}
	
