﻿.border_top {
	background-image: url('images/border/Top.jpg');
	height: 20px;
	background-repeat: repeat-x;
}
.border_upper_left {
	background-image: url('images/border/UpperLeft.jpg');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.border_lower_left {
	background-image: url('images/border/LowerLeft.jpg');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.border_lower_right {
	background-image: url('images/border/LowerRight.jpg');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.border_upper_right {
	background-image: url('images/border/UpperRight.jpg');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
.border_bottom {
	background-image: url('images/border/Bottom.jpg');
	height: 20px;
	background-repeat: repeat-x;
}
a:visited {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:hover {
	color: #000000;
}
.region_header {
	font-weight: bold;
	text-decoration: underline;
}
.region_text {
}
.footer {
	text-align: center;
	color: #999999;
	font-size: small;
}
.logo_style {
	border-width: 0;
}
.toolbar {
	text-align: center;
}
.border_right {
	background-image: url('images/border/Right.jpg');
	width: 20px;
	background-repeat: repeat-y;
}
.border_left {
	background-image: url('images/border/Left.jpg');
	width: 20px;
	background-repeat: repeat-y;
}
.page_style {
	background-color: #FFFFFF;
	font-family: Tahoma;
}
.page_title {
	text-align: center;
	font-size: xx-large;
	text-decoration: underline;
	font-weight: bold;
}






