body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	line-height: normal;
}
a {
    COLOR: #983030;
    TEXT-DECORATION: none;
}
A:hover {
    TEXT-DECORATION: underline;
}
a.leftMenu
{
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	text-indent:inherit;
}
a.leftMenu:hover, .selectedMenu
{
	text-decoration:underline;
	font-size:100%;
	font-weight:bold;
	text-indent:inherit;
	color:white;
}
.selectedSubMenu
{
	color:white;	
	font-weight:bold;
}
.title
{
	font-size:100%;
	color:white;	
}
a.title:visited
{
	font-size:100%;
	color:white;	
}
.Disclaimer
{
font-size:x-small;
}
H1,H2,H3,H4,H5 { font-family: Verdana, Arial, Helvetica, sans-serif }
H1 { font-size: 160%; font-weight: bold; }
H2 { font-size: 140%; font-weight: bold; }
H3 { font-size: 120%; font-weight: bold; }
H4 { font-size: 110%; font-weight: bold; }

PRE { 
	BACKGROUND-COLOR: #FFFFBB; 
	FONT-FAMILY: 9pt "Courier New", Courier, mono; 
	WHITE-SPACE: pre; 
	padding: 7pt;
}
CODE { COLOR: #990000; FONT-FAMILY: "Courier New", Courier, mono; font-size:100%; }

.ArticleDescription
{
	padding-left:20px; padding-top:0px
}
td.comment-topright
{
	background-image:url(images/top-right.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:8px;
	height:8px;
}
td.comment-topleft
{
	background-image:url(images/top-left.gif);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:7px;
	height:8px;
}
td.comment-bottomright
{
	background-image:url(images/bottom-right.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:8px;
	height:8px;
}
td.comment-bottomleft
{
	background-image:url(images/bottom-left.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-color:#ECDFD9;
	width:7px;
	height:8px;
}
table.comment
{
	background-color:#ECDFD9;
	height:auto;
}
td.comment-top
{
	background-image:url(images/border-top.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:8px;
}
td.comment-left
{
	background-image:url(images/border-left.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:8px;
}
td.comment-right
{
	background-image:url(images/border-right.gif);
	background-position:right;
	background-repeat:repeat-y;
	width:8px;
}
td.comment-bottom
{
	background-image:url(images/border-bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:8px;
}
#MenuBar {
	width: 900px;
	background: #720B26;
	border-top: solid 3px white;
	border-bottom: solid 5px white;
	text-align: center;
}
#MenuBar ul, #MenuBar ul li {
	display: inline;
	text-align: center;
	text-decoration: none;
	margin: 0;
}
#MenuBar ul 
{
	padding: 0;
	list-style: none;
	border-left: solid 1px black;
	border-right: solid 1px #D4838E;
}
#MenuBar ul li {
	border-left: solid 1px #D4838E;
	border-right: solid 1px black;
}
#MenuBar ul li a {
	font-size: 80%;
	color: white;
	letter-spacing: 1px;
	line-height: 2.25em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 1em 2em;
}
#MenuBar ul li a:hover {
	font-size: 80%;
	color: white;
	letter-spacing: 1px;
	line-height: 2.25em;
	text-decoration: underline;
	text-transform: uppercase;
	padding: 1em 2em;
}
