/* CSS Document */

/* Links */
.white a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 100%;
}
.white a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 100%;
}
.white a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 100%;
}
.white a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 100%;
}

.main a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
.main a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
.main a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}
.main a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
}

.grey a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 100%;
}
.grey a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 100%;
}
.grey a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-size: 100%;
}

.green a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 100%;
}

.green a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFF66;
	font-size: 100%;
}
.green a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFF66;
	font-size: 100%;
}
.green a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFF66;
	text-decoration: none;
	font-size: 100%;
}
.green a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFF66;
	font-size: 100%;
}


.blue a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 100%;
}
.blue a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 100%;
}
.blue a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-size: 100%;
}
.blue a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 100%;
}
/* Text */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
}

.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	font-weight: bold;
}

.textwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
}

.headingbluesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #006699;
	font-weight: bold;
}

.headingorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FF9900;
	font-weight: bold;
}

.headingwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	font-weight: bold;
}

.headingred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #990000;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #FF9900;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FF9900;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #003976;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #669933;
}

.priceWithVat{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	color: #cc0000;
	font-weight: bold;
}

.priceExclVat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	font-weight: bold;
}

.headingblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006699;
	font-weight: bold;
}

.headingwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #fff;
	font-weight: bold;
}
.headinggreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #CCFF66;
	font-weight: bold;
}

.headinggrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #666;
	font-weight: bold;
}


/* Form Val */

.error {
	background-image: url(../graphics/error.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #990000;
	font-weight: bold;
}
.warn {
	background-image: url(../graphics/warn.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #006699;
	font-weight: bold;
}
.correct {
	background-image: url(../graphics/correct.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	font-weight: bold;
}

/* Structure */

.border {
  border: 1px;
	border-color: #ddd;
	border-style: solid;
}

.border3sided {
  border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 0;
	border-color: #ddd;
	border-style: solid;
}

.border3 {
  border-right: 1px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-color: #ccc;
	border-style: solid;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
}

ul {
	padding-left: 0; 
	margin-left: 25px;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.summarybox {
  border: 1px;
	border-top-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-style: solid;
	background-color: #eee;
	padding: 10px 10px 10px 10px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
	
}