/* CSS Document */
.body{
	background-color: #CFDFEE;
	margin: 0px;
	padding: 0px;

}
.footer_bg{
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;

}
.footer_links{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;

}
.footer_links:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;

}
.login_link{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #095BA5;
	text-decoration: none;

}
.login_link:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}
.navig_links{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.navig_links:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #F2EF00;
	text-decoration: underline;
}
.normal_txt{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}
.txt_field{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #0099FF;

}
.products_bg{
	background-image: url(images/products_bg.gif);
	background-repeat: repeat-x;

}
.product_hdg{
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;

}
.headinks_head{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;

}

.headinks_head2{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;

}
.product_txt{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.product_txt:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;

}
.more_txt{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;

}
.more_txt:hover{
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.black_txt{
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
