/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select, input, textarea {
	font: 0.625em/1.4 tahoma, verdana, arial, helvetica, sans-serif;
	color: #333;
}
body {
	background: #ffffff;
}
h1 {
	font-weight: normal;
	color: #666;
	font: 3.2em/1.4 georgia, 'times new roman', times, serif;
	margin: 0.2em 0 0;
}
h2 {
	font-weight: normal;
	color: #666;
	font: 2.4em/1.4 georgia, 'times new roman', times, serif;
	margin: 0.2em 0;	
}
section p, section ul, section ol,
aside p, aside ul, aside ol {
	font-size: 14px;
	margin: 1em 0;
	color: #000;
}
section ul {
	margin-left: 1em;
}
section ol {
	margin-left: 1.4em;
}
.SubHeading {
	color: #666;
	font-size: 24px;
}
.MainHeading {
	font-size: 36px;
	color: #000;
}
.ThirdHeading {
	color: #666;
	font-size: 24px;
}
.SubHeadingBold {
	font-weight: bold;
	font-size: 24px;
	color: #666;
}
.automargin {
	margin:auto;
	position:absolute;
	width: 800;
}
table
{ 
	margin-left: auto;
	margin-right: auto;
}
