﻿body {
	background-color: #727B8A;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #3F444B;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #3F444B;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3F444B;
}
a:hover {
	text-decoration: underline;
	color: #717A89;
}
a:active {
	text-decoration: none;
	color: #3F444B;
}
 
.white2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
 
.white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.white:link {
	text-decoration: none;
}
.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.white:active {
	text-decoration: none;
	color: #FFFFFF;
}
 
 .title
{
	font-size:x-large;
	background-color:#13699A;
	color:#ffffff;
	padding:10px;
}

 
.price {
	font-family: Tahoma;
	font-size: 11px;
	color: red;
}
.price:link {
	text-decoration:underline;
}
.price:visited {
	text-decoration: none;
	color: red;
}
.price:hover {
	text-decoration: underline;
	color: red;
}
.price:active {
	text-decoration: none;
	
