/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #f6c73e;
	background-image: url(../i/bgrepeat.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #C26392;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6666;
}
a:hover {
	text-decoration: underline;
	color: #C26392;
}
a:active {
	text-decoration: none;
	color: #CC6666;
}
.style1 {color: #C26392}

#left	{
	width:150px;
	float: left;
	}
#right_t {
	height: 350px;
	}
#right_b {
	width: 600px;
	}
#right {
	margin-left:150px;
	width: 600px;
	}
.style2 {
	font-size: 9px;
	color: #990000;
}
dt	{
	color:#C26392;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	}
dd	{
	color: #000000;
	font-size: 10px;
	}
#last {
	clear: both;
	}