/* LINK Values */

#header a:link, #header a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#header a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


#content a:link, #content a:visited {
	color: #840A2B;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	color: #840A2B;
	text-decoration: none;
	font-weight: bold;
}

#nav a.normal:link, #nav a.normal:visited {
	color: #840A2B;
	text-decoration: underline;
	font-weight: bold;
}

#nav a.normal:hover {
	color: #840A2B;
	text-decoration: none;
	font-weight: bold;
}


#credits a:link, #credits a:visited {
	color: #840A2B;
	text-decoration: none;
	font-weight: bold;
}

#credits a:hover {
	color: #840A2B;
	text-decoration: underline;
	font-weight: bold;
}

#mini_map a:link, #mini_map a:visited {
	color: #840A2B;
	font-size: 9px;
	text-decoration: underline;
}

#mini_map a:hover {
	color: #840A2B;
	font-size: 9px;
	text-decoration: none;
}


a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}

#offer_panel a:link, #offer_panel a:visited {
	color: #840A2B;
	text-decoration: underline;
	font-weight: bold;
}

#offer_panel a:hover {
	color: #840A2B;
	text-decoration: none;
	font-weight: bold;
}

#offer_panel a.one:link, #offer_panel a.one:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#offer_panel a.one:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}



/* END LINK Values */
/*-------------------------------------------------*/


/* Font Values */

#content h1, #content p.h1style {
	font-family: Arial;
	color: #840A2B;
	font-size: 15px;
	font-weight: bold;
}

#content h2, #content p.h2style {
	font-family: Arial;
	color: #5A7254;
	font-size: 12px;
	font-weight: bold;
}

#content h3, #content p.h3style {
	font-family: Arial;
	color: #840A2B;
	font-size: 12px;
	font-weight: bold;
}

#content h4, #content p.h4style {
	font-family: Arial;
	color: #840A2B;
	font-size: 11px;
	font-weight: normal;
}

#nav h1 {
	font-family: Arial;
	color: #840A2B;
	font-size: 11px;
	margin-bottom:10px;
}


/* END FONT Values */
/*-------------------------------------------------*/


/* Table Values */


table.tariffs
{width:390px; border: 2px #BCBCBC solid; border-spacing: 0px;}

table.tariffs td
{border-top: 1px #BCBCBC solid; border-bottom: 1px #BCBCBC solid;}

.left
{width: 280px;}

.right
{width: 110px; text-align: right;}