a:visited, a:link {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: #F97B00;
}

a:link.menu, a:visited.menu {
	width: 93px;
	text-decoration: none;
}

a:hover.menu {
	padding-top: 1px;
	width: 93px;
	height: 15px;
	background-color: #F97B00;
	color: white;
	text-decoration: none;
}

body {
	font-family: verdana, tahoma, arial, sans;
	background: white;
	margin: 0px;
	color: black;
}

.bg_top {
	background-image: url(../../gfx/top_bg.gif);
}

.bg_top_title {
	background-image: url(../../gfx/top_bg_title.gif);
}

.imgBorder {
	border: solid 1px black;
}

.footer {
	height: 18px;
}

.header {
	height: 178px;
}

.menuBg {
	background: url(../../gfx/bg_menu.gif);
}

.peach {
	background-color: #FFBC7B;
	height:15px;
}

.title {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: black;
	font-size: 18pt;
}

.table_main {
	width: 100%;
	height: 100%;
	border: 0px;
}

.tdColor {
	background-color: white;
	padding: 2px;
}

.textSmall {
	font-size: 7.5pt;
	color: black;
}

.textPlain {
	font-family: Verdana, Arial, Helvetica, Tahoma;
	font-size: 8pt;
	color: black;
}