@import "MSC-advanced.css";
body {
	background-color: #005;
	color: #fff;
  font-family: sans-serif;
}
h1 {
  font-size: 200%;
	font-family: "Arial Narrow", "DejaVu Sans Condensed", sans-serif;
}
h2 {
  font-size: 140%;
	font-family: "Arial Narrow", "DejaVu Sans Condensed", sans-serif;
}
h3 {
  font-size: 125%;
	font-family: "Arial Narrow", "DejaVu Sans Condensed", sans-serif;
}
h4 {
  font-size: 110%;
	font-family: "Arial Narrow", "DejaVu Sans Condensed", sans-serif;
}
a:link {
  color: #ffe479;
  background-color: #005;
}
a:visited {
  color: #ccc;
  background-color: #005;
}
a:focus,
a:active,
a:hover {
  color: #fff;
  background-color: #005;
}
/* stoopid IE */
a img {
	border-color: #ffe479;
}
a:visited img {
	border-color: #ccc;
}
a:focus img,
a:active img,
a:hover img {
  border-color: #005;
}


p, ul, ol, dl, blockquote {
	margin-top: 0;
	margin-bottom: 1em;
}

.clear {
	clear: both;
}

dt {
	font-weight: bold;
}
.contact dd {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
}
	
/* tables */
table {
	background-color: #FFF9DF;
	color: #000;
	margin-bottom: 1em;
}
caption {
  font-size: 110%;
	font-family: "Arial Narrow", "DejaVu Sans Condensed", sans-serif;
}
td, tbody th {
	vertical-align: top;
	padding: .2em .5em .2em 0;
}
thead th {
	background-color: #ffefb0;
	color: #000;
	padding: .1em .3em;
}
tbody th {
	text-align: left;
}
tr.alt-row th,
tr.alt-row td {
	border-top: 1px solid #ffe479;
	border-bottom: 1px solid #ffe479;
}

table.pricing td {
	text-align: center;
}

