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