/* CSS Document */

* { margin:0;
	padding:0;
}

img {
	border: none;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

table, tr, td {
	vertical-align: bottom;
}


p{
	margin-bottom: 0.6em;
}


a, a:visited { text-decoration:none; color:#000;}

td a, td a:visited{
	font-weight: bold;
	color:#666666;
	text-decoration:none;
	font-size: 85%;
}

#wrapper {
	margin: 50px 0 0 100px;
}

#main {
	width:766px;
	position:relative;
}

#label {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	width: 176px;
}

#navTop {
	font-size: 18px;
	width: 766px;
}

#header {
	height: 95px;
	width: 766px;

}

#menu {
	color: #000000;
	font-size: medium;
	padding-top: 2px;
	font-weight: bold;
	width: 590px;
}
#menu ul li{
	display:block;
	list-style-type:none;
	float: left;
	margin-left: 0.6em;
}

#menu ul li a, #menu ul li a:visited{
	font-weight: normal;
	color:#666666;
	text-decoration:none;
}


#menu ul li a:hover{
	color:#000;
	text-decoration:none;
}

#menu ul li a.active {
	color: #000000;
	font-weight: bold;

}

#menu ul li a.active:visited {
	color: #000000;
	font-weight: bold;

}



/* Classes */


.dot {
	padding-right: 0.6em;
	color: #999999;
}

.floatL {
	float: left;

}

.floatR {
	float: right;

}

.clearfloat {
	clear: both;

}.tmb {
	float: left;
	height: 142px;
	width: 184px;
	overflow: hidden;
	margin-left: 10px;
}

.lead {
	font-size: medium;
	font-weight: bold;
	line-height: 22px;
	padding-bottom: 2em;
}

.lightWeight_smaller {
	font-size: 80%;
	font-weight: normal;
	line-height: 120%;
}

.lightWeight {
        font-size: 85%;
        font-weight: normal;
        line-height: 18px;
}

.boldWeight {
        font-weight: bold;
}

.blackWeight {
	font-weight: bold;
	color: #262626;
}
#textbody {
	height: 330px;
	margin-top: 30px;
	position: relative;
	color: #191919;
}
#textTable {
	position: absolute;
	bottom: 0px;
}
