/* BLUE = #056cb6
/* RED = #ef4135
/* LAVENDER =#4e7fc1




/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5E5E5;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

ul {
	list-style-image: url(../images/bullet.gif);
}


/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #056cb6;
	text-decoration: none;
}
a:visited {
	color: #056cb6;
	text-decoration: none;
}
a:hover {
	color: #ef4135;
	text-decoration: none;
}
a:active {
	color: #ef4135;
	text-decoration: none;
}



a.lkTop:link {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
a.lkTop:visited {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
a.lkTop:hover {
	font-size: 12px;
	color: #056cb6;
	text-decoration: none;
}
a.lkTop:active {
	font-size: 12px;
	color: #056cb6;
	text-decoration: none;
}



a.lkFooter:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a.lkFooter:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
a.lkFooter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ef4135;
	text-decoration: none;
}
a.lkFooter:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ef4135;
	text-decoration: none;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtBlack10px {
	font-size: 10px;
	color: #000000;
}

.txtRed12px {
	font-size: 12px;
	color: #ef4135;
}

.txtTitles {
	font-size: 14px;
	color: #056cb6;
	font-weight: bold;
	text-transform: uppercase;
}

.txtRed14px {
	font-size: 14px;
	font-weight: bold;
	color: #ef4135;
	text-transform: uppercase;
}

.txtBlue12px {
	font-size: 12px;
	color: #056cb6;
}

/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgPage {
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

.bgBlueGradient {
	background-image: url(../images/bg-blue-gradient.gif);
	background-repeat: repeat-y;
}

.bgContent {
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
}

/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.klGrey {
	border: 1px solid #CCCCCC;
}