.text-bg {
	background-image: url(pix/text-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
        text-align: left;
}
.sidebar-bg {
	background-image: url(pix/sidebar-bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom;
	border: 1px solid #FFFFFF;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
    	text-align: left;
	width: 120px;
}
.divider {
	background-image: url(pix/divider.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bottom {
	background-color: #CED2E4;
}
.spacer-bg {
	background-color: #FFFFFF;
}
.prime {
	border: thin solid #FFFFFF;
}
a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #006699;
        text-decoration: none;
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #336666;
        text-decoration: none;
}
a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #3366CC;
        text-decoration: none;
}
a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #3366CC;
        text-decoration: none;
}
a.Edit:link {
        font-family: Verdana;
        font-size: 12px;
        color: #184E67;
        text-decoration: none;
}

a.Edit:visited {
        font-family: Verdana;
        font-size: 12px;
        color: #184E67;
        text-decoration: none;
}
a.Edit:hover {
        font-family: Verdana;
        font-size: 12px;
        color: #FFFFFF;
        text-decoration: none;
}
a.Edit:active {
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold;
        color: #184E67;
        text-decoration: none;
}
h2 {
        text-align:center;
        font-family: Arial;
        font-weight: bold;
        color: #1D5671;
}
h3 {
        text-align: left;
        text-decoration: underline;
        font-family: Arial;
        font-weight: bold;
        color: #297AA0;
}
.line1 {
	color: #184E67;
}
.line2 {
        color: #CED2E4;
}
.formtd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #297aa0;
	padding: 2px;
}
img {
	margin: 10px;
}
.nopad {
	margin: 0px;
}
