.body_bg {
	background-color: bed1ee;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-x;
}
.header_bg {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
}
.table_ped {
	padding-top: 6px;
	background-color: 2b4873;
	background-image: url(images/cell_bg.png);
	background-repeat: repeat-x;
}
.cell_bg {
	background-color: 2b4873;
	background-image: url(images/cell_bg.png);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Trebuchet MS;
}
body {
	background-color: #5f7dab;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
body,td,th {
	font-size: 12px;
}
a:link {
	color: #A6D3F9;
}
a:visited {
	color: #3CF;
}
a:hover {
	color: #C00;
}
a:active {
	color: #900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body,td,th {
	color: #FFFFFF;
}
