body{
	margin-top: 0px;
	margin-left: 0px;
}
.dottedLine {
	background-image: url(../images/menu/dot_tile.gif);
	background-repeat: repeat-x;
}
.bodyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #184F7E;
	text-align: justify;
}
.vertDottedLine {

	background-image: url(../images/menu/vert_dot_tile.gif);
	background-repeat: repeat-y;
}
.captionTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #184F7E;
	text-align: center;
}
.topBarBlue {
	background-image: url(../images/bluetile.gif);
	background-repeat: repeat;
	background-color: #226EAF;
}
.topBarBlueLight {

	background-color: #78B3E7;
}
.topBarBlueDark {


	background-color: #0A2450;
}
.topLeftBarBlue {

	background-image: url(../images/left_bar.gif);
	background-repeat: repeat-y;
	background-color: #226EAF;
}
ul {
	margin-top: 0px;
	margin-left: 0px;
	left: 3px;
	list-style-position: inside;
	list-style-type: square;
}
.listTxt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #184F7E;
}
a {
	color: #184F7E;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	line-height: 12px;
}
