/* GREY = #a7a9ac
/* BLUE = #004590
/* AQUA = #00a9cc
/* AQUA LIGHT = #e5f6fa




/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #d1d1d1;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
ul {
	list-style-image: url(../images/bullet.gif);
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #E20C29;
	text-decoration: none;
}
a:visited {
	color: #E20C29;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}



a.lkFooter:link {
	color: #333333;
	text-decoration: none;
}
a.lkFooter:visited {
	color: #333333;
	text-decoration: none;
}
a.lkFooter:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.lkFooter:active {
	color: #FFFFFF;
	text-decoration: none;
}


a.lkLayers:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	height: 100%;
}
a.lkLayers:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	height: 100%;
}
a.lkLayers:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	height: 100%;
}
a.lkLayers:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	height: 100%;
}






/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtWhite10px {
	color: #FFFFFF;
}


.txtAqua10px {
	color: #666666;
}
.txtAqua14px {
	font-size: 14px;
	color: #00a9cc;
	font-weight: bold;
}


.txtBlue10px {
	color: #004590;
}
.txtBlue12px {
	font-size: 12px;
	color: #004590;
}
.txtBlue14px {
	font-size: 14px;
	color: #004590;
	font-weight: bold;
}


/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgFooter {
	background-image: url(../images/bg-footer.gif);
	background-repeat: no-repeat;
}
.bgSidePanel {
	background-image: url(../images/sidepanel-middle.gif);
	background-repeat: repeat-y;
}
.bgLogos {
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #CCCCCC;
	background-image: url(../images/bg-logos.gif);
}



/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.formFields {
	padding: 2px;
	border: 1px solid #666666;
	width: 100%;
	display: block;
}
.txtGrey12px {
	font-size: 12px;
	color: #666666;
}
.txtGrey10px {
	color: #666666;
}
.txtGrey14px {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.txtGreyDark14px {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
