body {
	background-color: #EBF2F7;
	margin: 0;
	padding: 0;
}
body, p, li, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}

a, a:hover, a:visited {
	color: #006AB8;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.navigation a, .navigation a:hover, .navigation a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 3px;
}

.navigation {
	padding-top: 20px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 13px;
	background-image: url(images/gui/nav_bg.jpg);
	letter-spacing: 0;
}

.menuTitle {
	background-image: url(images/gui/title_bg.jpg);
}

.subMenu {
	padding-bottom: 5px;
	padding-left: 5px;
}
.subMenu a, .subMenu a:hover, .subMenu a:visited {
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left;
	line-height: 31px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #000000;
	border-top: 0;
	display: block;
	letter-spacing: 0;
}
.subMenu a:hover {
	background-color: #E4F5FF;
}

.contentContainer {
	font-size: 10px;
	letter-spacing: 1px;
	padding: 10px;
	text-align: justify;
}
.footer {
	background-color: #014C85;
	line-height: 22px;
	text-align: right;
	padding-right: 15px;
}
.footer a, .footer a:hover, .footer a:visited {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.pageMenu {
	line-height: 22px;
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #000000;
	margin-bottom: 2px;
	padding-left: 5px;
	background-image: url(images/gui/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
	cursor: pointer;
}
.pdfIcon {
	background-image: url(images/icon_adobe_reader.gif);
	background-position: left;
	background-repeat: no-repeat;
	line-height: 42px;
	height: 42px;
}

.pageButton {
	line-height: 22px;
	font-weight: bold;
	font-size: 11px;
	background-color: #E4F5FF;
	border: 2px outset #006AB8;
	padding-left: 5px;
	cursor: pointer;
	width: 350px;
	text-align: center;
	margin: auto;
	margin-bottom: 25px;
}
.pageButton a, .pageButton a:hover, .pageButton a:visited {
	color: #000000;
	text-decoration: none;
	line-height: 42px;
}

.pageMenuContent {
	display: none;
}

.mailNotice {
	background-color: #E4F5FF;
	border: 1px solid #006AB8;
	padding: 15px;
	margin: 10px 50px;
}

.linkInfo {
	margin-bottom:20px;
}
.linkInfo .title {
	font-size: 13px;
	font-weight: bold;
}
.linkInfo .title a, .linkInfo .title a:hover, .linkInfo .title a:visited {
	text-decoration: none;
}
.linkInfo .title a:hover {
	text-decoration: underline;
}
.linkInfo .url a, .linkInfo .url a:hover, .linkInfo .url a:visited {
	text-decoration: none;
	color: #014C85;
}

.contentContainer h1 {
	font-size: 15px;
	color: #006AB8;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #006AB8;
}