/*** SETUP ***/

body {
	background-image: url('../splash_gradient.jpg');
	background-repeat: repeat-x;
	background-color: #003366;
	font-family: arial;
	color: #fff;
	font-size: 10pt;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

/*** SPAN CLASSES ***/

span.second_header {
	font-size: 16pt;
	font-weight: bold;
	color: #003366;	
}

span.history_header {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #fff;	
}

/*** DIV IDS ***/

#container {
	width: 920px;
}	

#content {
	width: 900px;
	padding: 10px;
	background-color: #cdcdcd;
	color: #000;
	text-align: left;
	font-size: 10pt;
}	

/*** DIV CLASSES ***/

div.dots {
	border-top: 1px dotted #003366;	
}

div.history {
	border: 3px double #fff;
	padding: 10px;
	background: #3d3d3d;
	color: #fff;
}

/*** BUTTON CLASSES ***/

.button {
	border:0;
}

.button a {
	border:3px double #900000;
	display:block;
	outline-color:#-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	width:214px;
	line-height:20px;
	text-align:center;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	color:#fff;
	background-color:#3d3d3d;
	font-style:normal;
	margin:0;
	padding:7px;
}

.button a:hover {
	font-weight:700;
	background-color:gray;
	color:#000;		
}

.button a:active {
	outline-color:#-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}

/*** IMG CLASSES ***/

img.blue_border {
	border: 2px solid #003366;	
}

/*** LINKS ***/

a.white:link {
	color: #fff;
	font-style: none;
	font-weight: none;
}
a.white:active {
	color: #fff;
	font-style: none;
	font-weight: none;
}
a.white:visited {
	color: #fff;
	font-style: none;
	font-weight: none;
}
a.white:hover {
	color: #c0c0c0;
	font-style: underline;
	font-weight: none;
}	

/*** ROUNDED CORNERS CLASS ***/

.spiffy{
	display:block
}
.spiffy *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#cdcdcd
}
.spiffy1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #6d233a;
	border-right:1px solid #6d233a;
	background:#bf1819
}
.spiffy2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #192f5b;
	border-right:1px solid #192f5b;
	background:#ce1513
}
.spiffy3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #ce1513;
	border-right:1px solid #ce1513;
}
.spiffy4{
	border-left:1px solid #6d233a;
	border-right:1px solid #6d233a
}
.spiffy5{
	border-left:1px solid #bf1819;
	border-right:1px solid #bf1819
}
.spiffyfg{
	background:#cdcdcd;
}
