@charset "utf-8";
/* CSS Document */

body {
	background-color: #7AE4F4;
}
body,td,th {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
a:link {
	color: #52D6E9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #52D6E9;
}
a:hover {
	text-decoration: none;
	color: #EBBF78;
}
a:active {
	text-decoration: none;
	color: #EBBF78;
}

.xsmall a:link {
	color: #F6C;
	text-decoration: none;
}
.xsmall a:visited {
	text-decoration: none;
	color: #F6C;
}
.xsmall a:hover {
	text-decoration: none;
	color: #FC6;
}
.xsmall a:active {
	text-decoration: none;
	color: #FC6;
}
.xsmall {
	font-size: x-small;
}

#bodyBackground{
	background:url("images/images/background.jpg") repeat-y scroll right center #FFFFFF;
	width:800px;
	padding:0 100px;
}
.title{
	margin:0 auto;
	display:block;
}
#bodyBackground ul li{
	list-style:none;
	margin:0;
	padding:0;
}
.center{
	text-align:center;
}
