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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(./images/background_image.jpg);
	background-repeat: repeat;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.navbar_style {font-size: small}

.small_type {font-size: small}
.title_type {color: #000000}