body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CFE5F0;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
}
.no_repeat {
	background-repeat: repeat-x;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #D28C0B;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #D28C0B;
	border: none;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #65AECB;
	font-weight: bold;
}
.small-roman-capitals {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #549EC0;
	text-transform: uppercase;
	font-weight: normal;
}
.blue-capitals {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #549EC0;
	text-transform: uppercase;
	font-weight: bold;
}
.capitals {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #D28C0B;
	text-transform: uppercase;
	font-weight: bold;
}
.gold-large {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D28C0B;
	font-weight: bold;
}
.large-purple {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #916CDB;
	font-weight: bold;
}
.italic-gold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D28C0B;
	font-weight: bold;
	font-style: italic;
}
.bold14{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #88BBD3;
	font-weight: bold;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #88BBD3;
	font-weight: bold;
}
.bold12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #88BBD3;
	font-weight: bold;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #D28C0B;
	text-decoration: underline;
}
a.whited:link     {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whited:visited  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whited:hover   {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.whited:active   {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.boarder {
	border: 2px solid #5DAACD;
}
.white {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.papyrus {
	font-family: "papyrus", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #61A9D1;
	font-weight: bold;
}
.hline {
	border:0;
	color:#999;
	height:1px;
	background-color:#999;
	width:90%
	}