@charset "utf-8";
/* CSS Document */

/* ------------ Index specific content ------------ */

.main .index-content {
	font-family: Calibri;
	font-size: 12pt;
	color: #fff;				/* White text */
	background-color:#002060;	/* Blue Background*/
	text-align: left;
	min-height:100px;
}

.main .index-content h5{
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 9pt;
	text-align:left;

}

.main .index-content img {
	padding: 10px
	border: none;
	position:relative
}

.main .index-content .welcome {
	min-height: 10px;
	font-size:14px;
	font-weight:bold;
}

.main .index-content .welcome #message p{
	min-height: 10px;
	text-align:left;
	font-size:12px;
	font-weight: normal;
	line-height: 120%;
}
