/* Created for Phoenix Sports Club 06/04
	by Ravine Design and Advertising
	author: Stephanie Heil
	
	Please document all styles and modifications.
*/



/*----------------default styles---------------*/

/* default styles for text within <td>, <p>, <b>, and <i> respectively */
td		{ font-family: Arial, sans-serif; font-size: 11px; color: #000000;}
p		{ font-family: Arial, sans-serif; font-size: 11px; color: #000000;}
b		{ font-family: Arial, sans-serif; font-weight: bold; font-size: 11px; color: #000000;}
i		{ font-family: Arial, sans-serif; font-style: italic; font-size: 11px;  color: #000000;}


/*----------------special text styles---------------*/
/*text in footer area that isn't linked */
.subhead
{
	font-family: Arial, sans-serif;
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;
}

/*text in footer area that isn't linked */
.footer
{
	font-family: Arial, sans-serif;
	color: #999999;
	font-size: 11px;
}


/* controls form element presentation in browsers*/
.sizefix 
{
	font-family: Arial, mono;
	background-color: #FFFFFF;
}

/* background color for image border area*/
.bg2 
{
	
	background-color: #000000;
}

/*----------------special link styles---------------*/
/*style for  reg. links. */
a:hover { font-family: Arial, sans-serif; color: #CC0000; text-decoration: underline; font-size: 11px; } 
a:link  { font-family: Arial, sans-serif; color: #CC0000; text-decoration: underline;  font-size: 11px; } 
a:visited { font-family: Arial, sans-serif; color: #CC0000; text-decoration: underline;  font-size: 11px;} 
a:active { font-family: Arial, sans-serif; color: #CC0000; text-decoration: underline; font-size: 11px; } 

/*style for footer links.*/
a.footer:hover { font-family: Arial, sans-serif; color: #999999; text-decoration: underline; font-size: 11px; } 
a.footer:link  { font-family: Arial, sans-serif; color: #999999; text-decoration: underline;  font-size: 11px; } 
a.footer:visited { font-family: Arial, sans-serif; color: #999999; text-decoration: underline;  font-size: 11px; } 
a.footer:active { font-family: Arial, sans-serif; color: #999999; text-decoration: underline; font-size: 11px;  } 




