/* ALL PAGES */
body {
	background: gray;
	font: 12px 'Arial', Verdana, Sans-Serif;
	color: #000000;
	text-align: center;
	}

#page {
	margin: 15px auto 0 auto;
	background: #FFFFFF;
	border: 1px solid #000000;
	width: 650px;
	padding: 0px 0 20px 0;
	}

h1, h2 {
	font-family: 'Arial', Verdana, Sans-Serif;
	}

h1 { 
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}

h2 { 
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	}

.std {
	width: 500px;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 15px auto 0 auto;
	}

.banner {
	border: 1px solid #000000;
	}

.noborder {
	border: 0px;
	}

/* WARNING PAGE */

.warning {
	width: 500px;
	margin: 15px auto 0 auto;
	font-size: 14px;
	font-weight: bold;
	}

.recips {
	width: 550px;
	margin: 15px auto 0 auto;
	font-size: 14px;
	}

table.recips {
	background: gray;
	margin: 0 auto 0 auto;
	border: 1px solid #000000;
	text-align: center;
	}
	
td.link {
	background: orange;
	border: 1px solid #000000;
	font-size: 12px;
	padding: 5px 0 5px 0;
	}

td.link a {
	color: black;
	}

td.link a:hover {
	color: black;
	}

.enterexit {
	margin: 15px auto 0 auto;
	font-size: 20px;
	}

.enter {
	color: green;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 0 20px;
	}

.exit {
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 0px 20px 0 10px;
	}

.parent {
	width: 500px;
	font-size: 11px;
	color: #000000;
	margin: 10px auto 0 auto;
	}

.network {
	margin: 15px auto 0 auto;
	text-align: center;
	}

.network a {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 0px 20px 0 20px;
	}

/* ENTER PAGE */

.direct {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 0px 15px 0 15px;
	}

.out  {
	margin: 15px auto 0 auto;
	text-align: center;
	}

.out a {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 0px 20px 0 20px;
	}

.thumbs {
	width: 500px;
	margin: 15px auto 15px auto;
	}

.thumb {
	border: 2px solid red;
	}

table.thumbtable {
	border: 1px solid #777777;
	}

.enter .out {
	font-size: 14px;
	color: #000000;
	text-align: center;
	padding: 0px 40px 0 40px;
	}

.teaser {
	font-size: 16px;
	color: red;
	text-align: center;
	}

.gallery, .gallery a {
	font-weight: bold;
	color: red;
	text-align: center;
	text-decoration: underline;
	}

.misc  {
	margin: 15px auto 0 auto;
	text-align: center;
	font-size: 10px;
	color: #000000;
	}

.misc a {
	color: #000000;
	}

