/*
WEBSITE GLOBAL 
*/

body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#050873;
	scrollbar-3dlight-color:#050873;
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#050873;
	scrollbar-track-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
}

.nav {
	background-image: url(../images/Nav/Nav_Company_new.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bg_leftimage {
	height: 208px;
	width:300px;
	background: url(../images/Common/Main_Image_Top.jpg) bottom left no-repeat;	
}

.bg_footer {
	background-image: url(../images/Main_Footer/MainFooter_three.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

.bg_footer_projects {
	background-image: url(../images/Project_Footer/Footer_one.jpg);
	background-repeat: no-repeat;
	background-position:right;
}

/*
WEBSITE TEXT 
*/
.text_header {
	font-family: Tahoma;
	font-size: 12px;
	color: #002A64;
	font-weight: bold;
}

.text_bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

a.text {
	color: #FF8A00;
	text-decoration: none;
}

a.text:hover {
	color: #FF8A00;
	text-decoration: underline;
}

.text_nav {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

a.text_nav {
	text-decoration: none;
}

a.text_nav:hover {
	color: #002A64;

}

.text_subnav {
	font-family: Tahoma;
	font-size: 10px;
	color: #79A1D5;
	font-weight: bold;
}

a.text_subnav {
	text-decoration: none;
}

a.text_subnav:hover {
	color: #002A64;

}