/* General */
BR {
	line-height:20px;
}

.tablepadding { 
	padding-left:15px;
	padding-right:10px;
	padding-top:15px;
}

/* Accessibility styles */
H1, H2, H3, .invisible {
  display:none;  
}

/* Site border */
.framebottomright {
	background-image:url(images/imgFrameRightBottom.jpg);
	background-repeat:repeat-y;
	height:100%;
	width:4px;
}
.framebottomleft {
	background-image:url(images/imgFrameLeftBottom.jpg);
	background-repeat:repeat-y;
	height:100%;
	width:4px;
}
.menuborder {
	border-right:#B1A87A dotted 2px;	
}
.fontmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#595433;
	height:28px;
	vertical-align:middle;
}
.fontbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #333333;
	line-height:16px;
}
.fonttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	color: #333333;
}

/* Link styles */
a.fontmenu:link {text-decoration:none;}
a.fontmenu:visited {text-decoration:none; }
a.fontmenu:hover {text-decoration:none;}
a.fontmenu:active {text-decoration:none; }
