/* 
Blue blog template 
----------------------
You are free to use
this template in any
way you desire, no
author information or
link back are required.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #337FC6;
	font: normal 10pt/13pt verdana, arial,sans-serif;
	color: #404040;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	color: #808080;
}

#header {
	width: 780px;
	height: 60px;
	background: #fff url("../images/header2.gif") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #ffff00;	
}

#container {
	width: 800px;
	background-color: #fff;
	border: solid 2px #0000aa;
	padding: 10px 0 10px 14px;
	margin: 0 auto;
	text-align: left;
}

#testTable {
    border-collapse: collapse;
}


.testRow {
    border: 1px solid #565656;
}

#horizontal {
	width: 778px;
	height: 30px;
	background: url("../images/horizontal2.gif") no-repeat;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 6px;
	padding-left: 20px;
}

#horizontal a, #horizontal a:visited {
	color: #fff;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #dede00;
	text-decoration: none;
}

#content {
	width: 780px;
	margin: 10px auto 0 auto;
	background-color: #fff;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
}

.black {
	color: #000;
}

p {
	margin-bottom: 20px;
	padding:  0 14px;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 9pt;	
	border: none;
	background: none;
	}

#footer {
	color: #aaa;
	background: #F9F9F9;
	clear: both;
	width: 775px;
	margin: 0 auto;
	height: 20px;
	padding: 4px;
	border: 1px solid #fff;
	text-align: center;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}
.distspan {
    background-color: #ffff55;
}

