a:link {
	color: #123f5c;
	text-decoration: none;
}
a:visited {
	color: #123f5c;
	text-decoration: none;
}
a:hover {
	color: #123f5c;
	text-decoration: underline;
}
a.black:active {
	color: #000000;
}
a.black:link {
	color: #000000;
}
a.black:visited {
	color: #000000;
}
body         {  font-family: Tahoma; font-size: 12px; color: #000000}
li           {  font-family: Tahoma; font-size: 12px; color: #000000}
ol           {  font-family: Tahoma; font-size: 12px; color: #000000}
table        {  font-family: Tahoma; font-size: 12px; color: #000000}
td           {  font-family: Tahoma; font-size: 12px; color: #000000}

img {
	border: none;
}
img.bordered {
	border: #FF9600 1px solid;
}
img.bord {
	border: #000000 1px solid;
}
#TableLeft {
	margin: 5 0 5 0;
}
#TableLeft td {
	font: 11px tahoma;
	color: black;
	text-align: justify;
	vertical-align: top;
}
.main {
	background: url(images/bg_main.jpg) no-repeat top left;
	text-align: center;
	padding: 20 0 10 0;
}
.content {
	text-align: justify;
	padding: 0 5 5 10;
	vertical-align: top;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 11px;
}
#price {
	padding: 3 3 3 3;
	background-color: #1f445b;
}
#price th {
	background-color: #32617f;
	font: 12px tahoma;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#price td {
	background-color: #ddecf5;
	font: 12px tahoma;
	color: #000000;
}
ul {
	margin: 3 0 10 20;
}
