.body-bg a:link  { 
        font-weight: bold; 
        color: blue; 
        font-size: 12; 
        font-family: "Helvetica","Arial", Sans-Serif;
}
.body-bg a:visited { 
        color: blue; 
        font-weight: bold; 
        text-decoration: none; 
        font-size: 12; 
        font-family: "Helvetica","Arial", Sans-Serif;
}
.body-bg a:active  { 
        font-weight: bold; 
        text-decoration: underline; 
        color:blue; font-size: 12; 
        font-family: "Helvetica","Arial", Sans-Serif;
}
.body-bg a.:hover { 
        font-weight: bold; 
        text-decoration: underline; 
        color: blue; 
        font-size: 12; 
        font-family: "Helvetica","Arial", Sans-Serif;
}
a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: white;
        text-align: center;
        text-decoration: underline;
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: white;
        text-align: center;
        text-decoration: underline;
}
a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: white;
        text-align: center;
        text-decoration: underline;
}
a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        text-decoration: underline;
}
a.Edit:link {
        font-family: Verdana;
        font-size: 12px;
        color: #93B794;
        text-decoration: none;
}

a.Edit:visited {
        font-family: Verdana;
        font-size: 12px;
        color: #93B794;
        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: #93B794;
        text-decoration: none;
}
h2 {
        text-align:center;
        font-family: Arial;
        font-weight: bold;
        color: #006600;
}
h3 {
        text-align: left;
        text-decoration: underline;
        font-family: Arial;
        font-weight: bold;
        color: #008E00;
}
.subtitle {
        text-align:left;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: #4BBC4B;
}
.line1 {
	color: #008E00;
}
.line2 {
        color: #4BBC4B;
}
.prime {
	border: thin solid #008E00;
	background-color: #FFFFFF;

}
.body-bg {
	background-color: #FFFFFF;
	padding: 10px 20px 20px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
.main2 {
        background-color: #FFFFFF;
        padding: 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #003300;
}
.sidebar-bg {
	background-color: #FFFFFF;
	background-image: url(./pix/sidebar-bg.gif);
	background-repeat: repeat-y;
}
.sidebar-links {
	background-image: url(./pix/sidebar.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
}
.header-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #039003;
}

