html {
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
body {
	background: url(../graphics/bg.gif);
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-family: Arial;
	font-size: 12px;
}
a, a:visited {
	color: #0d8791;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
.i_footer {
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: Arial;
	color: black;
	font-size: 11px;
	border-top: 1px solid Black;
}
.i_footer a, a:visited {
	color: #0d8791;
	text-decoration: none;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 19px;
	font-weight: bold;
}
h2 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 21px;
	font-weight: bold;
}
.products_table {
	width: 100%;
    border-top: 3px solid gray;
}
.products_table .content {
	background: url(/uws_templates/index/graphics/bg_products.jpg) repeat-x;
	width: 239px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.products_table .box_div {
	background: url(/uws_templates/index/graphics/box_divider.png) repeat-x;
	width:1px;
}
.products_table h3 {
	font-family: arial;
	color:#000;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.divider {
	text-align: justify; 
	border-top:1px dotted gray; 
	margin-top:1em; 
	padding-top:1em
}