
body {
	margin: 0px;
	padding: 0 10px 0 10px;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-size: 15px;
	font-weight: 400;
	border-top: 6px solid #CD1432;
}

blockquote {
	margin: 13px 0;
	padding: 0 20px 0 50px;
	color: #72747C;
        font-style: italic;
	border: none;
}


#bottom_right {
	position: fixed;
	bottom: -14px;
	right: 0px;
	z-index: -1;

	border: none;
	font-size: 70px;
	font-weight: 400;
	color: #CD1432;
	opacity: .4;
	// M$ IE
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; // first!
	filter: alpha(opacity=40);					// second!

}

h2 {
	font-size:26px;
	margin-top:5px;
	text-align:left;
	font-family: 'Hoefler Text',Georgia,'Times New Roman',Times,serif;
	font-weight:normal;
	color: #000;
}
h3 {
	font-size:16px;
	font-weight:400;
	color:#CD1432;
	font-family: 'Lucida Grande',Geneva,Helvetica,sans-serif;
}
h4 {
	font-family:'Lucida Grande',Geneva,Helvetica,sans-serif!important;
	color:#919f20;
	font-size:14px;
	font-weight:400;
	margin-bottom:4px;
}

h2 + p:first-letter {
	font-size:300%;
	margin-right: 4px;
	color: #CD1432;
}

a { outline:none; text-decoration: none; color: #CD1432;}
/* a:link, a:visited {background:url(/images/under.png)     repeat-x 100% 100%; padding-bottom:4px;}
a:hover, a:active {background:url(/images/underline.png) repeat-x 100% 100%; padding-bottom:4px;}
*/



