/* CSS Document */

body {
	font-family: tahoma;
	font-size: 11px;
	color: #646363;
	margin-top: 20px;
	margin-bottom: 0px;
}
.side_heading {
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	padding-left: 10px;
}
.content {
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	padding-top: 0;
}
.img {
	width: 128px;
	height: 89px;
}
.bottom_nav {
	font-size: 11px;
	color: #b5b5b5;
	text-decoration: none;
}
.bottom_nav:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.allrights {
	font-size: 10px;
	color: #919191;
	text-decoration:none;
}
.allrights:hover {
	font-size: 10px;
	color: #919191;
	text-decoration:none;
}
.email {
	color: #646363;
	text-decoration: underline;
}
.email:hover {
	color: #339900;
	text-decoration: none;
}