a {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #BDBDBD;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.grey {
	color: #BDBDBD;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.grey:hover {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.main_nav {
	background: url(images/nav.gif) repeat-x;
	color: #EAEAEB;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 36px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}

a.main_nav:hover {
	background: url(images/nav_o.gif) repeat-x;
	color: #FFFFFF;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 36px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}

a.main_nav_vis {
	background: url(images/nav_o.gif) repeat-x;
	color: #EAEAEB;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 36px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}

a.main_nav_vis:hover {
	background: url(images/nav_o.gif) repeat-x;
	color: #FFFFFF;
	display: block;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: 36px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
}

body, td {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

hr {
	background-color: #000000;
	border: 0;
	color: #000000;
	height: 1px;
}

.contents {
	color: #BDBDBD;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	width: 393px;
}

.fixedwidth {
	color: #000000;
	height: auto;
	padding: 0px;
	position: relative;
	width: 550px; /* a wide div is used for creating horizontal scrollbars for demonstration purposes */
}

.sub_title {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#mycustomscroll {
	height: 380px;
	overflow: auto; /* IE overflow fix, position must be relative or absolute*/
	position: relative; /*background-color: #E7EADE;*/
	width: 410px; /* Typical fixed height and fixed width example */
}
