body{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	width:1200px;
	margin:20px;
}

.txt {
}
.txt-small {
	color: #000000;
	font-size: x-small;
}
.txt-light {
	color: #999999;
	font-size: x-small;
}
.txt-ttl {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

.txt-table {
	border: thin solid #CCCCCC;
	color: #333333;
}
a:link {
	color: #000033;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000033;
}
.title {
	font-size: medium;
	font-style: italic;
	text-transform: uppercase;
	color: #666666;
}

.indent {
	text-indent: 12pt;
}

#banner_top {
	text-align:center;
}

#menu_left{
	position:relative;	
	float:left;
}
#the_content{
	width:300px;
	margin:0;
	padding:0;
}
#the_body{
	margin-top:6px;	
}
#pg_title{
	font-size: medium;
	font-style: italic;
	text-transform: uppercase;
	color: #666666;
	text-align:right;
	padding-right:12px;
}
#pg_menu{
	text-align:right;
	margin-bottom:12px;
	padding-bottom:6px;
	padding-right:12px;
}
