/* ************************High level and default styles************************ */
body, td, th,  p, ol, td.p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #000000;
}
body {
	background-color: #FFFFFF;
}
p { 
	margin-bottom: 10px;
	margin-top: 2px;
	line-height: 170%;
}
ul {
	margin-top: 2px;
	list-style-type : none;
	line-height: 135%;
}
li.ul{
	list-style-type : none;
	line-height: 135%;
}
td{
	line-height: 135%;
}
.red{
	color: #AF0B1C;
}
.boldRed{
	color: #AF0B1C;
	font-weight: bold;
}

.retail{
	border-right: solid;
	border-width: 1px;
	border-color: #AF0B1C;
}
.top{
	border-bottom: solid;
	border-width: 1px;
	border-color: #AF0B1C;
}
.upper {
	text-transform: uppercase;
}
hr{
	color: #AF0B1C;
	width: 50%;
}
hr {
border: 0;
color: #AF0B1C;;
background-color: #AF0B1C;;
height: 1px;
width: 100%;
text-align: left;
}
.legallink{
	background-color: #AF0B1C;
	height: 30px;
}
.legalancor{
	color: white;
	padding-left: 20px;
}
.redLink{
	color: #AF0B1C;
	text-decoration: underline;
	font-size: 11px;
}

/* **********************************Default link styles******************** */
A:link {
	color: #AF0B1C;
	text-decoration: underline;
	font-size: 11px;
	 
}
A:hover {
	color: #AF0B1C; 
	text-decoration: underline;
	font-size: 11px;
}
A:hover.legal {
	color: white; 
	text-decoration: underline;
	font-size: 11px;
}
A:visited {
	color: #AF0B1C;
	font-size: 11px;
	text-decoration: none;
}

.legalText {
	font-size: 10px;
	color: #666666;
}


/***********************************accessibility styles***********************************/
.layout {
	speak: none;
}
acronym {
	speak: spell-out;
}