/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F8951D;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #24428E;
	text-decoration: none;
}
a:visited {
	color: #24428E;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}



a.lkNav:link {
	color: #F8951D;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.lkNav:visited {
	color: #F8951D;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.lkNav:hover {
	color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
a.lkNav:active {
	color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */

.txt12px {
	font-size: 12px;
}

.txtYellow20px {
	color: #F8951D;
	font-size: 20px;
	font-weight: bold;
}

.txtGrey20px {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
}

.txtGrey {
	color: #666666;
}

/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgMenu {
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-x;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}