body,p,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	font-size: 10px;
	color: black;
}

a {
	text-decoration: none;
	color: #1F4377;
}
a:hover {
	text-decoration: underline;
}

table {
	 border-collapse: collapse;
}

.main {
	padding: 0px 0px 0px 0px;
}

.content {
	 border-collapse: separate;
	 padding: 15px 15px 15px 15px;
	font-size: 12px;
}

.nav {
	padding: 0px 0px 0px 0px;
	border: 1px solid #B0B0B0;
	background-color: white;
	font-size: 18px;

}

.navlink {
	color: white;
	font-size: 16px;
}

.bottom, a.bottom, a.bottom:hover {
	color: white;
	font-size: 10px;
	text-align: center;
}

.border {
	border: 1px solid #1F4377;
}

.greyborder {
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
}

h1 {
	font-size: 12px;
}

.header {
	background-color: #1F4377;
	color: white;
}