@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
body {
	background-color: #CCCCCC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
.topleft {
	background-image: url(images/topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
}
.topright {
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width: 15px;
}
.topmenu {
	background-image: url(images/topmenu.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width: 176px;
}
.toprepeat {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.bottomright {
	background-image: url(images/bottomright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	width: 15px;
}
.bottommenu {
	background-image: url(images/bottommenu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	width: 176px;
}
.bottomleft {
	background-image: url(images/bottomleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 15px;
}
.bottomrepeat {
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	height: 15px;
}
.left {
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	height: 498px;
	width: 15px;
}
.right {
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	height: 498px;
	width: 15px;
}
.middleleft {
	background-image: url(images/middleleft.gif);
	background-repeat: repeat-x;
	height: 498px;
}
.menu {
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	height: 498px;
	width: 176px;
}
.break {
	height: 6px;
}
.menutable {
	padding-top: 6px;
}


.nav_left {
	background-image: url(images/nav-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 52px;
	width: 16px;
}
.nav_right {
	background-image: url(images/nav-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 52px;
	width: 16px;
}
.nav_center {
	background-image: url(images/nav-repeat.gif);
	background-repeat: repeat-x;
	height: 52px;
	text-align: center;
	vertical-align: middle;
}
.nav_sep {
	height: 22px;
	width: 1px;
	background-image: url(images/sep.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	width: 240px;
	border: 1px solid #666666;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	background-image: url(images/nav-repeat.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #666666;
}
a.picture {
	display: block;
	height: 169px;
	width: 178px;
	padding-top: 9px;

}
a:visited.picture {
	display: block;
	height: 169px;
	width: 178px;
	padding-top: 9px;
}
a:hover.picture {
	background-color: #DDDDDD;
	display: block;
	height: 169px;
	width: 178px;
	padding-top: 9px;
}
a:active.picture {
	background-color: #DDDDDD;
	display: block;
	height: 169px;
	width: 178px;
	padding-top: 9px;
}
a.nav_button {
	background-image: url(images/nav-repeat.gif);
	background-repeat: repeat-x;
	height: 32px;
	display: block;
	padding-top: 20px;
	background-position: center top;
	color: #666666;
	text-decoration: none;
}
a:visited.nav_button {
	background-image: url(images/nav-repeat.gif);
	background-repeat: repeat-x;
	height: 32px;
	display: block;
	padding-top: 20px;
	color: #666666;
	text-decoration: none;
}
a:hover.nav_button {
	background-image: url(images/nav-over.gif);
	background-repeat: repeat-x;
	height: 32px;
	display: block;
	padding-top: 20px;
	color: #990000;
	text-decoration: none;
}
.a:active.nav_button {
	background-image: url(images/nav-over.gif);
	background-repeat: repeat-x;
	height: 32px;
	display: block;
	padding-top: 20px;
	color: #990000;
	text-decoration: none;
}
.login {
	width: 150px;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
}
