
/* 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, td, li, table {
	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-family : arial, helvetica, verdana, sans-serif;
	font-size : 1.3em;
	font-style : normal;
	color : #580000;
	font-weight: bold;
}

.h2_maroon {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 1.2em;
	font-style : normal;
	color : #580000;
	font-weight: bold;
}

.h3_maroon {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 1.1em;
	font-style : normal;
	color : #580000;
	font-weight: bold;
}

.h1_taupe {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 1.3em;
	font-style : normal;
	color : #7E7E47;
	font-weight: bold;
}

.h2_taupe {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 1.2em;
	font-style : normal;
	color : #7E7E47;
	font-weight: bold;
}

.h3_taupe {
	font-family : arial, helvetica, verdana, sans-serif;
	font-size : 1.1em;
	font-style : normal;
	color : #7E7E47;
	font-weight: bold;
}

.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	color : #000000;
}
