body {
	margin: 0px;
	color: #333333;
	font-size: small;
}
.bg {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.search {
	background-image: url(images/search.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	height: 22px;
	width: 30px;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.type {
	color: #008CDB;
	font-size: small;
	font-weight: bold;
	text-align: left;
}
.normal {
	color: #008CDB;
}
.links li{
	list-style-type: none;
	list-style-image: url(images/list.jpg);
}
.links ul{
	list-style-type: none;
}
.links a:link{
	color: #005684;
}
.links a:visited{
	color: #005684;
}
.links a:active{
	color: #005684;
}
.links a:hover {
	color: #0099CC;
}
#form1 #textfield {
	color: #008CDB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.subject {
	font-weight: bold;
	color: #008CDB;
	font-size: medium;
}
#content_b{
	table-layout:fixed;
	word-break: normal;
	text-align: left;
}
#content_b b {
	font-size: small;
	color: #0099FF;
}

