@charset "utf-8";
/* CSS Document */

#contLeft {
	display:none;
}

#contLeft div {
	display:none;
}

#search {
	display:none;
}

#navbar div {
	display:none;
}

#main {
	margin-top:10px;
}

.box {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
	border-left-color: #D8D8D8;
	margin-top: 5px;
	background-image: url(../Images/boxTop.jpg);
	background-repeat: repeat-x;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 4px;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #555555;
	display: block;


}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	display: inline-block;
	font-weight: bold;
}

.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	display: block;
	font-weight: bold;
}
.h5 {
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #b6000f;
    FONT-STYLE: normal;
	font-weight: bold;
    FONT-FAMILY: Arial, Helvetica
}


.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #4b4b4b;
	padding: 2px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	margin: 2px;
}

.img {
	float: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 8px;
	padding-left: 8px;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: none;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #F4F4F4;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.oddrow {
    	background-color: white;
   	font-size: 9pt;
}
.evenrow {
    	background-color: lightgrey;
	font-size: 9pt;
}
