/*	-------------------------------------------------------------
	Twente Express
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Template Styles
	Filename:		twente.css
	Version:		1.2
	Date:			January 14th 2009
	-------------------------------------------------------------	*/


html {
		height: 100%;
		
		margin-bottom: 1px;
}

body {


	background-color: #e5e5e5;


	margin-left: 0px;


	margin-top: 0px;


	margin-right: 0px;


	margin-bottom: 0px;


}


.twente {


	font-family: Arial, Helvetica, sans-serif;


	font-size: 11px;


}


a {


	font-family: Arial, Helvetica, sans-serif;


	font-size: 11px;


	text-decoration: none;


	color: #FFFF99;


}


a:link {


	color: #FFFF99;


}


a:hover {


	color: #FFCC00;


}


a:visited {


	text-decoration: none;


}


.grey {


}


.grey:link {


	color: #666666;


}


.grey:hover {


	color: #FF9900;


}


.grey:visited {


	color: #666666;


}








.org {


}


.org:link {


	color: #FF6600;


}


.org:hover {


	color: #FF6600;


}


.org:visited {


	color: #FF6600;


}











.orange {


	color: #FF6600;


}


input {


	font-family: Arial, Helvetica, sans-serif;


	font-size: 11px;


	color: #666666;


}


textarea {


	font-family: Arial, Helvetica, sans-serif;


	font-size: 11px;


	color: #666666;


}


.menuheader {


	font-family: Arial, Helvetica, sans-serif;


	font-size: 12px;


	font-weight: bold;


	color: #000000;


}


.underline {


	border-bottom-width: 1px;


	border-bottom-style: solid;


	border-bottom-color: #333333;


}


#container {
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}
.quote {
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 6px;
	margin-top: 10px;
}
.lgrey {
	color: #888888;
}
.twelve_orange_link {
	font-size: 12px;
	font-weight: bold;
}

.twelve_orange_link:link {
	color: #FF6600;
}
.twelve_orange_link:visited {
	color: #FF6600;
}
