﻿.medium {
	font-size: medium;
}
.small {
	font-size: small;
}
.bottom-border-large {
	font-size: large;
	border-bottom: 1px solid #28271A;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#main {
width:950px;
margin:0px auto;
}
.dark-border-bottom {
border-bottom: 20px solid #28271A;
}
.right {
	text-align: right;
}
.light-border-white-back {
	background-color: #FFFFFF;
	border: 1px solid #C3C09D;
}
.light-border {
	border: 1px solid #C3C09D;
}
.light-border-center {
	border: 1px solid #C3C09D;
	text-align: center;
}
.center {
	text-align: center;
}
.no-border {
	border-width: 0px;
}
ul {
	margin: 0px;
	padding: 15px;
	font-size: small;
	width: 100px;
	list-style: none;
	font-weight: bold;
	text-align: left;
}
ul li ul {
	list-style:disc;
	font-weight:normal;
}
ul li a {
	text-decoration: none;
}
a {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:active {
	color: #990000;
}
a:hover {
	color: #000000;
}
.background-dark {
	background-color: #28271A;
}
.gray-links {
	text-align: center;
	color: #808080;
	font-size: small;
	text-decoration:none
}
.small-white {
	color: #FFFFFF;
	font-size: small;
}
.no-decoration {
	text-decoration:none
}
