/**
 *	Airfair styles
 *	-------------------------
 */

@import url("layout.css");
@import url("navigation.css");
@import url("components.css");
@import url("content.css");

html, body {
	margin:0px 0px 0px 0px;
	padding:0px;
	height:100%;
	min-width:980px;
	overflow-x: hidden;
}
	body {
		font-family:arial,tahoma,helvetica,verdana;
		font-size: 12px;
		color:#330033;
		background-color:#fefedc;
	}


* {
	font-size:100%;
	font-family:inherit;
}


/* Generic */
.pijltje {
	color: #A81148;
	clear:both;
	background:url(arrow_white.gif) no-repeat;
	margin:10px 0 0 0;
	padding:0 0 0 25px;	
	
	line-height:1.3em;
	font-weight:bold;
}

p {
	margin:0 0 0 0;
}

th {
 	text-align:left;

}

td{
	font-size:100%;	

}

hr {
	background:none;
	border-top:1px solid #FBD0BF;
	float:none;
	clear:both;
	height: 1px;
}

td.small
{
	font-size:10px;
	color: #396BA5;
}

.roundedbox p, .contentroundedbox p
{
	color: #396BA5;
}
