html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
}

#footer {
	bottom: 1px;
	height: 25px;
	width: 100%;
}

A:not(.exclude-common), A:visited:not(.exclude-common) {
	FONT-SIZE: 12px;
	COLOR: #7f7f7f;
	TEXT-DECORATION: none;
	font-weight: normal;
}

A:hover:not(.exclude-common) {
	FONT-SIZE: 12px;
	COLOR: #FF7F27;
	TEXT-DECORATION: none;
	font-weight: normal;
}

A:active:not(.exclude-common) {
	FONT-SIZE: 12px;
	COLOR: #00A2E8;
	TEXT-DECORATION: none;
	font-weight: normal;
}

.text {
	FONT-SIZE: 12px;
	COLOR: #7f7f7f;
	font-weight: normal;
}

.boldtext {
	FONT-SIZE: 12px;
	COLOR: #7f7f7f;
	font-weight: bold;
}

.titlewhite {
	FONT-SIZE: 15px;
	COLOR: #ffffff;
	font-weight: bold;
}

.titleblue {
	FONT-SIZE: 15px;
	COLOR: #00A2E8;
	font-weight: bold;
}

.bluetext {
	FONT-SIZE: 12px;
	COLOR: #00A2E8;
	font-weight: bold;
}

.titleblack {
	FONT-SIZE: 15px;
	COLOR: #000000;
	font-weight: bold;
}

.textblack {
	FONT-SIZE: 11px;
	COLOR: #000000;
	font-weight: bold;
}

/*.footer {*/
/*	FONT-SIZE: 10px;*/
/*	COLOR: #ffffff;*/
/*	font-weight: normal;*/
/*}*/

table.gray {
	border-color: #C3C3C3;
	border-width: 3px;
	border-style: solid;
}
input[type='text']
{
	FONT-SIZE: 12px;
	COLOR: #7f7f7f;
	font-weight: normal;
}
DIV.menuNormal {
	POSITION: static; DISPLAY: none
}
DIV.menuHover {
	BORDER-BOTTOM: #7f7f7f 1px solid;
	BORDER-LEFT: #7f7f7f 1px solid;
	BACKGROUND-COLOR: white;
	BORDER-TOP: #7f7f7f 1px solid;
	BORDER-RIGHT: #7f7f7f 1px solid;
	POSITION: absolute;
}


UL LI.affiliateList{
	list-style-type: none;
	padding: 0px 0px 0px 25px;
}


UL LI.default{
	FONT-SIZE: 12px;
	COLOR: #7f7f7f;
	font-weight: normal;
	list-style-type: none;
	padding: 9px 0px 0px 25px;
	background: url('../images/orange_arrow.png') no-repeat 0 7px;

}

UL LI.attm{

	list-style-type: none;
	padding: 1px 0px 0px 25px;
	background: url('../images/orange_arrow.png') no-repeat 0 2px;
}

/** Bootstrap Overrides **/

