@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Calibri, Tahoma;
	font-size: 15px;
	color: #000;
	line-height: 1.5em;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-style:italic;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-style:italic;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-style:italic;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-style:italic;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Calibri, Tahoma;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #3e3f4a;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBEBEB;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;

}
h2 {
	font-size: 14px;
	color: #3e3f4a;
	margin-bottom: 15px;

}
h3 {
	font-size: 16px;
	color: #5B9EE5;
}

.bluetext {
	color: #5795da;
}
#rightHeader h1 {
	font-size: 17px;
	color: #FFF;
	margin: 0px;
}
.formobject {
	border: 1px solid #dadada;
	font-family: Calibri, Tahoma;
	font-size: 13px;
	color: #666;
	background-color: #dadada;
}
.formobjectred {
	border: 1px solid #f57b8c;
	font-family: Calibri, Tahoma;
	font-size: 13px;
	color: #666;
	background-color: #f57b8c;
}
.formobjectgreen {
	border: 1px solid #75c175;
	font-family: Calibri, Tahoma;
	font-size: 13px;
	color: #666;
	background-color: #75c175;
}
.rightHeaderSecond {
	color: #9cf5f8;
}
.teamLine1 {
	font-weight: bold;
	color: #000;
	font-size: 15px;
}
.teamLine2 {
	font-size: 11px;
	color: #286AB6;
}

