/* CSS Document */

body {
	width: 900px;
	height: 490px;
	margin: auto;
	margin-top: 1%;
	padding: 0px;
	background-color: #FEFEFE;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF6633;
	text-decoration: none;
	}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF0000;
	text-decoration: none;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-decoration: none;
	margin-left: 10px;
	text-align: left;
	vertical-align: middle;
	margin-top: 90px;
	}
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-decoration: none;
	}
.logo-table {
	height: 100%;
	width: 100%;
	border: 0px;
	}
.logo-td-top {
	height: 56px;
	width: 100%;
	}
.logo-td-middle {
	height: 10px;
	width: 39%;
	}
.logo-td-bottom {
	height: 44px;
	width: 100%;
	}
.td-corner-top {
	height: 120px;
	width: 120px;
	}
.td-corner-bottom {
	height: 120px;
	width: 120px;
	}


