/*  
This style sheet and the images to which it refers to 
may not be reused, resold or redistributed by any means necessary
================================================================  
Description: Typography styles for Brian Propp
Version: 1.0
Author: AWS Sports
Author URI: http://www.awssports.com/
*/
	
	/**
	 * GLOBAL FONT TYPOGRAPHY
	 ***********************************************************************************/
	body { 
		font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif; 
		font-size:12px; 
		color:#333; 
	}	
	
	a { 
        font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
        color:#333; 
    }
	a:hover 	{ 
		text-decoration:none; 
	}
 
	h1,h2,h3,h4,h5,h6 { color:#333; }

	#two_column_wrapper,
    #three_column_wrapper,
    #home_content_wrapper,
    #content { 
        line-height:1.6em !important; 
        text-align:justify;
    }
	#two_column_wrapper,
    #three_column_wrapper,
    #home_content_wrapper,
    #content img { 
        margin:5px;
    }
	
	h3#cHead { 
		text-indent:5px;
		line-height:24px;
	}
	
 
	/**
	 * FORM TYPOGRAPHY
	 ***********************************************************************************/
	textarea 		{ 
		/* color:#666; 
		font:10pt; 
		padding:1px; 
		margin:1px;  */
	}
	select, input	{ 
		/* color:#000; 
		padding:1px; 
		margin:1px;  */
	}
	input.submit, button.submit { 
		/* font-weight:bold;
		padding:1px; */
	}
	input.chkBox 	{ 
		/* border:0px solid transparent;  */
	}


	/**
	 * USEFULL RULES
	 ***********************************************************************************/
	.message, .error { 
		font-weight:bold; 
		color:#9f0006; 
		text-align:center;
	}
	.hide { 
		position:absolute; 
		text-indent:-9999px; 
		text-decoration:none; 
	}	
	.newsMore:hover { text-decoration:none; }
	.c, .c p, .c div  { text-align:center; }
	.cb { clear:both;}
	.cl { clear:left;}
	.dn { display:none;}
	.w  { width:100%;}
	.h  { display:none}
	.r  { float:right; }
