/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3C3C3C;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



a.lkSubmenu:link {
	color: #302D30;
	text-decoration: none;
	font-weight: bold;
}
a.lkSubmenu:visited {
	color: #302D30;
	text-decoration: none;
	font-weight: bold;
}
a.lkSubmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.lkSubmenu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}



a.lkSubmenuLocked:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.lkSubmenuLocked:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.lkSubmenuLocked:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.lkSubmenuLocked:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txt10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.txt10pxWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}



/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgMenu {
	background-image: url(../images/menu/menu-expand.gif);
	background-repeat: repeat-x;
}

.bgContent {
	background-image: url(../images/bg-content.gif);
	background-repeat: repeat-y;
}

.bgTechDrawing {
	background-image: url(../images/bg-tech-drawing.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.formFields {
	border: 1px solid #424042;
	padding: 2px;
	width: 300px;
}

