.flashleft {
	background-image: url(images/flashleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.flashright {
	background-image: url(images/flashright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pagebg {
    background-color: #202020;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.graytr{
	background-image: url(images/graytr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.graybg {
	background-color: 5D686E;
	background-image: url(images/graytop.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.sep {
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.arial10 {
	font-family: Arial;
	font-size: 10px;
}
.verdana10 {
	font-family: Verdana;
	font-size: 10px;
}
.verdana11 {
	font-family: Verdana;
	font-size: 11px;
}
.arial10bold {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
.arial11 {
	font-family: Arial;
	font-size: 11px;
}
.arial12 {
	font-family: Arial;
	font-size: 12px;
}
.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: none; color: #ffffff; }
A.s1:visited {text-decoration: none; color: #ffffff; }
A.s1:hover {text-decoration: none; color: #757575; }
A.s1:active {text-decoration: none; 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;
}
.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 */
}