.pagebg {
	background-color: #ffffff;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.top {
	background-color: #333537;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.top2 {
	background-color: #F3F4F7;
	background-image: url(images/top2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.menu1 {
	background-image: url(images/menubg1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
h1 {
	font-family: Arial;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	margin-top: 0; margin-bottom: 4;
	
}
h2 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin-top: 0; margin-bottom: 4;
	
}
.arial10 {
	font-family: Arial;
	font-size: 10px;
}
.arial10bold {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
.arial11 {
	font-family: Arial;
	font-size: 11px;
}
.arail11bold {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.arial12bold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.arial14bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
A:link { text-decoration: none; color: #757575; }
A:visited {text-decoration: none; color: #757575; }
A:hover {text-decoration: none; color: #B6B5B5; }
A:active {text-decoration: none; color: #757575; }

A.s1:link { text-decoration: underline; color: #ffffff; }
A.s1:visited {text-decoration: underline; color: #ffffff; }
A.s1:hover {text-decoration: underline; color: #757575; }
A.s1:active {text-decoration: underline; color: #ffffff; }
.tabbg {
	background-image: url(images/pagebg.gif);
	background-position: left;
}
.shadleft {
	background-image: url(images/shdleft3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.shadright {
	background-image: url(images/shdright3.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.blackbg {
	background-color: 323232;
	background-image: url(images/blackbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.arial22 {
	font-family: Arial;
	font-size: 22px;
}
.arial18 {
	font-family: Arial;
	font-size: 18px;
}
.arial28 {
	font-family: Arial;
	font-size: 28px;

}.aconbg {
	background-color: 323232;
	background-image: url(images/acon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
}
.pledgebg {
	background-color: 323232;
	background-image: url(images/pledge.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}

div.scroll {	height: 272px;	width: 100%;	overflow: auto;	border: 0px solid #f5f5f5;	background-color: #ffffff;	padding: 8px;}
