.topleft {
	background-image: url(images/topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.topright {
	background-image: url(images/topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.pagebg {
	background-color: #ffffff;
	background-image: url(images/bg2.gif);
	background-repeat: repeat;
	background-position: center top;
}
.mainbg {
	background-color: #E09C25;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.sep {
	background-image: url(images/separator.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tablebg {
	background-image: url(images/table1.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.tablebg2 {
	background-image: url(images/table2.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.arial10 {
	font-family: Arial;
	font-size: 10px;
}
.verdana10 {
	font-family: Verdana;
	font-size: 10px;
}
.verdana11 {
	font-family: Verdana;
	font-size: 11px;
}
.arial8 {
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
.arial8white {
	font-family: Arial;
	font-size: 8pt;
	color: white;
	text-decoration: none;
}
.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: #ffffff; }
A:visited {text-decoration: none; color: #ffffff; }
A:hover {text-decoration: none; color: #000000; }


A.s1:link { text-decoration: none; color: #434141; }
A.s1:visited {text-decoration: none; color: #434141; }
A.s1:hover {text-decoration: none; color: #B79748; }
A.s1:active {text-decoration: none; color: #434141; }
.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 */
}