body  {
	margin:0px;
	padding:0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

table {
	font-family: Tahoma;
	font-size: 11px;
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.silver {
	background-color:#F7F7F7;
	color: #000000;
	padding: 10px 15px 5px;
	text-align: justify;
}

.silverborder {
	background-color:#F7F7F7;
	color: #000000;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: justify;
	background-attachment: fixed;
	background-image: url(../images/gray.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 15px 0px;
}

.white {

	background-color:#FFFFFF;
	color: #000000;
	padding: 10px 15px;
	text-align: justify;
}

.whiteborder {
	background-color:#FFFFFF;
	color: #000000;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: justify;
	background-attachment: fixed;
	background-image: url(../images/orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 15px 0px;
}

.branches {
	font-family:Tahoma;
	font-size: 10px;
	font-style: normal;
	font-stretch:expanded;
	text-align:center;
	text-transform: lowercase;
	letter-spacing: 0.2em;
	margin: -10px;
	padding: 0px;
}

.search {
	font-family:Tahoma;
	font-size: 10px;
	font-style: normal;
	font-stretch:expanded;
	text-transform: lowercase;
	padding-right: 10px;
	padding-bottom: -20px;
	padding-top: 10px;
}

.bulletSQ {
	margin: 0px 13px 13px 0px;
	padding: 0px;
}
.tableborder {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 20px;
}
.splash {
	color: #666666;
	text-align: center;
}
.fade75pc { 

	filter: alpha(opacity=75); 

	-moz-opacity: 0.75; 

} 