/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 16px;
	color: #FFFFFF;
}
body {
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
}
.main_table {
    width: 750;
	height: 732;
    background: url(images/bg.gif);
    background-repeat: no-repeat;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #BE1C2A;
}
a:active {
	color: #FFFFFF;
}
.footer {
    color:#000000;
	font-family: Tahoma;
	font-size: 10px;
}
.header {
    color:#BE1C2A;
	font-family: Tahoma;
	font-size: 14px;
	font-weight:bold
}