.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align:justify
}
.bodytextform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666
}
.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color: #666666;
	text-align:left
}
.bodytextsmallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	color: #ffffff;
	text-align:left
}
.bodytextsmalljustified {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: justify
}
.bodytextcentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align:center
}
.bodytextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	text-align:justify
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #243a75;
	text-align:justify
}
.pageheadercentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #243a75;
	text-align:center
}
.backgroundimage {
	background-image: url(images/background_main.jpg); 
	background-repeat: no-repeat
}
.backgroundimageforms {
	background-image: url(images/background_mainnoborders.gif); 
	background-repeat:repeat
}
.backgroundimagerepeat {
	background-image: url(images/background_main.jpg); 
	background-repeat:repeat
}
.backgroundimage2 {
	background-image: url(images/background_main2.jpg); 
	background-repeat: no-repeat
}
.backgroundimagefooter {
	background-image: url(images/footer_background.jpg); 
	background-repeat:repeat
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
.bodytextformheader {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
a:link {
	color: #243a75;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #243a75;
}
a:hover {
	text-decoration: underline;
	color: #99AAC7;
}
a:active {
	text-decoration: none;
	color: #243a75;
}
.cell_over {
	background-color:#F8EADD;
}