@charset "utf-8";
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.title a:link {
	color: #000000;
	text-decoration: none;
}
.title a:visited {
	color: #000000;
	text-decoration: none;
}
.title a:hover {
	color: #000000;
	text-decoration: underline;
}
.title a:active {
	color: #000000;
	text-decoration: none;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.table {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}



.body a:link { 
	color:#0066FF;
	text-decoration: underline;
}
.body a:visited {
 	color:#0066FF;
	text-decoration: underline;
}
.body a:hover {
	color:#0066FF;
	text-decoration: underline;
}
.body a:active {
	color:#0066FF;
	text-decoration: underline;
}
.subbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.subbody a:link { 
	color: #666666;
	text-decoration: none;
}
.subbody a:visited {
	color: #666666;
	text-decoration: none;
}
.subbody a:hover {
	color: #666666;
	text-decoration: underline;
}
.subbody a:active {
	color: #666666;
	text-decoration: none;
}
.pic {
	max-width: 250px;

	width: expression(this.width > 250 ? 250: true);
	max-height: 250px;
	border: 0;
	vertical-align: top;
	padding: 10px;
}
.pic450 {
	max-width: 450px;

	width: expression(this.width > 450 ? 450: true);
	max-height: 450px;
	border: 0;
	vertical-align: top;
	padding: 10px;
}
