@charset "utf-8";
/* CSS Document */

p  {
	font-size:.75em;
}
.unorderedlistclass {
	font-size:.75em;
}
.header {
	font-size:1.064em;
	text-decoration:none;
	font-weight:bold;
}
.rightheader {
	color:#000;
	font-weight:bold;
	text-decoration: none;
	font-size:1.000em;
}
.rightheadernounderline {
	color:#000;
	font-weight:bold;
	font-size:1.000em;
}
.regularfont {
	font-size:.75em;
	table-layout:fixed
}

/*Links*/
a:link {
	color:#FFF;
}
a:hover {
	color:#cba5d7;
}
a:visited {
	color:#FFF;
}
.headerNav a:link {
	font-size:.8em;
	color:#FFF;
	text-decoration:none;
}
#content a:link {
	color:#C0143C;
}
#content a:visited {
	color:#C0143C;
}
.breadcrumb {
	font-size:.65em;
}
.breadcrumb a:link {
	color:#000;
}
.questions {
	font-weight:bold;
	font-size:1.25em;
}
#content .right a:link {
	color:#000;
}
#urltitle a:link, #urltitle a:visited {
	text-decoration:none;
	color:#FFF;
}
.newswindow a:link, .newswindow a:visited {
	text-decoration:none;
}