﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	color: #FFFFFF;
	line-height: 18px;
}
a {
	color: #CCA94F;
}
.right_align {
	text-align: right;
}
.gold {
	color: #CCA94F;
}
.photo {
	border: 4px solid #FFFFFF;
}
.subheading {
	font-weight: bold;
	font-size: medium;
}
.medium {
	font-size: medium;
}
.xsmall {
	font-size: x-small;
	line-height: normal;
}
.medium_hyperlink {
	font-weight: bold;
	font-size: medium;
	color: #CCA94F;
}
.white_hyperlink {
	color: #FFFFFF;
}
.large {
	font-size: x-large;
	font-weight: normal;
	line-height: normal;
}
.indent {
	text-indent: 10px;
}
.tl {
	background-image: url('../images/tl.png');
}
.t {
	background-image: url('../images/t.png');
}
.tr {
	background-image: url('../images/tr.png');
}
.l {
	background-image: url('../images/l.png');
}
.r {
	background-image: url('../images/r.png');
}
.bl {
	background-image: url('../images/bl.png');
}
.b {
	background-image: url('../images/b.png');
}
.br {
	background-image: url('../images/br.png');
}
.black_bg {
	background-color: #000000;
}
.header_bg {
	background-image: url('../images/header/header_bg.jpg');
}
.xsmall_right {
	font-size: x-small;
	text-align: right;
	line-height: normal;
}
.button_bg {
	background-image: url('../images/button_400_40.png');
	background-repeat: no-repeat;
}

.header_t_bg {
	background-image: url('../images/header/h_t_bg.jpg');
}
.header_b_bg {
	background-image: url('../images/header/h_b_bg.jpg');
}
.no_border {
	border-style: none;
	border-width: 0px;
}

/* begin styles for RSS Feed */

.rss-box {
	width:325px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.rss-title a {
}

.rss-title {
}

.rss-items {
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	color:#ffffff;
}

.rss-item  {
	list-style:bullet;
 	margin-top:10px; 
}

.rss-item a:active {
	color: #ffffff;
	text-decoration:none;
}

.rss-item a:visited {
	color: #ffffff;
	text-decoration:none;
}

.rss-item a:link {
	color: #ffffff;
	text-decoration:none;
}

.rss-item a:hover { 
	color: #CCA94F;
}
	
.rss-date {
}

/* end styles for RSS Feed */
.indent_40 {
	margin-left: 40px;
}
