body {
	cursor: default;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10%;
	margin-right: 10%;
	text-decoration: none;
}

.td_color {
	background-color: #E6E6E6;
	border: 1px solid Gray;
	padding: 3 3 3 3;
	text-align: justify;
}


a {
	color: #616161;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}

h1 {
	background-color: inherit;
	border-bottom-style: dotted;
	border-width: 1px;
	color: #3a3a3a;
	font-size: 14px;
	font-variant: normal;
	padding: 5px;
}

td {
	padding: 3px;
	font-size: 12px;
}

h2 {
	border-color: #808080;
	border-style: solid;
	border-width: 1px;
}

.SubTitle {
	background-color: #d3d3d3;
	border-bottom-color: #808080;
	border-left-color: #000000;
	border-right-color: transparent;
	border-top-color: #000000;
	padding: 3px;
	font-size: 14px;
}

input {
	background-color: #666666;
	color: White;
	padding: 3px;
}

table {
	width: 100%;
}

.left {
	color: #616161;
	font-size: 10px;
	text-align: left;
}

.right {
	color: #616161;
	text-align: right;
}

th {
	background-color: inherit;
	border-bottom-style: dotted;
	border-color: inherit;
	border-width: 1pt;
	color: #3a3a3a;
	text-align: left;
}

.img_border {
	border-bottom-color: black;
	border-left-color: gray;
	border-right-color: black;
	border-style: solid;
	border-top-color: gray;
	border-width: 1px;
}

.small {
	font-size: 12px;
}