@charset "utf-8";
/* CSS Document */

/*Headings
==========*/
h2 {
	color:#0684cd;	
}

h3 {
	color:#0684cd;	
}
h4 {
	color: #0684cd;
}
h5, h6 {
	border-color: #0684cd;
	background: #beddee;
}

ul {
	list-style:#0684cd;
}

a {
	color:#0684cd;
}

table.standardTable {
	background: #fff;
}
table.standardTable tr td {
	border-top:1px #0684CD solid;
	border-bottom:1px #0684CD solid;
}
table.standardTable tr th {
	border-top:1px #0684CD solid;
	border-bottom:1px #0684CD solid;
	background:#9bceeb;
}

div#mainBorder {
	border-right:1px solid #0684cd;
	border-left:1px solid #0684cd;
	border-bottom:1px solid #0684cd;
}

div#borderTop {
	background:url(images/border_top_websites.gif) top right no-repeat;
}