*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-attachment: fixed;
	background-image: url(bg/02.jpg);
	background-repeat: repeat-x;
}
.table-fix {
	width: 1002px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9428;
	border-left-color: #FF9428;
}
.menu-td-line {
	background-image: url(menu-line.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.links {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.links:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.links:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.links:hover {
	font-size: 12px;
	color: #FF802B;
	text-decoration: none;
	font-weight: bold;
}
a.links:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 10px;
	color: #0080C0;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF8000;
	text-decoration: none;
	font-size: 15px;
}

.text {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.text-wide {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.text-wide-wide {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 21px;
}
.copyright {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.PhotoBorder {
	border: 4px solid #CCCCCC;
}
.text-blue {
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
}
.text-red {
	font-size: 11px;
	color: #CC3300;
	text-decoration: none;
}
.BookText{
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}

.toggle {
	text-decoration: none;
	text-align: left;
	margin-top: 20px;
	width: 220px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.toggle a {
	border: 1px solid #FF6600;
	background-color: #FFF3E1;
	color: #09F;
	text-decoration: none;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height:25px;
	padding:5px;
	margin: 0px;
}
.toggle a:hover {
	background-color: #DDD;
	text-decoration: none;
	cursor: pointer;
	margin: 0px;
}
#hiddenDiv{
	border: 1px solid #FF6600;
	background-color: #FFF3E1;
	padding: 5px;
	margin: 0px;
}

