html
	{
	margin:0px;
	padding:0px;
	}

body
	{
	margin:0px;
	padding:0px;
	background-color:#fff; 
	background-image: url(../img/nav-bg.gif);
	background-repeat: repeat-y;
	}

*{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	line-height: 150%;
}

a.navLink, a.navLink:link, a.navLink:active, a.navLink:visited {
	color:009999;
	text-decoration:none;
}
	
a.navLink:hover{
	color:#f06;
	text-decoration:none;
}

a.white, a.white:link, a.white:active, a.white:visited {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}

a.frontpage_green, a.frontpage_green:link, a.frontpage_green:active, a.frontpage_green:visited{
	color:#2b2b2b;
	text-decoration:none;
}
	
a.frontpage_green:hover{
	color:#FF3366;
	text-decoration:none;
}

a.folkert, a.folkert:link, a.folkert:active, a.folkert:visited {
	color:#f06;
	text-decoration:none;
}
	
a.folkert:hover{
	color:#000;
	text-decoration:underline;
}

a.folkertPink, a.folkertPink:link, a.folkertPink:active, a.folkertPink:visited {
	color:#f06;
	text-decoration:none;
}

a.folkertPink:hover{
	color:#f06;
	text-decoration:underline;
}

a.folkertLight, a.folkertLight:link, a.folkertLight:active, a.folkertLight:visited {
	color:#666666;
	text-decoration:underline;
}

a.folkertLight:hover{
	color:#f06;
	text-decoration:underline;
}

div.entry{
	background-image:url(../img/border_bg_entry.gif);
	background-repeat: repeat-x;
}

div.entryOver{
	background-color:#ffffcc;
	background-image:url(../img/border_bg_entry_on.gif);
	background-repeat: repeat-x;
}

td{
	vertical-align:top;
}	

.navTable{
	margin:25px 0px 25px 0px;
}	

td.navSpace {
	padding:15px 0px 0px 0px;
}	

.imgThumb {
	margin:0px 0px 6px 0px;
}	

td.navBetween {
	padding:15px 0px 0px 0px;
	width:20px;
	color:#ccc;
}

td.navBetweenSmall {
	width:11px;
}	

p{
	color:#808080;
}

.green{
	color:#289400;
}

.lightGrey{
	color:#999;
}

td.thumb,
td.refDate{
	background-color:#e7e7e7;
	color:#b3b3b3;
	font-size: 10px;
	font-style: italic;
	padding:0px 0px 15px 0px;
}
td.thumb .link{
		color:#999;
		font-size:10px;
		padding:0px 0px 0px 6px;
	}
		td.thumb .link a{
			color:#666;
			font-size:10px;
			text-decoration:none;
		}
		td.thumb .link a:hover{
			font-size:10px;
			color:#f03;
		}

div.logoBar{
	padding:2px 0px 3px 0px;
	background-color:#666;
	color:#b0b0b0;
	width:135px;
}

div.topBarOne{
	padding:2px 0px 3px 4px;
	background-color:#666;
	color:#b0b0b0;
	width:135px;
}

div.topBarTwo{
	padding:2px 0px 3px 11px;
}

div.client{
	float:left;
	color:#000;
	font-weight: bold;
	font-style: italic;
}

td.description p{
	margin:10px 15px 15px 11px;
}

td.description a{
	color:#009999;
	text-decoration:none;
}

td.description a:hover{
	color:#f03;
}

