/* CSS Document */
html {
	font-size: 14px;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
.masterframe {
	border: 2px solid #000099;
	align: center;
}
.HeaderText {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.FooterText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.FooterText a:link {text-decoration: underline;color: #FFFFFF;}
.FooterText a:visited {text-decoration: underline;color: #FFFFFF;}
.FooterText a:hover {text-decoration: none; color: #FFFFFF;}
.FooterText a:active {text-decoration: underline;color: #FFFFFF;}

.BoxHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	font-weight: bold;
}
.PageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.white_top {background-image:url('/imagefiles/white-top.png')}
.white_side_left {background-image:url('/imagefiles/white-side-left.png')}
.white_side_right {background-image:url('/imagefiles/white-side-right.png')}
.white_bottom {background-image:url('/imagefiles/white-bottom.png')}

.blue_top {background-image:url('/imagefiles/blue-top.png')}
.blue_side_left {background-image:url('/imagefiles/blue-side-left.png')}
.blue_side_right {background-image:url('/imagefiles/blue-side-right.png')}
.blue_bottom {background-image:url('/imagefiles/blue-bottom.png')}
.blue_tile {background-image:url('/imagefiles/blue-tile.png')}
