@charset "UTF-8";
/* CSS Document */

html, body {height:100%; width:100%;}
body {
	margin:0px;
	text-align:center;
	background:#CFCFCF;
}

div{
	font-family:"Times New Roman", Times, serif;
	color:#000000;
}

div#outershell {
	width:100%;
	margin:0;
	background-image:url(../images/com_bg.jpg);
	background-repeat:repeat-x;
}
div#inner{
	height:600px;
}

table{
	width:100%;
	height:100%;
}
th{
	text-align:center; 
	vertical-align:middle;
}

