BODY {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	
	background-color:#000033;
	margin: 0;
	padding: 0;
	
	color: #E5E5E5;
}

P {
	font-weight: bold;
}

A {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

A:HOVER, A:ACTIVE {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 1px dotted #FF6600;
}

#container {
	width: 750px;
	margin: 0 auto;
}

IMG {
	border: none;
}

#header {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 77px;
	margin-top: 1.3em;
}

#footer {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-bottom: 2em;
}

#tts {
	padding: 3em;
	background-color: #2f5a7d;
	background-image: url(../images/middle.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
}

#comeback-link {
	position: absolute;
	top: -0.5em;
	left: 0.5em;
}

#powered-by {
	position: absolute;
	top: 0.2em;
	right: 0.5em;
	text-align: right;
}

#powered-by A {
	border: none !important;
}

#tts div.bubble {
	background-color: #3f78a7;
	border-color: #326186;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tts h2 {
	color: #FF6600;
	font-size: 1.8em;
}

#tts h5 {
	font-size: 1.4em;
	color: #FF6600;
}

#tts h4 {
	font-size: 1.1em;
}

#tts .form_errors_small {
	background-image: url(../images/orange-pixel.png);
	margin: 10px 0px;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tts .form_errors_small p {
	margin: 0;
	padding: 0;
	line-height: 48px;
}

#tts .form_errors_small_bottom {
	clear: both;
}
