body{ font-family: Verdana; font-size: 10pt; margin-top: 0; margin-left: 10; margin-right: 10}
table{ font-family: Verdana; font-size: 10pt}

a.MenuBarLink {color: #ffffff; font-weight: bold}
a.MenuBarLink:visited {color: #ffffff; font-weight: bold}
a.MenuBarLink:hover {color: #ffff00; font-weight: bold; background: transparent;}

.Forum_AlternateRow{ background-color: #e0e0e0}
.Forum_HeaderRow{ background-color: #e0e0e0}
table.FormTable{ background-color: #dddddd}

a {  color: blue; text-decoration: none}
a:visited {  color: blue; text-decoration: none; }
a:hover {  color: blue; text-decoration: underline; }

h1           { font-size: 18pt; font-face: Arial; color: #000000; text-align: center}
h2           { font-size: 10pt; color: #000080; text-align: left}
h3           { font-size: 10pt; font-weight: bold }
h4           { font-size: 10pt; font-weight: bold }
h5           { font-size: 10pt; font-weight: bold }
h6           { font-size: 10pt; font-weight: bold }
li           { font-size: 10pt; margin-top: 5 }


.OuterBorderTable
{
	border-top: 1px solid grey;
	border-left: 1px solid grey;
	border-bottom: 1px solid black;
	border-right: 1px solid black;	
}


.menu, .menu a:link, .menu a:visited
{
 background: #6BA5FD;
 color: #ffffff;
 font-family: arial;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: none;

 margin-left: 2px;
 margin-right: 2px;

 border-top: solid 1px #6BA5FD;
 border-bottom: solid 1px #6BA5FD;

 display: block;
}

.menu a:hover, .menu a:active
{
 background: #0000ff;
 color: #FFFF00;
 font-family: arial;
 font-size: 9pt;
 font-weight: bold;
 text-decoration: none;

 margin-left: 2px;
 margin-right: 2px;

 border-top: solid 1px #4951E7;
 border-bottom: solid 1px #000344;

 display: block;
}

