body {
	background-color: #DEE4E7;
	padding: 15px;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	min-height:400px;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}
.menu_table {
	background-color: #606FA6;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.menu_table:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #7684bb;
	border: thin solid #FFFFFF;
	text-align: center;
	font-size: small;
	
}
.menu_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: small;
	font-style: normal;
	color: #FFFFFF;
}
.header {
	background-image: url(../images/bkg_head.jpg);
	background-repeat: repeat-x;
	height: 75px;
	width: 100%;
}
.main {
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	padding:inherit;
	padding-bottom:15px;
	height:auto;
}	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a6a9e;
	font-size: 24px;
	font-style: italic;
	padding: 5px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-right: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5a6a9e;
	font-size: 18px;
	padding: 7px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
.floatRight {
	float: right;
}
.floatLeft {

	float: left;
}
.footer {
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}
.menu {
	background-color: #FFFFFF;
}
.greyBox {
	background-color: #EFEFEF;
	white-space: normal;
	padding: 15px;
	border: thin solid #5A6A9E;
}
.whiteBox {
	border: thin solid #5A6A9E;
}
.fill {
	position: absolute;
	min-height:100%;
	background-color: #CCCCCC;
	padding:15px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height:100%;
}
.bottom{position:absolute; clear: both;  bottom: 0px; left:0px; background: #FFFFFF;  border: none; width: 100%;height:15px}

