html {
   min-height: 100%;
}

BODY
   {
   font-family:Calibri, Verdana, Ariel, sans-serif;
   }


.nav a:link {
   font-weight: bold;
   text-decoration: none;
   color: WHITE;
}
.nav a:visited {
	text-decoration: none;
	color: WHITE;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #x336699;

}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 1px;


}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #x336699;


}
.captiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;

}
.navsytle {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 10px;

}
.normaltext-header {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	padding-right: 1px;
}
.rightborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

}
.normaltext-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 1px;
	color: #336699;

}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:7px;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}
.buttonspacing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
}

	

