/* CSS Document
orange: #F2673C
blue: #0071BC
black: #000000
grey light: #D6D5D5 or #BFBDBD
grey dark: #4C494A or #5A5758
green: #33572B or #477A3D
*/

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:70%;
	color: #525252;
	background-color:#4C494A /*#D6D5D5*/;
}


form {
	margin:0px;
	padding: 0;
}


.textPad {
padding-left:10px;
padding-right:15px;

}

.navOn {
background-color:#005E9B;
}

.border {
	border: 1px solid #8F8F8F;
}

.borderRight {
	border-right: 1px solid #D6D5D5;
}

.orgTitle1 {
	font-size:110%;
	color: #F2673C;
}

.blueTitle1 {
	font-size:110%;
	color: #0071BC;
}

.greenTitle1 {
	font-size:110%;
	color: #477A3D;
}


.greyTitle1 {
	font-size:110%;
	color: #BFBDBD;
}

.vrtpipe {
	font-size:125%;
	color: #BFBDBD;
	font-weight:normal;
}


.maintble_bdr {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #D6D5D5;
}

.nav {
	font-size:90%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: normal;
}

.redText1 {
	color: #CC0000;
}

.footer {
	font-size:90%;
	color: #999999;
	text-transform: uppercase;
	font-weight: normal;
}

A:link {
	color: #0071BC;
	font-style: normal;
	text-decoration: none;
}

A:visited {
    color: #7E786D; 
	font-style: normal;
	text-decoration: underline;
	}
	
A:active {
	color: #0071BC;
	font-style: normal;
	text-decoration: underline;
}

A:hover {
	color: #0071BC;
	font-style: normal;
	text-decoration: underline;
}
