/* CSS Document */

h1 {
	font-size: 36px;
	font-weight: bolder;
	color: #003366;
	margin-left: 60px;
	
	}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #003366;
	margin-left: 20px;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px;
	font-weight: normal;
}
table {
	margin-left: 10px;
}

#table {
	table-layout: fixed;
	empty-cells: hide;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
	margin-left: 10px;
	width: 500px;
}

#table2 {
	table-layout: fixed;
	empty-cells: hide;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
	margin-left: 10px;
	width: 500px;
}
#box {
	width: 250px;
	float: left;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	border-left-color: #000099;
}
