/*CSS Document*/

TR, TD, TH { 
	color: #333;
	FONT-SIZE: 12px;
}

a { color: #000000; text-decoration: underline; }
a:link { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover { color: #999999; text-decoration: underline; }
a:active { color: #000000; text-decoration: underline; }

h1 {
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		margin: 3px 10px 0px 0px;
		padding: 0px;
		
}
h2 {
		color: #fff;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		margin: 0px 10px 0px 0px;
		padding: 0px;
		
}
ul {
		margin: 0px 0px 0px 50px;
		padding: 0px;
		list-style: none;
}
li {
		margin: 0px 0px 5px 0px;
		padding: 0px;
}
I {
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		line-height: 110%;
}

table.price	{
		font-size: 12px;
		}

td.bar	{
		background:  url(img/bg_bar.gif);
		width: 7px;
		}

td.line	{
		border: 1px solid #666666;
		}

.main	{
		font-size: 12px;
		line-height: 120%;
		padding: 10px;
		}

.main_small	{
		font-size: 11px;
		line-height: 120%;
		}

.infotitle	{
		font-size: 12px;
		padding: 5px 5px 5px 5px;
		font-weight: bold;
		color: #990000;
		}

.infomain	{
		font-size: 12px;
		padding: 0px 5px 0px 5px;
		}

.promo_txt	{
		font-size: 11px;
		line-height: 120%;
		padding: 0px 5px 0px 10px;
		}