body
{
	font-family: Verdana, Helvetica, Arial, sans serif;
	font-size: small;
	text-align: justify;
	background-color: #FFF;
	background-image: url(ltstone.gif);
	padding: 0;
	margin: 0;
	border: 0;
	color: #003;
	background-repeat: repeat;
	background-position: 0pt 0pt;
	background-attachment: scroll;
}
a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #003;
	font-size: smaller;
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #009;
	font-size: smaller;
}

a:hover, a:active
{
	text-decoration: underline;
	color: #9685BA;
}
table
{
	background-color: transparent;
	color: black;
	font-size: small;
	margin: 1pt;
	font-family: verdana,georgia,arial,sans serif;
}

table.c1
{
	background-color: transparent;
	color: black;
	font-size: small;
	margin: 1pt;
	border-color: silver;
	border-width: 1px;
	border-style: solid;
}
table.w1
{
	background-color: transparent;
	color: black;
	font-size: small;
	margin: 1pt;
	border-right: silver;
	border-left: silver;
	border-width: 0 1px 0 1px;
	border-style: none solid none solid;
}


th.c1
{
	border-color: silver;
	border-width: 1px;
	padding: 5px;
	background-image: url(graystone.gif);
	color: black;
	font-size: small;
	font-family: arial,helvetica,sans serif;
	text-align: center;
	text-transform: inherit;
}
td.w1
{
	padding: 5px;
	background-image: url(../images/clouds300x60.jpg);
	color: #369;
	font-size: small;
	font-family: arial,helvetica,sans serif;
	text-align: center;
	text-transform: uppercase;
}







/* begin styles for calendar script */
.main {
width:130px;
border:1px solid silver;
}

.month {
background-color:#333;
font:bold 10px verdana;
color:white;
}

.daysofweek {
background-color:#996;
font:bold 9px verdana;
color:white;
}

.days
{
	font-size: 8px;
	font-family: verdana;
	color: black;
	background-color: #FFC;
	padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

 

/* begin styles for RSS Feed */
.rss_box
{
	margin: 1pt;
	width: auto;
	background-color: white;
	background-image: url(ltstone.gif);
	background-repeat: repeat;
	border-color: silver;
	border-width: 1px;
	border-style: solid;
}

.rss_items
{
	margin-top: 0px;
	padding: 0.5em;
	margin-left: 0px;
	color: #000000;
}

p.rss_title { padding: 0.5em; }

.rss_title
{
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 95%;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0em;
	text-align: center;
	background-image: url(graystone.gif);
}

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

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

.rss_item a:visited { color: purple; }

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

