body {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C5C5C;
	font-size: 80%;
	
}

p {
text-align: left; 
color: #5C5C5C; 
font-family: arial; 
font-size: 80%;
}

p.center {
text-align: center; 
color: #5C5C5C; 
font-family: arial; 
font-size: 80%;
}

p.right {
text-align: right; 
color: #5C5C5C; 
font-family: arial; 
font-size: 80%;
}

p.white {
text-align: center; 
color: #FFFFFF; 
font-family: arial; 
font-size: 80%;
}


p.whiteleft {
text-align: left; 
color: #FFFFFF; 
font-family: arial; 
font-size: 80%}


h1 {
font-size: 10pt; 
font-family: times; 
color: #8A1010;
}

h2 {
font-size: 9pt; 
color: #8A1010;
}

h3 {
font-size: 12pt; 
color: #8A1010;
font-family: arial;
}



.leftcolumn {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #669999;
        background-color: #FFFFFF;
}

.body {
        font-family: Arial, Helvetica, sans-serif;
color: #5C5C5C;
}

.subhead1 {
        text-align: center; 
        font-family: Arial, Helvetica, sans-serif;
color: #5C5C5C;
}


.leftcolumn a:link {
        color: #669999;
        text-decoration: none;
}
.leftcolumn a:visited {
        color: #669999;
        text-decoration: none;
}
.leftcolumn a:hover { 
        color: #669999;
        text-decoration: none; 
        background-color: #FFFFFF;
}
.leftcolumn a:active {
        color: #669999;
        text-decoration: none;
}

a:link {color: #003366; text-decoration: none;}

a:visited {color: #8A1010; text-decoration: none;}

a:hover {
        color: #669999;
        text-decoration: underline;
      }

a:active {color: #FFCC00;}

.body a:link {
        color: #669999;
       text-decoration: none;
}
.body a:visited {
        color: #336666;
        text-decoration: none;
}
.body a:hover {
        color: #669999;
        text-decoration: none;
}
.body a:active {
        color: #ffCC00;
        text-decoration: none;
}

.subhead1 a:link {
        color: #CC3333;
       text-decoration: underline;
}
.subhead1 a:visited {
        color: #8A1010;
        text-decoration: underline;
}
.subhead1 a:hover {
        color: #669999;
        text-decoration: none;
}
.subhead1 a:active {
        color: #ffCC00;
        text-decoration: none;
}


/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 250px;
	 background-color: #EAEAEA;
         border: 1px solid #EAEAEA;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#5C5C5C;
}
p.rss-title {padding:0.5em;}
.rss-title {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	background-color:#EAEAEA;
	color:#5c5c5c;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: arial;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: 5c5c5c;
	font-size: 12px;
	font-weight:bold;
	font-family:arial;
	}
	
.rss-item a:visited {
	color:8A1010
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #669999;
	}

