html, body	{
	height:100%
}
.detailsH1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color:#666666;
	vertical-align:top;
}
.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:normal;
	color:#12364e;
}
.free {
	color: #cc0000;
	font-weight:bold;
}
ul {
	list-style-type: square;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:normal;
	margin-left:-2em;
	vertical-align:middle;
}
.div {
	width:1px; 
	background: url(images/line.gif) repeat-y top;
	empty-cells: show;	
	padding:0;
}
.dottedLine {
	background: url(images/dot.gif) repeat-y top;
	empty-cells: show;
}
.spCol {
	empty-cells: show;
	padding: 44px;
}
a.action:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: none;
}
a.action:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: none;
}
a.action:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
}

a.details:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:x-small;
	color: #66666;
	text-decoration: underline;
	padding:0;
}
a.details:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:x-small;
	color: #66666;
	text-decoration: underline;
	padding:0;
}
a.details:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:x-small;
	color: #cc0000;
	text-decoration: none;
	padding:0;
}