/*
Orange Colour = #F7931E
Light Grey = #939598
Dark Grey = #6D6F71
Background Grey = #4D4D4D
*/

body {
	color: #4D4D4D;
	margin: 0px;
	padding: 0px;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.backgroundColor {
	background-color: #4D4D4D;
}
.hrule {
	height: 2px;
	background-color: #939598;
}
.menu {
	height: 20px;
 	white-space: nowrap;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	border: 0;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F7931E;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7931E;
	text-decoration: none;
	font-style: normal;

}
.ProjectName {
	font-family: Arial, Helvetica, sans-seriwf;
	font-size: 16px;
	font-weight: bold;
	color: #939598;
	text-decoration: none;

}
.ProjectDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
	text-align: justify;

}
.menuSelected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F7931E;
}
.contactBgrd {
	background-attachment: fixed;
	background-image: url(../images/the-office-02.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.newsName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F7931E;
	text-decoration: none;

}
.newsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939598;
	text-decoration: none;

}
