/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #871A20;
	margin: 0px;
	background-image:url(../images/background-red.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	
}

TABLE, INPUT, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 20px;
	border-collapse:collapse;
	border-spacing: 0;
}

UL {
	margin: 0px 15px;
	list-style-image: url(../images/bullet.gif);
}

P {
	margin: 0px 0px;
}

TEXTAREA {
	line-height: 12px;
	height: 84px;	
}
  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #961927;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #961927;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #961927;
	text-decoration: none;
	font-weight: normal;

}




a.qmg:link {
	text-decoration: underline;
	font-weight: normal;
	color: #E8E38F;
}

a.qmg:visited {
	text-decoration: underline;	
	font-weight: normal;
	color: #E8E38F;
}

a.qmg:hover {
	text-decoration: none;
	font-weight: normal;
	color: #E8E38F;
}





a.footer:link {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}

a.footer:visited {
	text-decoration: underline;	
	font-weight: normal;
	color: #333333;
}

a.footer:hover {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}



a.locations:link {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}

a.locations:visited {
	text-decoration: none;	
	font-weight: normal;
	color: #333333;
}

a.locations:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}





/***************************************************
customized sitewide link tags
****************************************************/

.copyright {
	font-size: 10px;
	color: #333333;
}

.qmg {
	font-size: 10px;
	color: #E8E38F;
}


.subHead {
	font-size: 12px;
	font-weight: bold;
	color: #961927;
}

.subHead2 {
	font-size: 14px;
	font-weight: bold;
	color: #42429B;
}





.middleBG {
	background-image:url(../images/background-middle.gif);
	background-repeat: no-repeat;
}

