p {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #330000;
}
.title p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #330000;
}
li {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #330000;
	list-style-type: disc;
}
ul {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #330000;
	list-style-type: disc;
	list-style-image: none;
}

a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #b7471e;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #b7471e;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #936;
	font-weight: bold;
	text-decoration: none;
}
.footer p {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFF;
}
.footer a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.footer a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
.player {
	background-image: url(images/player_bkgrnd.gif);
}
.leftcorner {
	background-image: url(images/sidebar_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.border {
	border: 1px solid #333333;

}

.leftborder {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.rightborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.borderfooter {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.borderbottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.bkgrnd {
	background-color: #006666;
}

.floatimgleft {
float:left;
margin-top:0px;
margin-right:2px;
margin-bottom:2px;
} 
.floatimgrt {
float:right;
margin-top:0px;
margin-right:10px;
margin-bottom:10px;
} 

.selectmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 550px;
}
