@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.header {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 28px;
	line-height: 33px;
	color: #001D46;
	font-weight: normal;
}
.header2 {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}
.header3 {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 16px;
}
.subheader {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.text1 {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 15px;
	color: #FFFFFF;
}
.text2 {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 14px;
	color: #333333;
}
.text3 {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #525252;
}
.text4 {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.text5 {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 15px;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
}
.text6 {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 12px;
	line-height: 18px;
	padding-left: 2px;
	padding-right: 10px;
}
.formtext {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.formTitle {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #001437;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.bottomNav {
	font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 13px;
	color: #333333;
}
.bottomNav a {
	color: #333333;
	text-decoration: none;
}
.bottomNav a:hover {
	text-decoration: underline;
}
.tableBorder {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
}
.taskNumber{ color: #999999}

.text5 a {
	color: #48608A;
	text-decoration: underline;
	font-weight: bold;
}
.frequired{ color: #990000;}


.tourHeader {
    font-family: Calibri, "Trebuchet MS", Arial;
	font-size: 18px;
	font-weight: bold;
	color: #496086;
}

.hr{
    border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}