body {
	background-image: url(general_images/background.gif);
	margin-left: 84px;
	margin-top: 50px;
	margin-right: 80px;
	margin-bottom: 50px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414142;
	font-weight: normal;

}

.mainNav a:hover {
	color: #F79621;
	text-decoration: none;

}
.mainNav a:active {
	color: #F79621;
	text-decoration: none;

}
.mainNav a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	color: #414142;
	height: 20px;
	padding-top: 4px;
	width: 195px;
	background-image: url(general_images/inactive_link_bg.gif);
	padding-left: 10px;
	margin: 0px 0px 3px;
}
.mainNavSub a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	padding-top: 4px;
	width: 195px;
	background: #828283;
	padding-left: 10px;
	margin: 0px 0px 3px;
}
.mainNavSub a:hover {
	background: #414142;
	text-decoration: none;
}
.mainNavSub a:active {
	background: #414142;
	text-decoration: none;
}
.project {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	padding: 0px;


}
.h2 {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.h1 {
	font-size: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.views {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
}
.views a {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	height: 20px;
	width: 20px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.views a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	background-image: url(general_images/views_hover.gif);
	height: 20px;
	width: 20px;


}
.views a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
	background-image: url(general_images/views_hover.gif);
	height: 20px;
	width: 20px;
}
.h3 {
	font-size: 18px;
	font-weight: normal;
	color: #DFDFDF;
}
.h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;


}
.h5 {
	font-size: 24px;
	font-weight: bold;
	color: #ADB1B5;
	text-transform: uppercase;

}
.h6 {
	font-size: 24px;
	font-weight: bold;
	color: #828283;
	text-transform: uppercase;

}
.h7 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;

}
td a {
	color: #FFFFFF;
	text-decoration: underline;
}
.h8 {
	font-size: 18px;
	font-weight: normal;
	color: #414142;
	text-transform: uppercase;
}

/* This is the transparent box */
#prodText {
	width: 200px;
	margin: 0 40px;
	background-color: #ffffff;
	border: 1px solid black;
	filter:alpha(opacity=75);
	opacity: 0.5;
	-moz-opacity:0.5;
	position: absolute;
	top: 60px;
	right: 100px;
	overflow: auto;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#prodText div {
	padding: 20px;
	font-weight: normal;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	color: black;
	}li {
	list-style-type: square;
	list-style-position: outside;

}
a:visited {
	text-decoration: underline;
	color: #414142;

}
a:link {
	text-decoration: underline;
	color: #414142;
	font-weight: bold;

}
