body {
	background-color: #666699;    /* color | transparent */
/* 	background-image: url("./images/misc/background.jpg");    /* uri | none */
/* 	background-attachment: fixed;    /* scroll | fixed */
/*  background-repeat: repeat;    /* repeat | repeat-x | repeat-y | no-repeat */
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #CC6666;
}

p, a, li {
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}

a:link { text-decoration: underline; }
a:active { text-decoration: underline; }
a:visited { text-decoration: underline; }
/* a:hover { background: #FFFF99; text-decoration: underline; } */

ul li {
	list-style-type: square;
	font-size: .9em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #CC6666;
}

table.layout {
	width: 800px;
	background: white;
	margin-top: 0px;
	margin-left: 0px;	
}

tr.navbar {
	background: white;
}

tr.header {
	background: black;
}

tr.main {
	background: white;
}

td.sidebar {
	background: #CCCCCC;
}

tr.footer {
	background: #000000;
	color: #white;
}

.strikeout { text-decoration: line-through; }
.bold { font-weight: bold; }
.box { border: 2 dashed #CC6666; }
.alert { color: red; font-weight: bold; }
.image { border: 1 solid #FFFFFF; }

/* begin styles for RSS Feed */

.rss_box {
	 margin: 0px;
	 width: 100%;
	 background-color: #666699;
	 border: 1px solid #cc6666;
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss_title {padding:0.5em;}
.rss_title {
	text-decoration: none;
	font-family: verdana, sans-serif;
	font-size: 85%;
	background-color:#cc6666;
	color:#ffffff;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 0.75em;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
  color:#ffffff;
}

.rss_item a {
	text-decoration : underline;
	color:#ffffff;
	font-size: 105%;
	font-weight:bold;
	font-family:arial, sans-serif;
	}
	
.rss_item a:visited {
	color:#ffffff;
}

.rss_date {
	font-size: 85%;
	font-weight : normal;
	color: #ffffff;
	}