/* CSS Document */

body {
	margin-left: 10px;
	font-family: tohoma ,Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-color: #F4F7FB;
}

h1 {
	text-align: middle;
	font-weight: bold;
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 5px;
}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 17px;
	margin-top: 8px;
	margin-bottom: 5px;
}

p {
	font-size: 12px;
}

ul {
   padding:10px 10px 0 50px;
   list-style: disc;
	font-size: 12px;
	list-style: disc;
}

td {
	font-size: 12px;
}

div {
	font-size: 12px;
}

img {
	border: none;
}

.headlinefont {
	font-size: 180%;
	font-variant: normal;
	font-weight: bold;
}

.buttonfont {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 7px 12px 6px 12px;
	text-decoration: overline underline;
	color: #708491;
}

