.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: Black;
	font-weight: normal;
}
.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: Navy;
	font-weight: normal;
}
.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #5E679F;
	font-weight: bold;
}
.menu_on{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: Black;
	font-weight: bold;
}
.menu a:hover {
	color: Black;
	font-weight: bold;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: White;
	font-weight: normal;
}
a:hover   {
	color : #CC9966;
}
.rightblogdate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	margin: 10 10 0 10;
	font-style: italic;
}
.rightblogtitle{
	font-family: Times New Roman,Times,serif, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #B86035;
	font-weight: bold;
	margin: 0 10 0 10;
}
.rightblog{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	margin: 0 10 0 10;
	text-align: justify;
}
.blogdate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	font-weight: normal;
	font-style: italic;
}
.blogtitle{
	font-family: Times New Roman,Times,serif, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #B86035;
	font-weight: bold;
}

.form_field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
	background: #FFFFFF;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}
.form_button {
	font-family: verdana,helvetica,sans-serif;
	font-size: 12px;
	color: White;
	background: #B86035;
	border-style: solid;
	border-color: Gray;
	border-width: 1px;
}