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

body,td,th {
	color: #333333;
}
body {
	background:#2555B9 url(../images/background.jpg) repeat-x scroll 0 0;
	margin-top: 2px;
}
a:link {
	color: #C0CEEB;
	text-decoration: none;
}
a:visited {
	color: #C0CEEB;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #C0CEEB;
	text-decoration: none;
}