﻿body {
    font-size: .75em;
    font-family: Verdana;
    color: #000000;
}

.HeadlineBoxDiv {
	border-bottom:1px solid #bbb; 
	border-top:1px solid #bbb; 
	font-size:12pt; 
	font-weight:bold; 
	margin-bottom:7px;
	background-color:#f5f5f5;
	padding-left:5px;
}

.MainHeadline {
	font-family: Times New Roman, Times;
	font-size:14pt; 
	color:#2c5b90
}

.Headline2 {
	font-family: Times New Roman, Times;
	font-size:12pt; 
	font-weight:bold;
	color:#2c5b90;
	text-decoration:none;
}
.Headline2:hover {
	text-decoration:underline;
}

.SummaryBlock {
	font-size:10pt; 
	margin-bottom:15px; 
	border:0px solid black; 
	overflow:hidden;
}

.SansBody {
	font-family:Verdana;
	font-size:.8em;
	color:#000000;
}

.BodyLink {
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	color:#2c5b90;
	text-decoration:none;
}		
.BodyLink:hover {
	text-decoration:underline;
}

.PollStyle {
    font-family: Verdana;
    font-size:8pt;
}

.Message {
    font-family: Verdana;
    font-size: 10pt;
    color: #dd6666;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 10px;
    float:left; 
    width:100%;
}

.Note {
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	color:#2c5b90;
}

/*************************************
                            Form
*************************************/

.FormRow {
    float:left; 
    width:100%;
    padding-bottom:1px;
}

.FormField {
    font-family: Verdana;
    font-size: 1em;
    color: #2c5b90;
    font-weight: bold;
}


/*************************************
	                     Side Box 
*************************************/

.SideBoxMainDiv {
	padding-left:8px; 
	margin-right:11px;
}
.SideBoxHeaderDiv {
	margin-top:10px; 
	border-bottom:1px solid #bbb; 
	border-top:1px solid #bbb; 
	font-size: 1em; 
	font-weight:bold; 
	margin-bottom:7px;
	background-color:#d8e1eb;
	padding-left:5px;
}
.SideBoxFooterDiv {
	padding-top:5px;
	border-bottom:2px solid #bbb; 	
}
.SideBoxLinkDiv {
	margin-bottom:4px;
	background-image:url('/ExecutiveSummary/images/dot-blue.gif');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:7px;
}
.SideBoxLink {
	font-size:8pt;
	font-family:Verdana;
	color:#4c74a2;
	text-decoration:none;
	padding-bottom:3px;
}
.SideBoxLink:hover {
	color:#8aa1ba;
}