/* HSG Motorsports Text Styles */

body {
	background:  #b0b0b0;
		margin: 20px;
		/*color: #333333;*/
		color: #373737;	
		padding: 0px;
		font: 12px helvetica, arial, sans-serif;
		letter-spacing: 1px;
		line-height: 24px;   
		       
	        scrollbar-face-color: #ffffff;
			scrollbar-highlight-color: #ffffff;
			scrollbar-shadow-color: #000066;
			scrollbar-3dlight-color: #000066;
			scrollbar-arrow-color: #cc0000;
			scrollbar-track-color: #ffffff;
		        scrollbar-darkshadow-color: #ffffff;
			scrollbar-base-color: #ffffff; 
	
}


h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000066;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}
.styledlikeh2 {
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
}


h3 {
	font-weight: bold;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}


/**** TO WORK PROPERLEY IN FIREFOX...ORDER OF "Anchor" CSS is important....link,visited,hover !***/

a:link {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:hover {
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}



/*a:active {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}*/

p {

}


.padding18 {
	padding: 18px;
}









/* index frame */

.indexContent {
	
	width:210px; 
	
	border-bottom:1px solid #cccccc;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 20px;
}
td {
	vertical-align: top;
	background-color: #f9f9f9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
	padding-left: 10px;
}
.padding-footer {
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 2px;
	padding-left: 18px;
}
.floatright {
	float: right;
	vertical-align: top;
}
.floatleft {
	float: left;
	vertical-align: top;
}

.marginleft18 {
	margin-left: 18px;
}
.marginright18 {
	margin-right: 18px;
}
.PhotoCredit {
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	text-align: right;
	vertical-align: top;
	z-index: 9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	float: right;
}

