a:link {
	color: #FF9900;
	font-weight: normal;
}
a:visited {
	color: #FF9933;
	font-weight: normal;
}
a:hover {
	color: #FFFFCC;
	font-weight: normal;
}
a:active {
	color: #FFCC33;
	font-weight: normal;
}
.date {
	font-weight: bold;
	color: #FF3300;
}

a.gemini:link {
	color: #660000;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: underline;
}
a.gemini:visited {
	color: #990000;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: underline;
}
a.gemini:hover {
	color: #FF6600;
	font-weight: bolder;
	font-size: 14px;
	text-decoration: underline;
}
a.gemini:active {
	color: #FFCC33;
	font-weight: bolder;
}
a.black:link {
	color: #black;
}
a.black:visited {
	color: #black;
}
a.black:hover {
	color: #black;
}
a.black:active {
	color: #black;
}


body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	margin: 0px;
}
.main-table {
	width: 775px;
	margin-left:auto;
	margin-right:auto;
	border: medium double #FF6600;
	padding: 5px;
	background-image: url(images/rust.jpg);
}
.left-border {
}


hr {
	color: #CC3300;
}
.td {
	padding: 10px;
}
.img-space {
	border: 2px solid #FF9900;
	margin: 20px;
	alignment: absolute-middle;
}
.td-main {
	background-color: #333333;
	padding: 10px;
	border-top: 1px dotted #FF3300;
	border-left: 1px dotted #FF3300;
	border-bottom: 1px dotted #FF3300;
}
.dash-border {
	padding: 10px;
	border: 1px dashed #FF3300;
	text-align: center;
	background-color: #333333;
}
.heading {
	font-size: 16px;
	text-transform: none;
	color: #000000;
	background-color: #FF9900;
	text-align: center;
	font-weight: bold;
}
.td-heading {
	font-size: 15px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	background-color: #FF9900;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	border: 1px dotted #FF3300;
}
.top-left-border {
	border-top: 1px dotted #FF3300;
	border-left: 1px dotted #FF3300;
}
.left-border {
	border-left: medium double #FF6600;
}
.10-padding {
	padding: 10px;
}
.black-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


.left-bottom-border {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #FF3300;
	border-left-color: #FF3300;
}
.bottom-right-left-border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF3300;

}
.top-right-left-border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #FF3300;
	border-right-color: #FF3300;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF3300;

}
.table {
	border: 1px dotted #FF3300;
}
.border {
	border: 1px dotted #FF3300;
}
.table-padding {
	padding: 5px;
}
hr
{
	color: #FF3300;
	width: 95%;
}
.events-table {
	background-color: #333333;
}
