body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #C6C5C5;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

INPUT{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: Black;
	text-decoration: none;
	margin: 2px 0px px 0px;
	padding: 0px 0px 0px 0px;
	width: 150px;
	border: 1px solid #BD253B;
	background-color: #EEEEEE;
}

TEXTAREA{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: Black;
	text-decoration: none;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 236px;
	height: 120px;
	border: 1px solid #BD253B;
	background-color: #EEEEEE;
}

.tdcontent{
	background-color: White;
	border-left: 1px solid #A3A3A3;
	border-right: 1px solid #A3A3A3;
}

.tdcontent2{
	background-color: White;
	border-right: 1px solid #A3A3A3;
}

.bottomlinks{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-decoration: none;
}

.bottomlinks A{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	text-decoration: none;
}

.bottomlinks A:HOVER{
	text-decoration: underline;
}


H1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #BD253B;
	text-decoration: none;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
	letter-spacing: 0.3em;
}

H2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #BD253B;
	text-decoration: none;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
	letter-spacing: 0em;
}

H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #BD253B;
	text-decoration: none;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
	letter-spacing: 0em;
	text-align: right;
}

.type{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
}

UL{
	margin: 10px 0px 10px 10px;
}

LI{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	text-decoration: none;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
}

.type A{
	color: #BD253B;
	text-decoration: underline;
}

.type A:HOVER{
	color: Black;
	text-decoration: underline;
}

.type2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: Black;
	text-decoration: none;
	margin: 10px 0px 10px 40px;
	padding: 0px 0px 0px 0px;
	line-height: 1.1em;
}


SPAN{
	color: #BD253B;
}

#menu{
	position: relative;
	z-index: 1;
	margin: -137px 0px 9px 365px;
	padding: 0px 0px 0px 0px;
}

#submenu{
	position: relative;
	z-index: 1;
	margin: -354px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

.tablez{
	z-index: 0;
}

.tdsubmenu{
	background-image: url(images/sub-menu-bg.gif);
	background-position: right;
	background-repeat: repeat-y;
}


.type-specs{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
	line-height: 1.1em;
	border-bottom: 1px solid #BD253B;
	width: 236px;
	height: 30px;
}

.errorMessage {
	color: red;
	font-weight: bolder;
}

h2.errorMessage {
	font-size: 0.7em;
	margin-bottom:0.2em;
}
.table-incontent, .truthtable{
	font-size:0.8em;
	margin: 5px 5px 5px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.table-incontent th{
	text-align: left;
}
.truthtable td, .truthtable th{
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	text-align: center;
}
.truthtable td{
	color:white;
}
.h3_sam{
	float:left;
	margin:5px 0 5px 10px;
}