body{
font:76% tahoma,verdana,sans-serif;
background:#ffffff;
color:#222;
}

#container{
width:720px;
margin:0 auto;
padding:20px 20px 0 20px;
background:#fff;
color:#222;
}

a{
font-family: verdana;
font-size: 7.5pt;
font-weight: bold; 
}

h3{
font-family: arial, helvetica;
color: #004400;		
}

p{
font-family: Arial, Helvetica;
font-size: 12pt;
background:#003300;
color: #005500;
font-weight: bold;
}

td.top {
font-family: verdana;
font-size: 7.5pt;
color: #cc3300;
border-left: 0px solid #D8F7D8;
	border-top: 0px solid #D8F7D8;
	border-bottom: 0px solid #D8F7D8;
	border-right: 0px solid #D8F7D8;
}

th.header {
font-family: verdana;
font-size: 12pt;
color: #fff;
background:#005500;
border-left: 0px solid #D8F7D8;
	border-top: 0px solid #D8F7D8;
	border-bottom: 3px solid #fff;
	border-right: 0px solid #D8F7D8;
}

a { background: inherit; color: #4E3525; text-decoration: underline; }
a:hover { background: inherit; color: #3D5E02; text-decoration: none; }

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;	
	align: center;
}
th strong {
	color: #fff;
}
th {
	background: #f0e68c;
	padding-left: 4px;
	padding-right: 4px;
	color: #003300;
	text-align: center;
	border-left: 1px solid #D8F7D8;
	border-top: 1px solid #D8F7D8;
	border-bottom: 1px solid #D8F7D8;
	border-right: 1px solid #D8F7D8;
}
tr {
	height: 20px;
}
td {
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	font-family: verdana;
	font-size: 7.5pt;
	color: #005500;
	text-align: center;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #EDF8ED;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

