/* CSS Document */

body {		
	background:	#DDDDDD; /*licht grijs*/
/*background:	url(../Images/background_stripes.gif)*/
	margin:	0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center; 	
}
p, li	/* fix for IE 'coz it can't understand global font-family */	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
td	/* fix for IE 'coz it can't understand global font-family */	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	valign: top;
}
th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
#wrapper 	{
	width: 700px;
	margin:	20px auto; /* TopRightBottomLeft # TopBottom LeftRight*/ /*REM. IE can't handle Auto Margins */
	background:	#99CCFF; /*licht blauw*/
	border: 1px solid #888888; /*grijs*/
	text-align:	left;		/* fix for IE windows */
}
.navList	{	/* to change the bullet-image */
	list-style:    url(../assets/general/nav_bullets.gif) outside /*i.e. not indented*//*../Images/nav_bullets#BulletPaw#dogpaw0.gif)*/;
	margin-top:	8px;
}
.navListBullet	{
	font-size: 11px;
	width: 410px;
	margin-bottom: 15px;
}
.navUnderline	{
	border-bottom: solid 1px #666666; /*donker grijs*/
	display: block /*keep the predefined length*/;
}
a:link	{
	font-weight: bold;
	color: #FFFFFF; /*wit*/
	background-color: transparent;
	text-decoration: none;
}
a:visited	{
	font-weight: bold;
	color: #FFFFFF; /*wit*/
	background-color: transparent;
	text-decoration: none;
}										
a:active		{
	font-weight: bold;
	color: #FF0000; /*rood*/
	background-color: transparent;
	text-decoration: none;
}										
a:hover	{
	font-weight: bold;
	color: #FFFF00; /*geel*/
	background-color: #000000; /*zwart*/
	text-decoration: none;
}
.floatRight	{
	float: right;
	padding-right: 5px;
}										
.floatLeft	{
	float: left;
	padding-left: 5px;
}										
#ie5fix	{ 	/* fix for IE windows - */
	height: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: none;
}
.rowGray	{
	background: #333333; /*licht zwart*/
	font-size: 12px;
	color: #FFFFFF; /*wit*/
}
.copyPadding	{
	padding-left: 40px;
	padding-right: 40px;
}
.center	{
	text-align: center;
}					
.cellSpacer	{
	padding-left: 10px;
}
.smallTitle {
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	text-decoration: underline;
}
pre {
	text-align: justify;
	left: 100px;
}
.Collored {
	font-weight: bold;
	color: #FFFF00;
}
.NewsItem {
	color: #336699;
	font-weight: bold;
}
.AnchorTopLink {
	text-align: right;
}
.subTitle {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
.halfPage {
	padding-right: 280px;
}
.FormField {
	width: 280px;
	/*background-color: #FFFF00; /*geel*/*/
}
.NewThing {
	background-color: #0000FF;
	border: #000000;
	padding: 10px;
}
#update {
	background:	#DDDDDD;
	border: 1px solid #888888;
	text-align:	left;
	padding: 10px;
}
.CollorTwo {
	font-weight: bold;
	color: #FF0000;
}
