a:active     { color: #008080 }
a:link       { color: #333333 }
a:visited    { color: #333333 }
a            {text-decoration:none}

a:hover 	 {color: #0099FF; text-decoration: underline; font-family: Arial}

body         { font-family: Arial; font-size: 10pt; color: #336699; word-spacing: 0; 
               text-indent: 0; line-height: 120%; margin: 0; }
button       { font-family: Arial; font-size: 10pt; color: #2358C0 }
h1           { font-family: Arial; font-size: 36pt; color: #333333; font-weight:bold; ;word-spacing: 0; 
               text-indent: 0; line-height: 120%; margin-top: 0; margin-bottom: 0}
h2           { font-family: Arial; font-size: 24pt; color: #333333; font-weight: bold ;word-spacing: 0; 
               text-indent: 0; line-height: 120%; margin-top: 0; margin-bottom: 0}
h3           { font-family: Arial; font-size: 110pt; color: #333333; font-weight: bold ;word-spacing: 0; 
               text-indent: 0; line-height: 120%; margin-top: 0; margin-bottom: 0}
h4           { font-family: Arial; font-size: 14pt; color: #333333; font-weight: bold ;word-spacing: 0; 
               text-indent: 0; line-height: 120%; margin-top: 0; margin-bottom: 0; }
h5           { font-family: Arial; font-size: 10pt; color: #333333; word-spacing: 0; 
               text-indent: 0; line-height: 120%; margin-top: 0; margin-bottom: 0; font-weight: 400}
h6           { font-family: Arial; font-size:  10pt; color: #333333; word-spacing: 0; 
               text-indent: 0; line-height: 120%; margin-top: 0; margin-bottom: 0; font-weight: 400 }
hr           { font-family: Arial }
input        { font-family: Arial; font-size: 10pt; color: #333333}
p            { font-family: Arial; margin: 0 ; line-height: 120%; }
table        { border: 1px none #333333; margin-left:5; margin-right:5; margin-top:5; font-size: 10 pt; font-family:Arial; }
td           { border: 1px none; font-family:Arial; }
textarea     { font-family: Arial; font-size: 10pt ; color: #2358C0 }
option       { color: #333333; word-spacing: 0; text-indent: 0; line-height: 120%; margin-top: 0; margin-bottom: 0 }
/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss_box {
	 width: 384px;
	 background-color: #ffffff;
}

.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss_items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss_item  {
  font-size: 10pt;
  margin-bottom: 1em;;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {

	}

.rss_item a:hover { 

	}
	
.rss_date {
	font-size: 10pt;
	}
