body {
	background: center;
	background-attachment: fixed;
	background-color: #3A4271;
	background-image: url(../images/background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
}
table {
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: justify;
}
a:link, a:visited {
	color: #FFA800;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFA800;
	text-decoration: underline;
}
.header {
	background-image: url(../images/header.gif);
}
.execute {
	border-right: #7679A4 1px solid;
	border-top: #36316D 1px solid;
	border-left: #36316D 1px solid;
	border-bottom: #7679A4 1px solid;
	color: #FFA800;
	background-color: #5A5D91
}
.button {
	border-right: #FFA800 4px solid;
	border-top: #FFA800 4px solid;
	border-left: #FFA800 4px solid;
	border-bottom: #FFA800 4px solid;
	color: #FFFFFF;
	background-color: #3a4271
}
