@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat;
}
html, body{ height: 100% }
.box_top {
	background-image: url(images/layout/top.gif);
	background-repeat: repeat-x;
}
.box_left {
	background-image: url(images/layout/left.gif);
	background-repeat: repeat-y;
}
.box_bottom {
	background-image: url(images/layout/bottom.gif);
	background-repeat: repeat-x;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #454545;
}
.bg_tl {
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat;
	background-position: right bottom;
}
.bg_tr {
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat;
	background-position: left bottom;
}
.nav_unselected {
	background-image: url(images/layout/unselected_left.gif);
	background-repeat: repeat-y;
}

.bg_right {
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.bg_bl {
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat;
	background-position: right top;
}
.nav_selected {
	background-image: url(images/layout/selected_left.gif);
	background-repeat: repeat-y;
}
.base_td {
	height: 524px;
	width: 882px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #26225f;
	font-size: x-large;
}
.bg_br {
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
.bg_left {
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat;
	background-position: right top;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #057ca4;
	font-size: large;
}
a {
	color: #057CA4;
	text-decoration: none;
}
.bg_bottom {
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}

a:hover {
	background-color:#CCCCCC;
}
.base_table {
	height: 100%;
	width: 100%;
}
.bg_top {
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat;
	background-position: left bottom;
}

