/* CSS Document */

/* CSS Document */

body {
	color: #0046a8;
	font-size: 12px;
	font-family: Tahoma;
}
.pagetext-blue {
	color: #0046a8;
	font-size: 12px;
	font-family: Tahoma;
}
.footer {
	font-family: Tahoma;
	color: #0046a8;
	background-position: center;
	font-size: 11px;
}
.heading {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: lighter;
	color: #CCCCCC;
	height: auto;
	width: auto;
}
.title-blue {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #0046a8;
	height: auto;
	width: auto;
}

.title-lightblue {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #71b2cf;
	height: auto;
	width: auto;
}
.title-dkblue {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #1E2E69;
	height: auto;
	width: auto;
}
.title-white {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: auto;
}
.title-grey {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #A1ACA6;
	line-height: 26px;
}

.subtitle-blue {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #0046a8;
}
.subtitle-lightblue {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #71b2cf;
	height: auto;
	width: auto;
}

.subtitle-grey {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #A1ACA6;
	line-height: 26px;
}
.subtitle-white {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.subtitle-black {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
	
.linkdivider {
	color: #999999;
}
a:link {
	text-decoration: none;
	color: #0046a8;	
}
a:visited {
	text-decoration: none;
	color: #0046a8;	
}
a:hover {
	background-color: #FEF15A;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.readonlystyle {
	background-color: #CCCCCC;
}
.darkblue {
	color: #1E2E69;
	font-size: 10px
}
.fineprint {
	font-size: xx-small;
	color: #1E2E69;
}
.blacktext10px {
	color: #000000;
	font-size: 10px;
	font-family: Tahoma;
}
.blacktext12px {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma;
}
.whitetext10px {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Tahoma;
}
.whitetext12px {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
}
.greytext10px {
	color: #CCCCCC;
	font-size: 10px;
	font-family: Tahoma;
}
.greytext12px {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Tahoma;
}
.special {
	background-color: #666666;
}
.login-failure {
	font-family: Tahoma;
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
}


