html, body {
	background-color:#FFFFFF;
}

html, body{
	font-style: normal;	
	font-family: Arial, Serif;
	font-size:13px;
	line-height:1.2em;
}

h1, #homepage .groupTitle {
	font-size:16px;
	font-weight:bold;
	background-color:#000000;
	color:#fff;
	height:30px;
	line-height:30px;
	margin:0px;
	margin-bottom:10px;
	display:block;
	border:none;
	position:relative;
	left:-10px;
	padding-left:10px;
	width:690px;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#f00;
}

h3 {
	font-weight:bold;
}

img {
	border: 0px;
}

a {
	color:#ed1e24;
	text-decoration:none;
}


ul{
	padding-left:20px;
	text-indent:0px;
	margin:1px;
}

.test class{
	font-size:30px;
}

form{
	padding:0;
	margin:0;
}

#normal-table {
	border: 1px solid #000000;
}


#normal-table thead th.title {
	background: #fff;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

#normal-table thead th {
	background: #ed1e24;
	padding: 2px 5px 2px 5px;
	text-align: left;
	border-bottom: 1px solid #000000;
}

#normal-table tbody tr td {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	text-align: left;
}

#normal-table tbody tr.odd td {
	background: #f0f0f0;
}

.defaultTable {
	border: 1px solid #000000;
}


.defaultTable thead th.title {
	background: #fff;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.defaultTable thead th, .defaultTable thead td {
	background: #ed1e24;
	padding: 2px 5px 2px 5px;
	text-align: left;
	border-bottom: 1px solid #000000;
}

.defaultTable tbody tr td {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	text-align: left;
}

.defaultTable tbody tr.odd td {
	background: #f0f0f0;
}