/*   Left   */

.textbox{
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F5F5F;
	padding: 2px;
}

.hrf{
	text-decoration: underline;
	color: blue;
	cursor: hand;
}

.chevrons {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #5F5F5F;
	background-color: #FFFFFF;
}

body {
	font-family: tahoma;
	font-size: 11pt;
	font-style: normal;
	color: #454D89;
	background-color: #FFFFFF;
}

/*   Middle   */
.Title{
	font-family: arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #454D89;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 4px;
}

.Section{
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #2FB1CC;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 4px;
}

.Story{
	font-family: arial;
	font-size: 10pt;
	font-style: normal;
	color: #5F5F5F;
	background-color: #FFFFFF;
	margin-right: 10px;
}

/*   Right   */

.right_textbox{
	font-family: arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F5F5F;
	padding: 2px;
}

.right_pic{
	position: relative;
	left: 40px;
	padding-top: 40px;
}

.right_body {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2FB1CC;
}


.right_headline {
	padding-top: 11px;
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
	background-color: #2FB1CC;
}

.left_body {
	font-family: tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #454D8B;
	background-color: #FFFFFF;
}


/* SPLASH */
.splash_body{
	background-color: #FFFFFF;
	z-index: 1;
}

.splash_canvas{
	position: absolute;
	top: 0px;
	left: -1px;
	height: 400px;
	width: 110%;
	font-family: arial;
	font-size: 12pt;
	font-style: italic;
	color: #FFFFFF;
	background-color: #2FB1CC;
	z-index: 2;
}

.bullet_box{
	position: absolute;
	top: 30px;
	left: 30px;
	height: 75%;
	width: 40%;
}

.bullets{
	font-family: arial;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
    z-index: 4;
	padding-bottom: 40px;
}

ul{
	list-style-image: url(../images/blue_bullet.gif);
}

li{
	padding-bottom: 10px;
}


.quote{
	position: absolute;
	top: 230px;
	right: 100px;
    z-index: 3;
}

.bottomText{
	position: absolute;
	left: -1px;
	width: 100%;
	height: 28px;
	 bottom: -10px;
	font-family: arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #454D89;
	padding: 4px;
	text-align: center;
}
