.MainMenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.SelectedMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FFFFFF;

}
.SubMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.PageContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

.PageContentTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.PageContentTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#903
}

.Heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #990033;
}

.Heading1Bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #990033;
}

.italics {
	font-style: italic;
}
.caps {
	text-transform: capitalize;
}
.LINKS {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.LINKSRed12px {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990033;
}

.WhiteLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.WhiteLink:hover { color: #990033; }

.MainMenuCopy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Logo Wibble for Anchors */
a.logowibble {	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;	font-weight: bold;
	color: #990033;
}
a.logowibble:link { text-decoration: none; }
a.logowibble:active { text-decoration: none; }
a.logowibble:visited { text-decoration: none; }
a.logowibble:hover { text-decoration: none;color: #990033;}

/* Main Menu Wibble */
a.wibble {	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	font-weight: bold;
	color: #FFFFFF;
}
a.wibble:link { text-decoration: none; } 
a.wibble:active { text-decoration: none; }
a.wibble:visited { text-decoration: none; }
a.wibble:hover { text-decoration: none;	color: #990033; }

a.menuwibbleheader {	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;	font-weight: bold;
	color: #FFFFFF;
}
a.menuwibbleheader:link { text-decoration: none; } 
a.menuwibbleheader:active { text-decoration: none; }
a.menuwibbleheader:visited { text-decoration: none; }
a.menuwibbleheader:hover { text-decoration: none;	color: #990033; }


a.menuwibble {	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a.menuwibble:link { text-decoration: none; } 
a.menuwibble:active { text-decoration: none;}
a.menuwibble:visited { text-decoration: none; }
a.menuwibble:hover { text-decoration: none;	color: #990033; }

/* Selected Main Menu Wibble */
a.selwibble {	text-decoration: none;	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	font-weight: bold;
	color: #ffff00;
}
a.selwibble:link { text-decoration: none; } 
a.selwibble:active { text-decoration: none; }
a.selwibble:visited { text-decoration: none; }
a.selwibble:hover {	text-decoration: none; color: #FFFF00; }

/* Sub Menu Wibble */
a.subwibble {text-decoration: none;	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990033;
}
a.subwibble:link { text-decoration: none; } 
a.subwibble:active { text-decoration: none; }
a.subwibble:visited { text-decoration: none; }
a.subwibble:hover { color: #0000ff;	text-decoration: none; }

.PageContentSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #990033;
	font-weight: bold;
}
.bold {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.TableContentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}
.TableHeadingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
}
table.menu
{
	
}
td.menu-header
{
	font-weight: bold;
	font-size: 12pt;
	background: #990033;
	vertical-align: top;
	color: white;
	text-align: center;
	font-family: "Times New Roman", Times, serif;

}
td.menu-link
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 10pt;
	padding-bottom: 0px;
	vertical-align: top;
	padding-top: 0px;
}
.screenonly
{
	display: inline;
}
.printonly
{
	display: none;
}
.BigArial {
	font-family: "Arial", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #990033;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
	border: none;
}


.menuOut 
{
	cursor:pointer;
	margin:2px;
	background-color:#DFDFBF;
	color:#990033; 
	width:175px;
	border:0px solid #000000; 
	padding:2px;
	text-align:left; 
	font-family:"Times New Roman";
	font-weight:bold;
}
.menuOver 
{
	cursor:pointer; 
	margin:2px; 
	background-color:#FEFBEA; 
	color:#0000ff; 
	width:175px; 
	border:0px solid #0099cc; 
	padding:2px; 
	text-align:left; 
	font-family:"Times New Roman"; 
	font-weight:bold;
}

.sub-menu 
{
	width:175px; 
	font-family:"Times New Roman"; 
	font-size:10px; 
	padding-left:5px;
		color:#FFFFFF; 
}
.sub-menu a {color:#990033; text-decoration:none; font-weight:bold; background-color:#FDF5C8;
}
.sub-menu a:hover {color:#0000ff; text-decoration:none; font-style:normal; font-weight:bold;
}

a:hover div.menuwibble {
	background-color: #ffffff;
	COLOR:#CCCC66
}

tr a:hover {
	background-color: #FFFFFF;
}

/* 2px black border around images */
/* } */

div.PageContentText a.border img {
	border:1px solid #000000;
}

div.PageContentText div.blackborder img, td div.blackborder img {
	border:1px solid #000000;
}

