/* CSS Document */
body {
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	background-color: #007E99;
	background-image: url(../images/expander.gif);
	background-repeat: repeat-y;
	background-position: center;


}
.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-left: 50px;
	font-size: 11px;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.copyright {
	color: #2AA0BE;
	background-image: url(../images/copyright-bg.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;

}
a {
	font-weight: bold;
	color: #4FD2FD;
}
a:hover {
	text-decoration: none;
}
.linksTop {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;

}
.linksTop:hover {
	color: #4FD2FD;
}
.textFields {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #007E99;
}
.buttons {
	color: #4FD2FD;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #007E99;
	font-weight: bold;


}
