@charset "utf-8";

/* CSS Document */



html, body { 
	margin:0px;
	padding:0px;
	font:100%/100% arial,helvetica,sans-serif; 
	background-color:#FFF;
}

form, fieldset { 
  margin:0px;
	padding:0px;
	font:100%/120% arial,helvetica,sans-serif; 
}	

li, dd, blockquote { 
  margin-left:1em; 
}

form label { 
	cursor:pointer; 
}

h1 {
	color:#061a31;
	font-size:2em;
	}

h2 {
	color:#061a31;
}

h3 {
	font-size:.8em;
	font-weight:normal;
	color:#061a31;
}

p {
	font-size:0.7em;
	font-weight:normal;
	color:#444;
}

table {
	border: 1px solid #f0f8ff;
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
	font-size:.8em;
  verticle-align:top;
}

th {
	font-size: .9em; 
	padding: 5px 10px;
	color: #061a31;
	text-align: left;
	letter-spacing: 0px;
}

td{
	font-size:.85em;
	width:7em;

}

#difference td{
	font-size:.85em;
	width:20em;

}

thead th {
	border: 1px solid #222;
	white-space: nowrap;
	background: #F0F8FF;
}

tbody td ,tbody th {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 35px;
	background: #CCC;
	color: #222;
}

tbody th {
	color: #061a31;
	font-weight: bold;
	background-color:#aaa;
}

tbody tr.odd {
	border: 1px solid #222;
	font-size:.8em;
}

tbody tr.odd td, tbody tr.odd th {
	background: #F0F8FF;
	font-size:.8em;
	
}

tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
	
}

caption {
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	padding: 10px 0;
	color: #047;
	
}

table a:link {
	color: #DC143C;
	
}

table th a:link {
	color: #047;
	text-decoration: none;
	
}

table a:visited{
	color: #036;
	text-decoration: line-through;
	
}

table a:hover{
	color: #000;
	text-decoration:none;
	
}

table a:active{
	color: #000;
	
}


a:link {
	color:#000;
	text-decoration:none;
	border:0px
	
}

a:hover {
  color:#CCC;
	text-decoration:none;
	border:0px

}

a:visited {
	color:#000;
	text-decoration:none;
	border:0px

}

ol, ul {
	font-size:0.7em;
	font-weight:bold;
	color:#222;
	padding-left:2em;
	padding-bottom:1em;	

}