body{
	background-color: #ffffff	
}

p, li, a.p{
	color: #999999;
	font-family: sans-serif;
	font-size: 14;
}
p.h1{
	color: #ffffff;
	font-size: 24;
	font-weight: bold;
}
p.h2{
	color: #ffffff;
	font-size: 18;
	font-weight: bold;
}
p.h3{
	color: #ffffff;
	font-size: 16;
	line-height: 5%;
	font-weight: bold;
}
p.h4{
	font-weight: bold;
}
a{
	color: #008dde;
}
a.header{
	color: #ffffff;
	text-decoration: none;
}
/*a.p see p, li above*/
img{
	border-width:1px;
	border-color:#333333; /*grey if black background is used*/
}
img.plain{
	/*just a plain image*/
	border-style:none;
}
table.imgHolder{/*e.g. for swfs and panormics*/
	border-collapse: collapse;
	border-style:solid;
	border-width:1px;
	border-color:#333333; /*grey if black background is used*/
}
table.module{
	background-color: #000000; /*grey color used was #333333*/
	/*background-image: url('images/gradient_V.png');*/
	background-repeat: repeat-x;
}
td.menu{
	background-color: #000000; /*grey color used was #333333*/
}
td{
	vertical-align: top;
}
td.line{
	background-color: #999999;
	height: 1;
}
td.spacer{
	height: 12;
}
td.TL{
	vertical-align: top;
	align: left;
	width: 15;
	height: 15;
}
td.TR{
	vertical-align: top;
	align: right;
	width: 15;
	height: 15;
}
td.BL{
	vertical-align: bottom;
	align: left;
	width: 15;
	height: 15;
}
td.BR{
	vertical-align: bottom;
	align: right;
	width: 15;
	height: 15;
}
