/* CSS Document */

div#mainbody {
		margin: auto;
		width: 600px;
		height: 450px;
		text-align: center;
		}

.head1 {
		font: bold 24px/1 sans-serif;
		color: #000000;
		}

.body1 {
		font: 12px/1 sans-serif;
		color: #000000;
		line-height: 130%;
		}

.body1 a {
		font: bold 12px/1 sans-serif;
		color: #990000;
		text-decoration: none;
		line-height: inherit;
		}
	.body1 a:hover {
		color: #ff0000;
		}
	.body1 a:active {
		color: #ff0000;
		}
		
.copy1 {
		font: bold 12px/1 sans-serif;
		color: #000000;
		text-align:right;
		padding-right: 10px;
		padding-top: 6px;
		}
