/* CSS Document */

body {
 	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 13px;
	margin-top: 0px;
	}
	
.list {
	padding-left: 32px;
	padding-right: 10px;
	}

.topGr {
	background-color: #a4b683;
	height: 10px;
	}
	
.bottomGr {
	background-color: #a4b683;
	}
	
.topincBg {
	background-color: #d6e2c4;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	}
	
.botincBg {
	background-color: #d6e2c4;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	}	

.nothing {
	padding:none;
	width: 100px;
	}

.medLet {
	font-family: "Times New Roman";
	font-size: 24px;
	font-style: strong;
	padding-right: 0px;
	}

.mainBg {
	background-color: #d6e2c4;
	}

.midGreyBg {
	background-color: #e5e5e5;
	border-left: 1px solid #a4b683;
	border-right: 1px solid #a4b683;
	}
	
.topGreyBg {
	background-color: #e5e5e5;
	border-left: 1px solid #a4b683;
	border-right: 1px solid #a4b683;
	border-top: 1px solid #a4b683;
	}
	
.bottomGreyBg {
	background-color: #e5e5e5;
	border-left: 1px solid #a4b683;
	border-right: 1px solid #a4b683;
	border-bottom: 1px solid #a4b683;
	}
	
.mainText:link, .mainText:visited {
	text-decoration: none;
	color: #616B54;
	}

.mainText:hover, .mainText:visited:hover {
	text-decoration: underline;
	color: #616B54;
	}
	
.adText:link, .adText:visited {
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	}

.adText:hover, .adText:visited:hover {
	text-decoration: underline;
	color: #616b54;
	}

.adGrey {
	background-color: #E5E5E5;
	}
	
.tblGr {
	border: solid 2px #a4b683;
	background-color: #bccca6;
	padding: 4px;
	color: #616B54;
	}
	
.btmText {
 	font-family: Verdana, "Trebuchet MS", Arial;
	font-size: 9px;
	color:#666666;
	}
	
.repTitle {
	font-size: 9px;
	font-weight:bold;
	}