BODY		{font-family: Arial,sans-serif; color: #2525AD; background: white; margin: 0; text-align: justify;}
FONT		{font-family: Arial,sans-serif; }
TD		{font-family: Arial,sans-serif; font-size: 14px}
H1		{font-size: 45px; font-weight: bold; color: #F5B500; text-align: center;}
H2		{font-size: 35px; font-weight: bold; color: #F5B500; text-align: center;}
H3		{font-size: 20px; font-weight: bold; color: #F5B500; text-align: center;}
H4		{font-size: 16px; font-weight: bold; color: #F5B500; text-align: center;}
H5		{font-size: 15px; font-weight: bold; color: #F5B500; text-align: center;}
P.rl		{text-indent: 2.5em;}
P.center	{text-align: center;}
P.centered	{text-align: center;}
a		{color: #496394; /*#6595E5;*/ font-family: Arial,sans-serif;}
a:active	{color: #000000; text-decoration: none;}
a:hover		{color: #6688CC; /*#88AAFF;*/ text-decoration: none;}

a.noul		{color: #6595E5; text-decoration: none; font-weight:normal;}
a.menu0		{color: #6595E5; text-decoration: none; font-weight:bold;}
a:hover.menu0 {color: #88AAFF;}
a.menu1		{text-decoration: none; color: #6688CC;}
a:hover.menu1 {color: #6688CC; /*#334466*/}
a.menu2		{text-decoration: none; color: #F0F0FF; font-weight:bold;}
a:active.menu2 {text-decoration: none; color: #FFF000;}
a:hover.menu2 {text-decoration: none; color: #FFF000;}
a.dev {color: #CCDDFF; font-size: 10px; text-decoration: none; font-weight:normal;}

td.b {border: 1px solid #7788DD;}

.sel {font-family: Arial,sans-serif; font-size: 12px; color: blue;}
.but {font-family: Arial,sans-serif; font-size: 12px; border: 1px solid black; color: blue; background: #F0F0F0;}
.inp {font-family: Arial,sans-serif; font-size: 12px; border: 1px solid black; color: blue; }
.black {font-family: Arial,sans-serif; font-size: 12px; border: 1px solid black; color: black; }

#menu {
	width: 200px;
	height: auto;
	background: url('/images/_leftbg.gif') repeat-y;
}

#header {
	background: url('/images/_topbg.gif') repeat-x;
	height: 143px;
	overflow-y: hidden;
}
#topbtns {
	background: url('/images/_topbtn.gif') repeat-x;
	width: 360px;
	height: 20px;
	margin-top: 15px;
	padding-top: 3px;
}
#topbtns DIV {
	float: left;
	width: 120px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	white-space: nowrap;
}
#content {
	width: 670px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: justify;
	margin: 0px 20px;
}
DIV.menu0 { padding-left: 5px; }
DIV.menu0 A { font-size: 16px; font-style: italic; }
DIV.menu1 { padding-left: 8px; }
DIV.menu1 A { font-size: 14px; font-weight: bold; font-style: italic; }
DIV.menu2 { padding-left: 14px; } /* 18px */
DIV.menu2 A { color:#496394; font-size: 12px; font-weight: bold; }
DIV.menu3 { padding-left: 22px; margin-bottom: 1px; }
DIV.menu3 A { color: #496394; font-size: 12px; font-weight: bold; font-style:italic; }
DIV.menu4 { background: url('/images/_leftbtn.gif') no-repeat; width: 200px; height: 40px; margin-bottom: 1px;}
DIV.menu4 DIV.stars { text-align: right; width: 170px; height: 11px; padding: 2px; }
DIV.menu4 DIV.link { height: 30px; padding-top: 4px; font-style: italic; padding-left: 20px; }
DIV.menu4 DIV.link A { font-style: italic; }

DIV.seo H1 {font-size: 20px; font-weight: bold; color: #F5B500; text-align: center; text-transform: uppercase;}
DIV.seo P { text-indent: 2.5em; }
DIV.seo TD P { text-indent: 0; }
DIV.seo LI { text-transform:uppercase; }

UL { text-align: left; }


.price {
	position: relative;
	cursor: default;
}
.priceTag {
	position: absolute;
	top: -7px;
	left: -9999px;
	width: 170px;
	border: 2px solid #CCF;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	z-index: 100;
	background: white;
	text-align: left;
	text-indent: 0;
	-moz-border-radius: 0 20px 0px 20px;
	-webkit-border-radius: 0 20px 0px 20px;
	-khtml-border-radius: 0 20px 0px 20px;
	border-radius: 0 20px 0px 20px;
	behavior: url(border-radius.htc);
	box-shadow: 2px 2px 5px #666;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
}
.price:hover .priceTag, .priceTag-hover {
	left: -7px;
}
.priceTag DIV {
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 3px 10px;
}
.priceTag A {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.priceTag A:hover {
	color: blue;
	text-decoration: underline;
}
.priceTag A.usd { color: #090; }
.priceTag A.euro { color: #00F; }
