body {
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #008000;
	text-align: center;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
}

.justified {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
}

.rssBox {
	padding: 3px;
	background-color: CCCCCC;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
	font-size: 14px;
	color: #008000;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
	color: 333333;
	font-size: 10px;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
	font-size: 12px;
	text-align: justify;
}

.td-border-bottom{
	height: 10px;
	background: url("../images/fade_border/bottom.png")
}

.td-border-bottom-left{
	height: 10px;
	width: 10px;
	background: url("../images/fade_border/bottom_left.png")
}
.td-border-bottom-right{
	height: 10px;
	width: 10px;
	background: url("../images/fade_border/bottom_right.png")
}

.td-border-left{
	width: 10px;
	background: url("../images/fade_border/left.png")
}

.td-border-right{
	width: 10px;
	background: url("../images/fade_border/right.png")
}

.td-border-top{
	height: 10px;
	background: url("../images/fade_border/top.png")
}

.td-border-top-left{
	height: 10px;
	width: 10px;
	background: url("../images/fade_border/top_left.png")
}
.td-border-top-right{
	height: 10px;
	width: 10px;
	background: url("../images/fade_border/top_right.png")
}