body {
	margin-left: 15px;
	margin-right: 5px;
	color: #333333;
}

h1 {
	font-size: 16px;
	color: #336699;
}

table {
	border-collapse: collapse;
	padding: 1px;
	background-color: FCFCFC;
	border: thin solid #CCCCCC;
}

td {
	padding: 5px;
}

table.nopad {
	padding: 0px;
	background-color: FCFCFC;
	border: none;
}

td.nopad {
	padding: 0px;
}

th {

}

tr.h td {
	background-color: #dddddd; color: #000000;
	font-weight: bold;
}

tr.r0 td {
	background-color: #eeeeee;
}

tr.r1 td {
	background-color: #ffffff;
}

tr.f td {
	background-color: #dddddd; color: #000000;
	font-weight: bold;
}

form {

	}
input {
	font-size: 11px;
}

textarea {
	font-size: 9px;
}

select {
	font-size: 10px;
}
ul {
	font-weight: normal;
	list-style-type: none;
	list-style-position: inside;
}

li {
	font-size: 10px;
	font-weight: normal;
}
li.sublist {
	font-size: 9px;
	font-weight: normal;
}
ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-size: 9px;
	color: #999999;
}

.big {
	font-size: 18px;
}

.bodystyle {
	font-size: 12px;
}
.alert {
	color: #AA3333;
}
