body {
	font-family: "Times New Roman", Times, serif;	
	font-size: 16px;	
}

h2 {
	font-size: 24px;
	font-weight: bold;
}

h3 {
	font-size: 20px;
	font-weight: bold;
}

TD.menu UL {
	margin-left: 22px;
	padding-left: 16px;
	margin-top: 0px;
	margin-bottom: 9px;
}

TD.MENU LI {
	margin-top: 9px;
	margin-bottom: 3px;
	list-style-image: url(images/menu_bullet_1.gif);
}

TD.menu A:link, TD.menu A:visited {
	font-weight: bold;
	font-size: 21px;
	color: #008000;
	text-decoration: none;	
}

TD.menu A:hover, TD.menu A:active {
	color: #990099;
	background: none;
}

.copyright {
	font-size: 12px;
}
.prod_head {
	font-size: 30px;
	font-weight: bold;
}
.prod_tag {
	font-size: 21px;
	font-weight: bold;	
}
.fact_head {
	color: #3333ff;
	font-size: 18px;
	font-weight: bold;	
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: red;
}



