@import url(front.css);
@import url(menuDropdown.css);

html, body {
	font-size : 11px;
	font-family : verdana,geneva,helvetica,arial,sans-serif;
	margin : 0;
	padding: 0;
}

h1 {
	font-size : 18px;
	font-weight : bold;
	font-family : verdana,geneva,helvetica,arial,sans-serif;
	padding-bottom : 5px;
}

h2 {
	font-size : 16px;
	font-weight : bold;
	font-family : verdana,geneva,helvetica,arial,sans-serif;
	margin-bottom : 0px;
}

h3 {
	font-size : 14px;
	font-weight : bold;
	font-family : verdana,geneva,helvetica,arial,sans-serif;
	margin-bottom : 0px;
}

h4 {
	font-size : 11px;
	font-weight : bold;
	font-family : verdana,geneva,helvetica,arial,sans-serif;
	margin: 3px 0;
	padding: 0;
}

p {
	font-size : 11px;
	font-family : verdana,geneva,helvetica,arial,sans-serif;
}

ol.num {
	list-style-type: decimal;
	padding: 0 0 0 24px;
	margin: 0;
}

ol.lowLet {
	list-style-type: lower-alpha;
}

ol.upLet {
	list-style-type: upper-alpha;
}

ol.upRom {
	list-style-type: upper-roman;
}

ol.lowRom {
	list-style-type: lower-roman;
}

em.uLine {
	text-decoration: underline;
	font-style: normal;
}

a:link {
	color : #47648E;
	text-decoration: none;
	border-bottom:1px dotted #47648E;
}

a:visited {
	color : #000;
	text-decoration: none;
	border-bottom:1px dotted #47648E;
}

a:hover {
	color : #69c;
	text-decoration: none;
	border-bottom: 1px solid #47648E;
}

a:active {
	color : #47648E;
	text-decoration: none;
	border-bottom:1px solid #47648E;
}

table {
	border : 0px solid #000000;
	font-size : 11px;
	font-family : verdana,geneva,helvetica,arial,sans-serif;
}

td {
	font-size : 11px;
	font-family : verdana,geneva,helvetica,arial,sans-serif;
}

hr {
	margin  : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px;
}

div.footTable {
	width: 200px;
	margin: 0px 0px 6px 0px;
}


div.footTable div.listLeft {
	text-align: left;
	float: left;
	width: 12px;
	margin: 0px 4px 0px 0px;
	font-weight: bold;
}

div.footTable div.listRight {
	text-align: left;
}

.quote {
	margin-left : 20px;
	margin : 0px 0px 0px 20px;
}