@charset "utf-8";

/*html,body{
    height: 100%;
	background: url(../../../images/backgrounds/body_gradient_bg_5.png) 0 26px repeat-x;
	background-color:#f7f7f7;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 12px;
    margin: 0; 
	color: #222;
}*/

/*h1,h2,h3,h4,h5,h6{ font-family:Arial, Helvetica, sans-serif; }*/
h1 { color: #333; font-size: 32px; letter-spacing:-1px; font-weight: normal; line-height: normal; margin: 0;	}
h2 { color: #333; font-size: 28px; letter-spacing:-1px; font-weight: normal; line-height: normal; margin: 0;	}
h3 { color: #333; font-size: 22px; letter-spacing:-1px; font-weight: normal; line-height: normal; margin: 14px 0 3px 0; }
h4 { color: #333; font-size: 22px; letter-spacing:-1px; font-weight: normal; line-height: normal; margin: 0 0 3px 0;	}
h5 { color: #333; font-size: 16px; letter-spacing:-1px; font-weight: normal; line-height: normal; margin: 14px 0 3px 0; }
h6 { color: #333; font-size: 16px; letter-spacing:-1px; font-weight: normal; line-height: normal; margin: 0 0 3px 0; }

a {	text-decoration: none; outline: none; color: #0099cc; }

a.more {
background:transparent url(../../../images/icons/read_more.gif) no-repeat scroll 100% 50%;
padding-right:8px;
/*white-space:nowrap;*/
}

a:link { text-decoration: none; }
a:visited {	text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }

hr { color: #eee; }
