body {
	margin-right:0;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	font-family:Verdana,Helvetica;
}

h1 {
	font-size: 12pt;
	color:#9C9CA6;
	margin-top:8px;
	margin-bottom:4px;
}

h2 {
	color:#AF0018;
	font-size:9pt;
	font-weigth:bold;
	margin-bottom:0;
	margin-top:2;
}
h6 {
	font-size:8pt;
	color:#999999;
	font-weight:normal;
	margin-bottom:0;
	margin-top:4;
}

td, th {
	font-size:8pt;
	color: #666666;
}

td.header {
	font-weight: bold;
	background-color: #C6D3EF;
}

td.link {
	cursor:hand;
	background-repeat:no-repeat;
}

table.details {
	padding: 5px;
	border-collapse:collapse;
}

.bordered {
	border: solid 1px #AF0018;
}

.imgbordered {
	border: solid 1px #9C9CA6;
	background-color: #EFEBDE;
}

th.details {
	border: solid 1px #BAB9B6;
	font-weight:bold;
	text-align:left;
	background-color: #C6D3EF;
}

td.details {
	color: #AF0018;
	background-color: #DFDFDF;
}

hr {
	margin:0px;
	color: #cccccc;
	height:0px;
	border-top: dashed 1px #cccccc;
}

td.list {
	color: #AF0018;	
}

.label {
	font-weight:bold;
}
td.error {
	font-weight:bold;
	color:#FF0000;
}
input, textarea, select, button {
	border-style: solid;
	border-width: 1px;
	border-color: #AF0018;
	font-family:Verdana,Helvetica;
	font-size:8pt;
	background-color:#ffffff;
}
input.checkbox {
	border: none;
}
.checkbox {
	border-style:none;
}
td.toolbar {
	border:solid 1px #EFEBDE;
}
a {
	color:#AF0018;
	text-decoration:none;
}

a.menu {
	color:#ffffff;
	text-decoration:none;
}
a:hover.menu {
	color: #AF0018;
	text-decoration:none;	
}

