﻿table {
	border: solid 1px #cecece;
}
.selected {
	background-color: #dedede;
	color: #000000;
	font-weight: bold;
}
.alt {
	background-color: #cccccc;
}
th {
	padding: 0 0 0 8px;
	color: #ffffff;
	text-align: left;
	background: url(../images/table_head_bg.gif) repeat-x;
	font: bold 14px Arial, sans-serif;
	line-height: 24px;
}

td {
	font: normal 12px Arial, sans-serif;
	font-size: 12px;
}

.column1 {
	float: left;
	width: 200px;
}

.column2 {
	float: right;
	width: 760px;
}

h2 {
	margin: 0;
	padding: 15px 0 5px 0;
}

a {
	color: #0069AA;
}