/* CSS Document */

.innback{
	background-image:url(images/innback_l.jpg);
	background-repeat:repeat-y;
}
.innerback_l{
	background-image:url(images/innback_r.jpg);
	background-repeat:repeat-y;
}
.topbuttons a{
	background-image:url(images/top_button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 8px;
	display:block;
	text-decoration:none;
	font-size: 10px;
	color: #BA2514;
	display: block;
	height: 11px;
}
.topbuttons a:hover{
	color:#990066;
	font-size:10px;
	font-weight: bold;
}
.mainbody{
	padding:10px;
	line-height: 18px;
}
.bottom{
	background-color:#629BAC;
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.bottom a{
	color:#FFFFFF;
	text-decoration:none
}
.bottom a:hover{
	text-decoration:underline;
}
#background{
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	display:block;
}