BODY {
	background-image: url(img/paper.jpg) ;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

table, sup, li, .one {
	font-family: inherit;
	font-size: 11pt;

}

.two {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	text-indent: 2em;
	text-align: justify;
}

.DevTitle {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin: 8pt 0 4pt;
	padding: 0;
}

.DevSubtitle {
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	margin: 0 0 8pt;
	padding: 0;
}

H2 {
	font-family: inherit;
	font-size: 14pt;
	font-weight: 600;
}
H3 {
	font-family: inherit;
	font-size: 13pt;
	font-weight: 600;
	font-style: italic;
}
H4 {
	font-family: inherit;
	font-size: 12pt;
	font-weight: 600;
}
H6 {
	font-family: inherit;
	font-size: 11pt;
	font-weight: 700;
	font-style: italic;
}

.navMenu td {
	font-size: 11px;
	font-weight: bolder;
}
.navMenuLink:link {
	color: black;
	text-decoration:none;
}
.navMenuLink:active {
	color: red;
}
.navMenuLink:visited {
	color: #606060;
	text-decoration:none;
}
.navMenuLink:focus {
	color: yellow;
	text-decoration:none;
}
.navMenuLink:hover {
	color: yellow;
	text-decoration:none;
}
