/* external CSS file */
/* filename 'sevensistersmedia.css' */
/* Author: SSM */
/* Copyright: 2000-2001 SevenSistersMedia All Rights Reserved */

body {
	font-size: 11px;
	color: #006666;
	background-color: #DEB887;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#siteFooter {
	color: White;
	background-color: #3D598B;
	text-align: center;
	height: 1.3em;
	width: 100%;
	font-size: 0.8em;
	margin-top: 5px;
}

h1, h2, h3 {
	text-align: center;
}

table {
	border: 1px solid Green;
	background-color: #E9967A;
	text-align: center;
	font-size: 14pt;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	color: #C8152C;
}
a:visited {
	color: #A52A2A;
}
a:hover {
	color: Red;
}
a:active {
	color: yellow;
}


input {
	border: 1px solid Green;
}
input:hover {
	color: Navy;
}
input:focus {
	font-weight: bold;
	background-color: #FFF8DC;
}
input.submit {
	font-weight: bold;
	background-color: #FFEBCD;
	text-align: center;
	border: 1px solid Green;
}

.attention {
	font-weight: bold;
	color: red;
}
.conditionList {
	font-family: "Courier New", Courier, monospace;
	font-size: medium;
	text-align: left;
	padding-left: 10%;
}
.error {
	font-weight: bold;
	color: red;
	background-color: yellow;
}
.warningBox {
	background: #FFEB2F;
	color: Red;
	border: thin dotted Maroon;
	margin-left: 10%;
	margin-right: 10%;
}
