/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #5386DF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
ul {
	border-bottom:#5386DF dashed thin;
	margin-left:10px;
	margin-right:15px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}
li {
	list-style:none; 
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#title {
	color:#3366FF;
	font-weight:bold;
	text-decoration:underline;
}
.thing {
	background-image: url(images/index_08.jpg);
	height: 1px;
	width: 235px;
	background-repeat: repeat-y;
}
.thing2 {
	background-image: url(images/index_11.jpg);
	height: 57px;
	width: 708px;
}