body, table, tr, td, p, a, form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 10px;
	color: #92292e;
	font-weight: bold;
}
h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 5px;
	color: #92292e;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
}
a:active {
	color: #63839c;
	/*font-weight: bold;*/
}
a.lang:link, a.lang:visited, a.lang:hover {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e48c72;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5px;
	font-weight: normal;
}
a.lang:active {color:#FFFFFF;}

a.navMain:link, a.navMain:active, a.navMain:visited, a.navMain:hover {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 15px;
	font-weight: normal;
}
a.red:link, a.red:active, a.red:visited, a.red:hover {color:#92292e;}

.citation{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #63839c;
}
.redline {
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #92292e;
}
.greyborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.blueborder {
	border: 1px solid #63839c;
	text-align: center;
	padding: 25px;
}
.cellContent {
	padding: 15px 30px;
}
.greycell {
	border: 1px solid #cccccc;
	text-align: center;
	width:33%;
	vertical-align:middle;
}
.input {
	border: 1px solid #cccccc;
	font-size: 11px;
}
.highlight {
	font-weight: bold;
	color: #63839C;
}
p.subnav {
	margin-top: -10px;
	}
p.righttd {
	text-align: right;
}