/* MAIN STYLESHEET */


/* Main Structure */
body {
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 1em;
}

p, .normal {
	font-size: 0.8em;
	letter-spacing: 0.08em;
	line-height: 1.5em;
}

.assoc {
	color: #f09630;
	font-size: 0.9em;
	font-weight: bold;
}

.center {
	text-align: center;
}


h1 {
	font-size: 1.1em;
	color: #f09630;
	font-weight: bold;
}

h2 {
	font-size: 1em;
	color: #242F5E;
	font-weight: bold;
}

hr {
	color: #242F5E;
	height: 1px;
	width: 80%;
}

hr.full {
	color: #242F5E;
	height: 1px;
	width: 100%;
}


li {
	color: #a92527;
	font-weight: bold;
	line-height: 2em;
	font-size: 0.9em;
}

li.normal {
	color: #000000;
	font-weight: normal;
}


a {
	color: #a92527;
	font-weight: bold;
	text-decoration: underline;
}
	
a:hover {
	color: #f09630; 
	text-decoration: underline;
}

a.foot {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.foot:hover {
	color: #68727B;
}


.roadshowfoot {
	color: #ffffff;
	font-size: 0.7em;
}

table.bkg {
	border-color: #515A86;
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	background-color: #edc8ae;
	border-collapse: separate;
}	
