
/* Combined with Body tag in master layout.css */
/* BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	color : #000000; 
}
*/

P {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color : #000000;
}

TD {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color : #000000;
}

li {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color : #000000;
}

A:link {
	color: #0D1F8F;
	text-decoration: underline;
}

A:hover {
	color: #0D1F8F;
	text-decoration: underline;
}

A:visited {
	color: #0D1F8F;
	text-decoration: underline;
}

A:active {
	color: #0D1F8F;
	text-decoration: underline;
}

.h1_maroon {
	font-size : 1.3em;
	font-style : normal;
	color : #580000;
	font-weight: bold;
}

.h2_maroon {
	font-size : 1.2em;
	font-style : normal;
	color : #580000;
	font-weight: bold;
}

.h3_maroon {
	font-size : 1.1em;
	font-style : normal;
	color : #580000;
	font-weight: bold;
}

.h1_taupe {
	font-size : 1.3em;
	font-style : normal;
	color : #7E7E47;
	font-weight: bold;
}

.h2_taupe {
	font-size : 1.2em;
	font-style : normal;
	color : #7E7E47;
	font-weight: bold;
}

.h3_taupe {
	font-size : 1.1em;
	font-style : normal;
	color : #7E7E47;
	font-weight: bold;
}

/*
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color : #000000;	
}
*/

LI {
	font-family: Arial, Helvetica, sans-serif;
}

/*.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color : #000000;
	
}
*/

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	color : #000000;
	
}

.menu 
{
	font-family : arial, helvetica, sans-serif;
	font-size: .85em;
	font-style: normal;
	font-weight: bold;
	background-color : #FFFFFF;
	border-collapse: collapse;
}

.menulines
{
	font-family : arial, helvetica, sans-serif;
	background-color: #EEEDE1;
	border-style: solid;
	border-color: #CACAC1;
	border-width: 1px;
	margin: 0px 0px 0px 0px;
	padding-top: .2em;
	padding-bottom: .2em;
	padding-left:.25em;
}

.menulines a
{
	font-size: 1em;
	font-weight: bold;
	color: #580000;
	text-decoration: none;
}

.menulines a:hover
{
	color: #580000;
	text-decoration: none;
}

.menulines a:visited
{
	color: #580000;
	text-decoration: none;
}
