body 
{
	background-color:#ffffff;
	font-family : Arial, sans-serif;
	font-size : 8px;
}
div, p, th, td, li, dd, dl, dt, textarea    
{
    font-family:  Arial, sans-serif;
}
a
{
	font-weight: normal;
	font-color: #333399;
}

a:visited
{
	font-weight: normal;
	font-color: #aaaaaa;
}

a:active
{
	font-weight: normal;
	font-color: #ff0000;
}

a:hover
{
	font-weight: normal;
	font-color: #ff0000;
}

.flatBorder
{
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	
}

/* Border styles */
.tabSelected
{
	border-top : 2px solid #000000;
	border-left : 2px solid #000000;
	border-right : 2px solid #000000;
}

.tabUnSelected
{
	border-top : 1px solid #aaaaaa;
	border-left : 1px solid #aaaaaa;
	border-right : 1px solid #aaaaaa;
	border-bottom : 2px solid #000000;
	background-color:eeeeee;
}

.outsetBorder
{
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa; 
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.outsetBorderNoBottom
{
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa; 
	border-right: 1px solid #aaaaaa;
}

.contentBorderOuter
{
	border-left: 1px solid #6078C4;
	border-right: 1px solid #6078C4;
	border-top: 1px solid #6078C4;
	border-bottom: 1px solid #6078C4;
}

.contentBorderInner
{
	border-left: 1px solid #2E489A;
	border-right: 1px solid #2E489A;
	border-top: 1px solid #2E489A;
	border-bottom: 1px solid #2E489A;
}

.galleryPic
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.navigation
{
	font-family: Georgia;
	font-size: 13px;
	text-decoration: none;
}

.offers
{
	border: 1px solid #440000;
	font-family: Arial;
	font-size: 11px;
	width:150px;
	height:20px;
}

.offers_button
{
	border: 1px solid #440000;
	font-family: Arial;
	font-size: 11px;
	width:40px;
	height:20px;
	background-color: #FFE1A1;
}

.partners
{
	border: 1px solid #ffffff;
}