/* CSS Document */
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 48px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.style2b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
}
.style3b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #CCCCCC;
}
body,td,th {
	color: #FFFFFF;
	vertical-align: middle;
}
* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	background-color: #9AB9DE;
	vertical-align: middle;
	height: 100%;
	margin: 0;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px;
}
.footer, .push {
	height: 48px;
	text-align: center;
}
.breadcrumb{
font: bold 14px Georgia, "Times New Roman", Times, serif;
}

.breadcrumb a{
background: transparent url(../images/breadcrumbw.gif) no-repeat center right;
text-decoration: none;
padding-right: 18px; /*adjust bullet image padding*/
color: #FFFFFF;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #FFFFFF;
}

.breadcrumb a:hover{
text-decoration: underline;
}
