﻿/* CSS Document */

body{
	margin:0px 0px 20px 0px;
	padding:0px;
	text-align:center;
}

#Layout{
	width:970px;
	margin:0px auto;
	padding:0px 0px;
	font-size:smaller;
}

#main{
	width:640px;
	margin:0x;
	padding:0px;
	text-align:center;
}

h1{
	width:400px;
	font-size: 18px;
	font-weight: 600;
	margin:20px 0px 0px 0px;
	padding:5px 0px 5px 5px;
	border-left:10px solid #9496F1;
	border-bottom:1px solid #9496F1;
}

h2{
	width:600px;
	font-size: 20px;
	font-weight: 600;
	margin:20px 0px 0px 15px;
	padding:0px 0px 0px 5px;
	border-left:10px solid #9496F1;
	border-bottom:1px solid #9496F1;
}

#back{
	margin-top:20px;
	margin-bottom:5px;
	font-size:small;
}

table{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

th{
	font-weight:100;
	background-color:#ADD8E6;
	height:1.5em;
}

table td{
	font-size: smaller;
}

.tableTitle{
	text-align:center;
	background-color:#ADD8E6;
	height:20px;
}

.tableContents{
	text-align:center;
	background-color:#FFFFFF;
	height:20px;
}



