.logo, .logoline2, .logonormal {
	font-family: "Courier New", Courier, mono;
	font-size: 5em;
	font-weight: bold;
}
.logoline2 {
	font-size: 2em;
}
.logonormal {
	font-size: 1em;
}
body {
/*"Franklin Gothic Medium", Verdana,*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height:1.1; /* = times current font; not em */
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
}
.articleblog {
	text-align: justify;
	text-indent: 1.5em;
	padding: 2px;
	font-size:1em;
	font-family:Helvetica, Arial, sans-serif;
}
.articleblog_noindent {
	text-align: justify;
	padding: 2px;
	font-size:1em;
	font-family:Helvetica, Arial, sans-serif;
}
p {
	text-align:justify;
	margin-top: 0;
	margin-bottom: 0;
}
.subtitle {
	font-size: 1.2em;
	font-weight: bold;
}
p.subtitle {
	margin-top: 0.6em;
}
h2, h3, h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
table.menubar {
	font-size: 0.85em;
	text-align: center;
	margin-bottom: 3px;
}
table.menubar a{
	margin-right:1em;
}
table.footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACC9F9;
	font-style: italic;
}
a:link, active {
	color: #990000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #660000;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #C00;
	text-decoration: none;
	font-weight:bold;
}
table.menubar a{
	color: #990000;
	font-weight:bold;
	padding: 1px;
}
table.menubar a:hover{
	background-color: #990000;
	color: #FFF;
}
.headline {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.article {
	text-align: justify;
}
.pagetitle {
	background-color: #FFFFFF;
	font-size: 1.9em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.sectionhead {
	font-size: 1.2em;
	text-align: center;
}
p.center {
	text-align: center;
}
table.leftmenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
table.ratings {
	color: #990000;
	background-color: #ECE9D8;
	border: 3px ridge #ECE9C8;
	text-align: center;
}
.left {
	float:left;
}
img.imgright {
	float:right;
	margin-left:4px;
}
img[align=right] {  /* must be separate or IE ignores imgright */
	float:right;
	margin-left:4px;
}
.imgleft {
	float:left;
	margin-right:4px;
}
img[align=left] {
	float:left;
	margin-right:4px;
}
.menubar1 {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ACC9F9;
	display:block;
	margin:0px;
	padding-top:2px;
	padding-bottom:1px;
}
.menubar2, .menubar3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCD3FA;
	display:block;
	margin:0px;
	padding-top:2px;
	padding-bottom:1px;
}
.menubar3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ACC9F9;
}
/*
.travelq {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
}
.travela {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
*/
.question {
	font-weight: bold;
	margin-top: 1em;	
	font-style:italic;
}
.answer {
	font-weight: normal;
	margin-top: 0.4em;	
}