/* CSS Document */
@import url(stylesheet_main.css);
.Page_title {
	font-weight:lighter;
	color:#666666;
	letter-spacing:-.05em;
	font-size:20pt;
	font-family:Helvetica,Verdana, Arial,sans-serif;
	padding-top:3px;
	margin:0;
}
.Homepage_title
{
    font-weight:lighter;
	color:#666666;
	letter-spacing:-.05em;
	font-size:30pt;
	font-family:Helvetica,Verdana, Arial,sans-serif;
	padding-top:3px;
	margin:0;
}

.Homepage_title_red
{
	FONT-WEIGHT: bold; 
	COLOR: #d30000;
	letter-spacing:-.05em;
	font-size:30pt;
	font-family:Helvetica,Verdana, Arial,sans-serif;
	padding-top:3px;
	margin:0;
}



.Article_heading {
	color:#d30000;
	font-weight:bolder;
	font-size:10pt;
	margin:0;
}

.Article_subheading {
	font-weight:bolder;
	font-size:8pt;
	margin:0pt;
	margin-bottom:2px;
	color:#5d5b52;
}

.link
{
    color:#d30000;
	text-decoration:underline;
}

.Footer_link {
	COLOR: #5d5b52;
	text-decoration:underline;
}

/* Callout and Action Item Styles ------------------------------------------------------*/

.Callout_title {
	width:175px;
	height:20px;
	border-bottom:#666666 dotted 1px;
	border-top:#666666 dotted 1px;
	padding-top:5px;
	padding-left:10px;
	font-weight:bolder;
	margin-bottom:8px;
	color:#5d5b52;
}
.Callout_content {
	margin-bottom:28px;
	line-height:12pt;
}

.News_callout_title {
	width:175px;
	height:20px;
	background-color:#d30000;
	padding-top:5px;
	padding-left:10px;
	font-weight:normal;
	margin-bottom:8px;
	color: #FFFFFF;
}
.News_callout_content {
	
	line-height:12pt;
	border-bottom:#666666 dotted 1px;
	padding-bottom:28px;
	padding-left:10px;
}

/* Table Styles ------------------------------------------------------*/


.row_grey {
	background-color:#eeeeee;
}

/* Positioning ------------------------------------------------------*/

.image_border
{
    border: #cccccc solid 15px;
    margin-bottom: 15px;
}

.image_border_smaller
{
    border: #cccccc solid 12px;
    margin-bottom: 7px;
    margin-right: 14px;
    margin-top: 7px;
}

