body {
	background-color: #ff9;
	color: #ffc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
}

#Table_01 {
	font-size: 9px;
	font-weight: normal;
	background-color: #09c;
	border: 1px solid #069;
	background-image: url(bgt.gif);
}

a:link, a:active, a:visited {
	color: #ffc; 
	text-decoration: none
}

a:hover {
	color: #f90;
	text-decoration: none;
}

.thumb1 {
	border:1px solid #FFF0F5;
	width:240px;
	height:180px;
	background-color: #069;
}

a:hover .thumb1 {
	border: 1px solid #f90;
}

.thumb2 {
	border:1px solid #FFF0F5;
	width:190px;
	height:240px;
	background-color: #069;
}

a:hover .thumb2 {
	border: 1px solid #f90;
}

.thumb3 {
	border:1px solid #ff9;
	width:180px;
	height:135px;
	margin: 5px 4px 1px 4px;
	background-color: #069;
}

a:hover .thumb3 {
	border: 1px solid #f30;
	filter: Alpha(Opacity=76)
}

.top1 {
	color: #FF3333;
	font-size: 10px;
	background-color: #069;
	font-weight: bold;
}

.top2 {
	width: 995px;
	font-size: 12px;
	font-weight: bold;
}

.tx1 {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

/*Left Menu*/

.leftmenu {
	width: 190px;
}

.leftmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.leftmenu ul li a {
	color: #ffc;
	display: block;
	line-height: 15px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	background-color: #069;
}

.leftmenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background-color: #fc3;
}

/*Right Menu*/
.rightmenu {
	width: 35px;
}

.rightmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.rightmenu ul li a {
	color: #ffc;
	display: block;
	line-height: 15px;
	padding-left: 0px; /*link text is indented 8px*/
	text-decoration: none;
	padding-top: 2px;
	padding-right: 8;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	background-color: #069;
}

.rightmenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background-color: #fc3;
}

