.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;	
}
hr {
	height: 2px;
	color: #CCCCCC;
	padding: 0px;
}
.lefbottom {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.leftTop {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
	border-bottom-style: none;

}
.botRight {
	background-attachment: fixed;
	background-image: url(../images/bot_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
td.section {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
title {
	font-size: 14px;
}
td.subsection {
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
td.contents {
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 23px
}
.selected {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #660000;
	padding-left: 23px;
}
.copy {
	font-size: 10px;
	color: #FFFFFF;
}