body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-image:  url(../graphics/background.jpg);
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

ul {
	color: #000000;
	font-size:9pt;

}

li {
	color: #000000;
	font-size:9pt;

}

.homepagelinks {
	padding-top: 10px;
	padding-left: 20px;
	line-height: 1.4;
}


a.homepage {
	color: #f8f8f8;
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;

}

a.homepage:hover {
	width: 238px;
	color: #ffffff;
	background-color: #cc0000;
	text-decoration: none;

}

.contenttext {
	color: #000000;
	font-size:9pt;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;

}


.messagebdtext {
	color: #000000;
	font-size:9pt;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;

}
.hsmvlinks {
	color: #C8C1B8;
	line-height: 1.5;
}


a.hsmv {
	color: #C8C1B8;
	font-size:8pt;

}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.reply {
		border-top: dashed #cccccc 1px;
		border-bottom: dashed #cccccc 1px;
		border-left: dashed #cccccc 1px;
		border-right: dashed #cccccc 1px;
		padding: 5px;
}

.borderdashed {
		border-top: dashed #cccccc 1px;
		border-bottom: dashed #cccccc 1px;
		border-left: dashed #cccccc 1px;
		border-right: dashed #cccccc 1px;
}
