#quicklist-h1 {
	/*margin: 10px;*/
  background: #fff;
  color:#0155A6;
}

#quicklist-gray {
  font-size: 1.2em;
  margin: 10px;
  background: #EDEDF4;
  padding:10px;
  width:620px;
	  
}

#quicklist-blue {
  margin: 10px;
  margin-left:0px;
  background: #F3F9FF;
  width:620px;
  padding:10px;
  border:1px solid #D6E7F7;
}

#quicklist-blue a{
  color:#0155A6;
}

#quicktable {
  /*font-size: 1.2em;*/
	margin: 10px;
	margin-left:0px;
  background: #ffffff;
    padding-top:2px;
    padding-left:2px;
}

#ratestable {
  /*font-size: 1.2em;*/
  background: #ffffff;

}

a img {
	border: 0;
}

ul {
	margin-top: 10px;	
}


/*-------------------------------------------------
links
-------------------------------------------------

a {
	color:#330000;
	text-decoration: none;
}


.toc a {
	color:#024281;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: 0;
}
*/
/*-------------------------------------------------
highlighted areas
-------------------------------------------------*/

div.attention {
	margin-top: 10px;
	padding: 8px 0;
	background-color: #00a5d3;
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
}

div.attention a {
    color: white;
}

a.attention-green {
    display: block;
	padding: 8px 0;
	background-color: #97BD2F;
	text-align: center;
	border: 1px solid #ccc;
	color: #ffffff;
	font-size: 1.5em;
	width: 300px;
}

div.attention p {
	font-size: 13px;
	margin: 0;
	text-align: center;
	color: #ffffff;
}

div.attention h2 {
	text-align: center;
}


div.box {
	background:#ffc;
	border: #ccc 1px solid;
	margin:10px auto 20px auto;
	padding:10px 0px 10px 0px;
	width:500px;
	color: #ffffff;
	text-align: center;
}

/*-------------------------------------------------
footer
-------------------------------------------------

div.footer {
	text-align: center;
	background-color: #ffffff;
	font-family: verdana;
	color: #999;
	border-top: 1px dotted #CCC;
	padding-top: 10px;
	margin-top: 20px;
	line-height: 1.4em;
	clear: both;
}

div.footer a {
	color: #999999;
	margin-right: 15px;
	font-size: 11px;
}
*/
/*-------------------------------------------------
prettytable
-------------------------------------------------*/

table.prettytable {
  margin: 1em 1em 1em 0em;

	
  background: whitesmoke;
  border-collapse: collapse;
}
table.prettytable th, table.prettytable td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.prettytable th {
  background: gainsboro;
  text-align: left;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

/*-------------------------------------------------
forms
-------------------------------------------------*/
textarea.copy {
 background-color: #FFFFCC;
}
input {
 font-size: 16px;
}