/*   http://www.engineering-software.com/style/prodir.css   */


BODY {
	margin-left: 40px;
	margin-top: 10px;
	background-repeat : repeat-y;
	background-image : url(http://www.engineering-software.com/images/bl-royal.jpg);
	font-size : 12px;	
	color: black;
}

BODY, P, DIV, PRE {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	color: black;
}

TH {
	color: navy;
	font-size: 16px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
	background-color: #ffffff;
	BORDER-BOTTOM-WIDTH: 0PX;
	BORDER-TOP-WIDTH: 0PX;
	border-left-width: 0px;
	border-right-width: 0px;
}

TD {
	text-align: left; 
	font-size:12px;
	BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    BACKGROUND-COLOR: #ffffff;
    BORDER-RIGHT-WIDTH: 0px;
}

HR {	
	COLOR: navy;
	HEIGHT: 2PX;
	WIDTH:67%;
}

TABLE {
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px;	
}

B {
	font-weight: bold;
	font-size: larger;
}


a:link {
		font-family: verdana, arial, helvetica;
		text-decoration: none;
		font-style: normal;		

		color: navy;
}

a:visited {
		font-family: verdana, arial, helvetica;
		font-style: normal;
		color: navy;
}
a:hover {
		color: red;
		font-family: verdana, arial, helvetica;
		font-style: normal;
		text-decoration: underline;
}

H1 {
	font-size: 160%;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: Navy;
}

H2 {
	font-size: 120%;
	color: Blue;
}

H3 {
	COLOR: blue;
	font-size: 105%
}

H4 {
	font-size: 100%
	color: navy;
}

H5 {
	font-size: 80%
}