body {
	margin: 0px;
	background-color: #A3B8C4;
	background-image: url(../images/bkd.gif);
}

tr,td,a,p,div {
	font-family: Verdana;
	font-size: 10px;
	color: #575757;
}
.underline {
	text-decoration: underline;
}
.headings {
	font-size: 12px;
	font-weight: bold;
}
.contentBold {
	font-weight: bold;
}
.notes {
	color: #FF0000;
}
.notesBold {
	font-weight: bold;
	color: #FF0000;
}

/* btn styles -------------------------------------------------------------*/
a:link,a:visited,a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* subnav links -----------------------------------------------------------*/
a.subnav:link,a.subnav:visited,a.subnav:active {
	color: #10145D;
	text-decoration: underline;
}
a.subnav:hover {
	text-decoration: none;
}

/* gr link ----------------------------------------------------------------*/
.gr {
	font-size: 9px;
	color: #456590;
}

a.gr:link,a.gr:visited,a.gr:active {
	text-decoration: underline;
}
a.gr:hover {
	text-decoration: none;
}
/* forms **********************************************************/
.textField,.comments,.jumpMenu  {
 	font-family: Verdana;
 	font-size: 10px;
 	color: #10145D;
	background-color: #FFFFFF;
	border-style: solid; 
	border-top: 1px solid #9DADA8;
	border-left: 1px solid #9DADA8;
	border-bottom: 1px solid #9DADA8;
	border-right: 1px solid #9DADA8;
	width: 234px;
}

.submit {
	font-family: Verdana;
	font-size: 10px;
	color: #10145D;
	font-weight: bold;
	background-color: #BCD1D4;
	border-width: 1px;
	border-style: outset;
	height: 20px;
	width: 80px;
}

/* Footer ********************************************************************/

#ftr_french {
	color: #FFFFFF;
	font-size: 12px;
	border-bottom: 1px solid #575757;
	margin-bottom: 7px;
	padding-bottom: 7px;
	padding-top: 16px;
	}
#ftr_french a {
	color: #10145d;
	font-size: 12px !important;
	}
	