	/*
	
	Author:  		Noah Earle for Offshoot - Taking Business in a new direction. 
	Link:  			http://www.offshootinc.com
	Client: 		Chicago Blues Reunion
	Link:			http://www.chicagobluesreunion.com
	Last Modified: 	06/10/05
	
	*/
	
	
	
	/* Basic Style Parameters 
	----------------------------------------------*/


body {		
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Georgia, Times New Roman, serif;
	font-size:11px;
	color:#565656;
	line-height:20px;
	background-image:url(../imgs/common/bg.jpg); 
}

td {	
	font-family: Georgia, Times New Roman, serif;
	font-size:12px;
	color:#565656;
	line-height:20px;
}


	/* Default Link Parametres 
	----------------------------------------------*/


a:link {	
	font-family: Georgia, Times New Roman, serif;
	font-weight: 600;
	color: #FF9900;
	text-decoration:none;
}

a:visited {	
	font-family: Georgia, Times New Roman, serif;
	font-weight: 600;
	color: #FF9900;
	text-decoration:none;
}

a:active {	
	font-family: Georgia, Times New Roman, serif;
	font-weight: 600;
	color: #FF9900;
	text-decoration:none;
}

a:hover {
	font-family: Georgia, Times New Roman, serif;
	font-weight: 600;
	color: #FF9900;
	text-decoration:underline;
}


	/* Header Style Parametres 
	----------------------------------------------*/	
	
	
h1 {
	color:#164688;
	font-size:24px;
	font-family: Helvetica, sans-serif;
	margin-top:5px;
	margin-bottom:0px;
}

h2 {
	color:#164688;
	font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	background-image: url(../imgs/common/divider.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0px;
	padding-bottom:5px;	
	margin:0px;	
}


h3 { 
	font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	padding-top:0px;
	padding:0px;
	margin:0px;	
	color:#666666;
}

h3 a {
	color:#FC001F;
	margin-left:18px;
	display:list-item;
	margin-top:7px;
	list-style-image:url(../imgs/common/arrow.gif);
}

h3 a:visited{
	color:#FC001F;
}

h3 a:hover {
	color:#164688;
}


	/* Primary Style Parametres 
	----------------------------------------------*/


.red {
	color:#FC001F;
}


.nav_div {
	background-image:url(../imgs/common/divider_black.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:7px;
	width:200px;	
}

.textreatments{
	color:#000000;
	font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	font-weight:800;
	padding:0px;
	padding-bottom:5px;	
	margin:0px;	
}

.titletext {
	font-family: Georgia, Times New Roman, serif;
	font-weight: 600;
	color: #CC0000;
	font-size: 15px;
}

.subtitletext {	
	font-family: Georgia, Times New Roman, serif;
	font-weight: 600;
	color: #CC0000;
	font-size: 10px;
	padding-top: 0px;
	vertical-align: top;
}


	/* List Style Parametres 
	----------------------------------------------*/


.basic_list {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
}



	/* Form Style Parametres 
	----------------------------------------------*/


checkbox.whiteinput {
	background-color:#EDEDED;
	font-family: Georgia, Times New Roman, serif;
	color:#000000;
	padding: 1px;
	margin: 1px;
}

form.whiteinput {
	padding: 0px;
	margin: 0px;
}

input.whiteinput {
	background-color:#EDEDED;
	font-family: Georgia, Times New Roman, serif;
	color: #000000;
	padding: 1px;
	margin: 1px;
}

option.whiteinput {
	background-color:#EDEDED;
	font-family: Georgia, Times New Roman, serif;
	color: #000000;
	padding: 1px;
	margin: 1px;
}

radiobutton.whiteinput {
	background-color:#EDEDED;
	font-family: Georgia, Times New Roman, serif;
	color:#000000;
	padding: 1px;
	margin: 1px;
}

select.whiteinput {
	background-color:#EDEDED;
	font-family: Georgia, Times New Roman, serif;
	color: #000000;
	padding: 1px;
	margin: 1px;
}

select.pulldown {
	background-color:#EDEDED;
	font-family: Georgia, Times New Roman, serif;
	color: #000000;
	padding: 1px;
	margin: 1px;
}

textarea.whiteinput {
	background-color:#EDEDED;
	font-family: Georgia, Times New Roman, serif;
	font-size:12px;
	color: #000000;
	padding: 1px;
	margin: 1px;

}