body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #353535;
	background-color: #666666;
}

p {
	font-size: x-small;
}

li {
	font-size: x-small;
}

p.small {
	font-size: x-small;
}

p.title {
	color: #EA2E35;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

p.subtitle {
	color: #EA2E35;
	font-size: small;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

a {
	color: #EA2E35;
	text-decoration: underline;
}

a:hover {
	background: #EA2E35;
	color: #EEEEEE;
	text-decoration: none;
}

td.border {
	background-color: #353535;
}

table.tbl {
	border: 1px solid #353535;
	border-collapse: collapse;
}

table.plain {
	border: 1px solid #353535;
	border-collapse: collapse;
}

th.tbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	background-color: #B1B1B1;
	color: #353535;
	border: 1px solid #353535;
}

th.plain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	color: #353535;
	border: 1px solid #353535;
}

td.tbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	background-color: #CCCCCC;
	color: #353535;
	border: 1px solid #353535;
}

td.plain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	color: #353535;
	border: 1px solid #353535;
}

table.subtbl {
}

th.subtbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	background-color: #B1B1B1;
	color: #353535;
}

td.subtbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	background-color: #CCCCCC;
	color: #353535;
}

a.thsubtbl {
	color: #EA2E35;
	text-decoration: underline;
}

a.thsubtbl:hover {
	background : #EA2E35;
	color : #B1B1B1;
	text-decoration: none;
}

a.tdsubtbl {
	color: #EA2E35;
	text-decoration: underline;
}

a.tdsubtbl:hover {
	background : #EA2E35;
	color : #CCCCCC;
	text-decoration: none;
}

input {
	border: 1px solid #333333;
	background-color: #B4B4B4;
	color: #333333;
}

textarea {
	border: 1px solid #333333;
	background-color: #B4B4B4;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
