

P, OL, UL, LI, H1, H2, H3, H4, H5, DL, DD, DT, TD, TH {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #64686C;
}


P {
	font-family: verdana;
	font-size: 11px;	

	line-height: 15px;
	padding: 5px 5px;
	background-color: transparent;
}
H1 {
	background: #b7e4ef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #0060ac;
	margin-bottom: 4px;
	border-bottom: 1px solid #fff;
}


H2 {
	background: #e0f3f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	color: #3380bd;
	margin-bottom: 4px;
	border-bottom: 1px solid #fff;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 5px 0px 5px;
	background-color: transparent;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 5px 0px 5px;
	color: #4cabc7;
	background-color: #fff;
}

UL {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	padding-top: 5px;
}
LI {
	background: #fff url(../pix/content_bullet.gif) no-repeat 5px 5px;
	padding: 0px 0px 0px 15px;
	line-height: 15px;

}

TABLE {
	border-collapse: collapse;
	width: 100%;

}
TH {
	color: #aec1ce;
	background: #356484;
	text-align: left;
	padding: 5px;
	border-bottom: 5px solid #fff;
}
TD {
	color: #7c8184;
	background: #ebebeb;
	padding: 5px;
	border-right: 1px solid #fff;
	border-bottom: 5px solid #fff;
}
TD.bg1 {
	background-color: #f2f2f2;
	color: #7c8184;
}
TABLE.imgtext-table TD, TABLE.imgtext-nowrap TD, TABLE.contenttable TD {

	background: #fff;
	border: none;
	color: #64686C;
}

/* ------------------------------------------------------------------ */
/* Links */
/* ------------------------------------------------------------------ */

A, A:visited, A:active {
	color: #3380bd;
	background-color: transparent;
}
A:hover {
	color: #a69300;
	background-color: transparent;
}
A.ffarrow {
	background: url(../pix/ff_arrow.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}
A.ffarrow:hover {
	background: url(../pix/ff_arrow.gif) no-repeat 0px 5px;
}



.backarrow {
	background: url(../pix/backarrow.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	color: #3380bd;
}
.nextarrow {
	background: url(../pix/nextarrow.gif) no-repeat;
	background-position: right 5px;
	padding: 0px 15px 0px 0px;
	font-weight: bold;
	color: #3380bd;
	
}


/* ------------------------------------------------------------------ 
classes classes classes classes classes classes classes classes classes 
------------------------------------------------------------------ */
.hr {
	clear: both;
	margin: 5px 0px;
	border-top: 1px solid #cce7ef;
	height: 1px;
	margin-bottom: 5px;
	margin-top:5px;
	padding:0px;

	line-height: normal;
	font-size: 1px;
}

.hr HR{
	display: none;
}

.pricesub {
	color: #3380bd;
	background-color: #fff;
	border-top: 1px solid #cce7ef;
	padding-top: 0px;
	padding-bottom: 0px;
}

.small {
	font-size: 9px;
}

/* ------------------------------------------------------------------ */
/* Spacial */
/* ------------------------------------------------------------------ */

.special {
	background-image: url(../pix/specialBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E0F3F8;
	border-bottom: 1px solid #EC9217;
	
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 5px;
}


.error {
	color: Red;
}
.errorInput {
	background-color: #FFFFEE;
	border: 1px solid red;
}
