body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
table,td {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}
.txt_blue {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0b4790;
}
.txt_gray {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
}
.txt_white {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input,select,textarea {
	background-color: F6F4F4;
	font-family: "MS Sans Serif";
	font-size: 9px;
	color: #000000;
}
a:link,a:visited,a:active {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0b4790;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #0b4790;
	text-decoration: none;
}
.table-bg-large1 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.table-bg-large2 {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
}

/* drop down menu */
#dropmenudiv {
	position: absolute;
	background-color: #95AEE2;
	border: 1px solid #295BC5;
	border-bottom-width: 0;
	line-height: 20px;
	z-index: 100;
}

#dropmenudiv a {
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #295BC5;
	padding: 1px 0;
	text-decoration: none;
	width: 100%;
}

#dropmenudiv a:hover {
	background-color: #2353B9;
	color: #FFFFFF;
}
/* drop down menu */