body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.space {
	background-image: url(../images/bkgnd/bkgnd_space.jpg);
	background-repeat: repeat-y;
}
td.space_02 {
	background-image: url(../images/bkgnd/bkgnd_sidebar_02.jpg);
	background-repeat: repeat-y;
}
td.space_03 {
	background-image: url(../images/bkgnd/bkgnd_sidebar_03.jpg);
	background-repeat: repeat-y;
}
td.space_04 {
	background-image: url(../images/bkgnd/bkgnd_sidebar_04.jpg);
	background-repeat: repeat-y;
}
td.space_05 {
	background-image: url(../images/bkgnd/bkgnd_sidebar_05.jpg);
	background-repeat: repeat-y;
}
.horizontal {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #030303;
}
td.content {
	background-color: #FFFFFF;
	padding: 20px;
	vertical-align: top;
}
.content a:link {
	color: #808080;
	text-decoration: none;
}
.content a:link:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bkgnd/bkgnd_link.png);
	background-repeat: repeat-x;
}
.content a:visited {
	color: #808080;
	text-decoration: none;
}
.content a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bkgnd/bkgnd_link.png);
	background-repeat: repeat-x;
}
table.emissions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.side {
	padding: 5px 5px 10px;
}
td.date {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	padding: 5px;
	font-size: 9px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #434343;
}
td.windowframe {
	padding: 0px;
}

.buttonlink a:link {
	text-decoration: none;
	background-image: none;
}
.buttonlink a:link:hover {
	text-decoration: none;
	background-image: none;
}
.buttonlink a:visited {
	text-decoration: none;
	background-image: none;
}
.buttonlink a:visited:hover {
	text-decoration: none;
	background-image: none;
}

/* TEXT STYLES */

.HiLiteText {
	font-weight: bold;
	color: #82A44E;
}
.InfoText {
	font-size: 11px;
}
