/* CSS Document */

body {
	background-color:#dc2424;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top:0px;
	margin-left: 0px;
	}
h1 {
	font-size:200%;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size:140%;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size:120%;
	font-family: "Times New Roman", Times, serif;}
h4 {
	font-size:110%;
	font-family: "Times New Roman", Times, serif;}
h5 {
	font-size:100%;
	font-weight:bold;
	font-family: "Times New Roman", Times, serif;}

.white {
	background-color:#FFFFFF;
	border: none;}

#navBar {
	display: block;
	border-right: 1px solid #cc0000;
	font-size:10pt;
	}
.sectionLinks {
	}

.sectionLinks a{
	display:block;
	color:#ffffff;
	height: 24px;
	padding-left: 25px;
	background-image:url(images/navon.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #cc0000;
	text-decoration:none;
}

.sectionLinks a:hover{
	color: #000000;
	background-color: #ff0000;
	border-bottom: 1px solid #cc0000;
	background-image:url(images/navon2.gif);
	background-repeat:no-repeat;
}

.homeInsert {
	font-size: 80%;
}
.insideTable {
	font-size:10pt;
	}
.main {
font-size:12pt;}
.iframe {
	position: absolute;
	top:220px;
}