body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 82%;
	color: Gray;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}
td {
	vertical-align: top;
	text-align: left;
}

a {
	text-decoration: underline;
}
a:link, a:active {
	color: #2905A1;
}
a:hover, a:visited {
	color: #8B0000;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	color: Gray;
}
h4 {
	font-size: 110%;
	color: #2905A1;
	font-weight: normal;
}
#ContentMain{
}
#TopNav, #BottomNav, #TopNav a, #BottomNav a {
	color: #2905A1;
	text-decoration: none;
}
#TopNav a:hover, #BottomNav a:hover {
	color: #8B0000;
	text-decoration: none;
}
#TopNav, #BottomNav {
	font-size: 75%;
	font-weight: bold;
	margin-top: 17px;
	margin-bottom: 20px;
}
#MastHeadSearchBox form, #MastHeadNcdBox form {
	font-size: 80%;
	display: inline;
}
.SearchButton {
	vertical-align: bottom;
}
.SearchString {
	font-size: 90%;
	border: 1px solid silver;
}
#3col_layout td {
	padding-right: 5px;
	width: 186px;
}
#3col_layout {
	border-collapse: separate;
	margin-top: 20px;
}
#Answer {
	text-align: center;
}

/* For compatability with old site's pages (eg Adjudications) */
.normalParagraphText {
	font-size: 80%;
}

/* DO NOT CHANGE BELOW */
table, input, select, textarea, ul ul, td p {  /* IE hack */
	font-size: 100%;
}
* > textarea {  /* Firefox hack */
	font-size: 120%;
}
/* DO NOT CHANGE ABOVE */

@media print {
	* {
		font-size: 102%;
	}
	a {
		text-decoration: none;
	}
	img, #MastHeadNcdBox, #MastHeadSearchBox, #HeadSearchBox, #TopScroller, #TopNav, #dmenu, #BottomNav {
		display: none;
	}
	td {
		width: auto;
		padding-right: 25px;
	}
	#NewCase {
		page-break-after: always;
	}
	#Answer img {
		display: inline;
	}
}
