@charset "UTF-8";
/* CSS Document */

body
{
	font-family:"Mundo Sans W01", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	line-height: 21px;
	color: #333;
}


p
{
	margin-bottom: 28px;
}

b {
    font-weight: 500;
}

img {border:none;} /*removes hyperlink border to images*/


h1 {font-family:"Rockwell W02", Arial, Helvetica, sans-serif;
	font-weight:200;
	font-style:normal;
	font-size:50px;
	line-height:50px;
	text-space:-2px;
	color: #333;
}

h2 {font-family:"Rockwell W02", Arial, Helvetica, sans-serif;
	font-weight:200;
	font-style:normal;
	font-size:18px;
	line-height:20px;
	text-decoration:underline;
	color:#333;
}

h3 {font-family:"Rockwell W02", Arial, Helvetica, sans-serif;
	font-weight:200;
	font-style:normal;
	font-size:18px;
	line-height:20px;
	color:#333;
}




a:link { color: #A0cccf; text-decoration:none;}
a:visited { color: #A0cccf; text-decoration:none;}
a:hover { color: #A0cccf; text-decoration:underline;} 
a:active { color: #00c; text-decoration:none; } 
	
	

.propeller {font-size:10px;}
a.propeller:link { color: #777; text-decoration:none;}
a.propeller:visited { color: #aaa; text-decoration:none;}
a.propeller:hover { color: #000; text-decoration:underline;} 
a.propeller:active { color: #f00; text-decoration:none; } 


.navigation { 
font-size:17px;
font-weight:200;
padding:0px 12px 0px 12px;
}


a.navigation:link { color:#000;text-decoration:none;}
a.navigation:visited { color:#000;text-decoration:none;}
a.navigation:hover { color:#72b2d5;text-decoration:none;} 
a.navigation:active { color:#000;text-decoration:none; } 

.live {font-weight:400;color:#444;}
