/**************************************************************
STANDARD TAG OVERRIDES
**************************************************************/

a, a.visited, a.hover {
	color: #A01E08;
}
body {
	margin: 0px;
	background: #000000 url(/images/background.jpg) repeat-x;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
form {
	display: inline;
}
h1 {
	font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
	color: #A01E08;
}
h2 {
	font-family: Arial;
	font-size: 20px;
	margin: 0px;
	color: #A01E08;
}
h3 {
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	color: #A01E08;
}
li {
	padding-bottom: 4px;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

/***********************************************************
OTHER STYLES
***********************************************************/
.page {
	width: 948px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
	background: url(/images/background-page.png) repeat-y;
	border-bottom: 1px solid black;
}

.header {
	background: #ffffff;
}
.footer {
	padding-top: 20px;
	background: url(/images/background-footer.jpg) repeat-x;
}
.navigation {
	height: 35px;
}
.navigationItem {
	float: left; 
	color: white;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 26px;
	width: 156px; 
	border: 1px solid #999999;
	border-left: 0px;
	padding-top: 7px;
	background: #a6a6a6 url(/images/background-navigation.jpg) repeat-x;
}
.navigationItemWide {
	width: 157px;
}
.key {
	background: #ffffff url(/images/background-keys.jpg) repeat-x;
	padding: 12px;
}
.row {
	background: #DFCCCC;
	color: #000000;
}
.rowAlternate {
	background: #F0E7E7;
	color: #000000;
}


/***********************************************************
BACKGROUNDS
***********************************************************/
.bgRed {
	background: #A01E08;
	color: #ffffff;
}
.bgWhite {
	background: #ffffff;
	color: #333333;
}

/***********************************************************
TEXT
***********************************************************/
.txtFooter, .txtFooter.visited, .txtFooter.hover  {
	color: #666666;
}
.txtTiny {
	font-size: 10px;
}
.txtSmall {
	font-size: 12px;
}
.txtMedium {
	font-size: 14px;
}
.txtLarge {
	font-size: 20px;
}
.txtRed {
	color: #A01E08;
}
.txtWhite {
	color: #ffffff;
}