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

body {
	padding: 0px;
	margin: 0px;
	background: url('../img/png/bg.png');
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.border-table {
	width: 940px;
	
}

.main-top-left {
	width: 20px;
	text-align: left;
	background-image: url(../img/png/top-left.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.main-top-middle {
	width: 900px;
	height: 20px;
	text-align: center;
	background-image: url(../img/png/top-middle.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.main-top-right {
	width: 20px;
	text-align: right;
	background-image: url(../img/png/top-right.png);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.main-middle-left {
	width: 20px;
	text-align: left;
	background-image: url(../img/png/middle-left.png);
	}
	
.main-middle-right {
	width: 20px;
	text-align: right;
	background-image: url(../img/png/middle-right.png);
	}
	
.main-bottom-left {
	width: 20px;
	text-align: left;
	background-image: url(../img/png/bottom-left.png);
	background-repeat: no-repeat;
	background-position: top;
	}
	
.main-bottom-middle {
	width: 900px;
	text-align: center;
	height: 20px;
	background-image: url(../img/png/bottom-middle.png);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.main-bottom-right {
	width: 20px;
	text-align: right;
	background-image: url(../img/png/bottom-right.png);
	background-repeat: no-repeat;
	background-position: top;
	}
	
	
.spiffy{display:block}
.spiffy *{
	display:block;
	height:1px;
	font-size:.01em;
	overflow:hidden;
	background:#E8E8E8}
.spiffy1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;
	background:#ededed}
.spiffy2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fcfcfc;
	border-right:1px solid #fcfcfc;
	background:#ececec}
.spiffy3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #ececec;
	border-right:1px solid #ececec;}
.spiffy4{
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5}
.spiffy5{
	border-left:1px solid #ededed;
	border-right:1px solid #ededed}
.spiffyfg{
	background:#E8E8E8}
	
.foot-text {
	font-size: 10px;
	padding: 8px;
}

.nav-link {
	height: 30px;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	background: #8D0000;
}

.nav-link a {
	padding-left: 11px;
	padding-right: 11px;
	height: 30px;
	color: #ECECEC;
	text-decoration: none;
}

.nav-link a:hover {
	color: #FCF7BE;	
}

.nav-link:hover {
	background: #5F0000;	
}

.heading {
	font-size: 16px;
	font-weight: bold;
}