/* CSS Document */
body {
	font-family: "Droid Sans", "Droid Sans Mono";
	font-size: 15px;
	color: #000000;
	background-color: #04A841;
	width:1024px;
	height:768px;
}

p{
	font-family: "Droid Sans", "Droid Sans Mono";
	font-size: 13px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	font-weight: normal;
}

.h1{
	font-family: "Droid Sans", "Droid Sans Mono";
	font-size: 18px;
	color: #FFF;
	line-height: normal;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}
.bold {
	font-family: "Droid Sans", "Droid Sans Mono";
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-transform: none;
}

.header {
	font-family: "Droid Sans", "Droid Sans Mono";
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #117F3F;
	text-transform: none;
}

/* start - table */
/*table {
	border-collapse: collapse;
	}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
/*	padding-left: 2px;
	padding-right: 2px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-right-color:#000000;
	border-bottom: solid 2px #FFF;*/
}
/*tr {
	height: 30px;
}
td {
	padding-left: 2px;
	padding-right:2px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}*/
tr.row-a {
	background: #CC9933;
}
tr.row-b {
	background: #FFFF99;
}
/* end - table */

