@charset "utf-8";
/* CSS Document */

body {
	background-color: #666;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
a:link {
	color: #5631C3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5631C3;
}
a:hover {
	text-decoration: underline;
	color: #5631C3;
}
a:active {
	text-decoration: underline;
	color: #5631C3;
}
#main_body #buttons {
	height: 50px;
	width: 1000px;
	margin: 0px;
	padding: 0px;
}
#main_body #table_cap {
	background-image: url(images/table_cap.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 112px;
	width: 1000px;
}
#main_body #main_table {
	background-color: #CCC;
	padding: 25px;
}
.align_center {
	text-align: center;
}

#main_body #footer {
	padding: 25px;
	height: 60px;
	background-color: #BBA2E7;
	color: #FFF;
}
#main_body {
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.align-center{
	text-align: center;
	
}

#footer a{
	color:#5631C3;
	text-decoration: none;
	
}

#footer a:hover{
	color: #FFF;
	text-decoration: underline;
	
}

h1 {
	color: #5631C3;
	font-weight: bold;
	
}



