/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #660000;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: ;
}

a:visited {
	color: ;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: ;
}

a:hover {
	color: ;
	text-decoration: underline;
}

table.full {
	height: 100%;
	width: 778px;
	background: white;
}

.z {
	z-index: 1;
	position: fixed;
	left: 630px;
	bottom: -1px;
}

p {
	font: normal 13px/15px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.bold {
	text-align: center;
	font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
}

.center {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}

.right {
	text-align: right;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}

.logo {
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	background-color: #cccccc;
}

.header {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	background-color: #cccccc;
}

.headerright {
	background-image: url("images/headerright.jpg");
	background-repeat: repeat;
	background-color: #cccccc;
}
