.Text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
.black {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;	
}
.smallblack {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;	
}
.blackBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.NavText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}
a.NavText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
    text-decoration: none;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
    text-decoration: underline;
}
.BoxHeaders {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #de8a32;
	font-weight: bold;
}
p {
	text-align: justify;
	}
	
body {
	background-image: url(imgs/newogubg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	overflow:auto;
}

img {
	padding:5px;
	}
