@charset "iso-8859-1";

* {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
	margin:0;
	padding:0;
	text-decoration:none;
}

html,body {
	height:100%;
	width:100%;
}

body {
	background: #ffffff;
	margin: 1%;
}

h1 {
	font-size: 18px;
	margin-bottom: 20px;
	color:#CC0000;
}
h3 {
	font-size: 14px;
	margin-bottom: 10px;
}


p {
	color:#000000;
	font-weight:100;
	margin-bottom: 5px;
}
div {
width: 98%;
}
table {
	width: 100%;
}

th {
	color:#000000;
	padding: 5px;
	background:#CCCCCC;
	border-bottom:#666666 solid;
}

td {
	color:#000000;
	padding: 5px;
	border-bottom:#CCCCCC solid 1px;
}
caption {
	color:#cc0000;
	background-color:#f5f7de;
}

td.gray {
	color:#000000;
	padding: 5px;
	border-bottom:#CCCCCC solid 1px;
	background:#ececec;
}

td.white {
	color:#000000;
	padding: 5px;
	border-bottom:#ffffff solid 1px;
	background:#ffffff;
}

