body {
	background-color: #DDDDDD;
	margin-left: 0px;
	margin-right: 0px;
}
div, td {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}
input {
	border-style:groove; 
}
.inputbutton {
	border-style: groove;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color:#FFFFFF;
}
.inputnormal {
	border-style: none;
}
.imgfloat {
        float:  left;
        margin-right: 8px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table {  
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
.tablepadding {
	border-collapse: separate;
	border: 0px none;
}
.tableborder {
	border-collapse: separate;
	border: 1px solid #CCCCCC;
	padding: 1px; 
}
.default {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:  11pt;
	font-style: normal;
}

/* Sections */
.mainmenu {
	background-position: top;
	background-image: url(images/TBT_logo.gif);
}
.mainmenu_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	/*font-weight: bold;*/
	text-transform: none;
	color:	#666666;
	height: 30px;
	background-position: bottom;
	background-image: url(images/menu_selected.jpg);
	background-repeat: repeat-x;
}
.mainmenu_notselected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	/*font-weight: bold;*/
	text-transform: none;
	color:	#999999;
	height: 30px;
	background-position: bottom;
	background-image: url(images/menu_not_selected.jpg);
	background-repeat: repeat-x;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11pt;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	height: 30px;
}
.mainsite {
	background-image: url(images/TBT_background_middle.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 790px;
}
.subsectionhead {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 10pt;
	font-weight: bold;
}
.subsectionfoot {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999999;
	color: #000000;
	background-color: #CCCCCC;
	font-size: 10pt;
	font-weight: bold;
}
.subsection {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	border: 1px solid #999999;
	/*color: #999999;*/
	color: #000000;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

/* Backgrounds */
.backmenu {
	background-color: #e0ecff;
}
.backmenu2 {
	background-color: #c3d9ff;
}
.backmenudivide {
	background-image: url(images/menu_divider.jpg);
	background-repeat: repeat-x;
}
.backbody {
	background-color: #DDDDDD;
}
.backwhite {
	background-color: #FFFFFF;
}
.backgrey1 {
	background-color: #CCCCCC;
}
.backgrey2 {
	background-color: #EEEEEE;
}
.backgreen {
	background-color: #00CC00;
}
.backyellow {
	background-color: #FFFF66;
}
.backred {
	background-color:#FF0033;
}
.height25 {
	height: 25px;
}
.width150 {
	width: 150px;
}
.width100 {
	width: 100px;
}


/* Text Styles */
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.red{
	color: #FF0000;
}
.darkgrey {
	color: #777777;
}
.textcenter {
	text-align: center;
}
.textsmall {
	font-size:  10pt;
}
.textsmallest {
	font-size:  9pt;
}
.texttiny {
	font-size:  8pt;
}
.textnormal {
	font-size:  11pt;
}
.textlarge {
	font-size:  12pt;
}
.textbold {
	font-weight: Bold;
}
.textnobold {
	font-weight:normal;
}

			

