/**************************************************************
STANDARD TAG OVERRIDES
**************************************************************/

a, a:visited, a:hover {

	color: #246197;
}


body {
	margin: 0px;
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #221E1F;
	background-image: url(/images/bg.gif); background-repeat: repeat-x;
}
div {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
form {
	display: inline;
}
h1 {
	font-family: Arial;
	font-size: 22px;
	margin: 0px;
	color: #CDA505;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	color: #CDA505;
}
li {
	padding-bottom: 4px;
}
td {
	font-family: Arial;
	font-size: 12px;
	color: #221E1F;
}


/**************************
GRAYS
**************************/

.bgWhite {
	background: #ffffff;
}
.bgYellow1 {
	background: #DEB305;
}
.bgYellow2 {
	background: #F7F6EB;
}
.bgYellow3 {
	background: #F7EECE;
}
.bgYellow4 {
	background: #D8D3A4;
}



.txtDark, .txtDark:hover, .txtDark:visited {
	color: #221E1F;
}
.txtHighlight, .txtHighlight:hover, .txtHighlight:visited {
	color: #E6680B;
}
.txtMedium {
	font-size: 14px;
}