@charset "UTF-8";
/* CSS Document */

img	{border:none;}

.bg-image {
	background-color: #c29b3a;
	background-image: url(images/background-image.jpg);
	background-repeat: repeat-x;
}
.txt-body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
}
.txt-title {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
	color: #073e83;
	font-size: 22px;
}
.txt-title-bold {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #073e83;
	font-size: 22px;
}
.txt-title-mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.txt-common-noPadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #4e4e4e;
	}

 GLOBAL LINKS 

a {
	color: #073e83;
	text-decoration: underline;
}
a:link {
	color: #073e83;
	text-decoration: underline;

}
a:hover {
	color: #073e83;
	text-decoration: none;
}
a:visited {
	color: #073e83;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8696c6;
}

 MAIN NAVAGATION Link Styles 

.nav {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.nav:link {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.nav:visited {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
.nav:hover {
	color: #8894c2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

 SUB NAVAGATION Link Styles 

.sub-nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #073e83;
	text-decoration: none;
	line-height: 26px;
}
.sub-nav:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #073e83;
	text-decoration: none;
	line-height: 26px;
}
.sub-nav:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #073e83;
	text-decoration: none;
	line-height: 26px;
}
.sub-nav:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5b7eaa;
	text-decoration: none;
	line-height: 26px;
}

 Footer Link Styles 

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8696c6;
	text-decoration: none;
}
.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8696c6;
	text-decoration: none;
}
.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8696c6;
	text-decoration: none;
}
.footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.txt-projech {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	margin-left:38px;
	margin-top:15px;
	margin-bottom:15px;
}
