body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #cdd1ef;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4fb205;
	font-size: 14px;
	text-transform: uppercase;
}

h1, h2, h3, h4, h5, p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

th, td {
	font-size: 10px;
}

img {
	border: 0;
}

ul {
}

li {
	list-style-type: square;
}
ul,
ol {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	padding-left: 20px;
}

ul li {
	list-style-type: square;
}

.tableBorder {
	border-style : dotted;
	border-width : 1px;
	border-color : #C0C0C0;
}

.tdBorder {
	border-style : dotted;
	border-width : 1px;
	border-color : #C0C0C0;
}

.trBorder {
	border-style : dotted;
	border-width : 1px;
	border-color : #C0C0C0;
}

.tableNoBorder {
	border-width : 0px;
}

.tdNoBorder {
	border-width : 0px;
}

.trNoBorder {
	border-width : 0px;
}

