﻿/* Body */

body { 
	font-family: 'Arial'; 
	font-size: 13px; sans-serif 
	 }
	
/* Table */

table { 
	border: 0px solid #000000; }
	
/* Table Data */
	
td { 
	font-family: 'Arial';
	font-size: 13px; sans-serif }	

/* Inline Frame */

iframe { }
	
/* Font */
	
font { 
	font-family: 'Arial';
	font-size: 13px; sans-serif }
	
.menux { 
	font-family: 'Times New Roman' }
	
font.large {
	font-family: 'Arial, Arial, Helvetica, sans-serif';
	Helvetica; sans-serif;
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
}	
	
font.small {
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}
	
font.smallblank {
	font-size: 13px;
	color: #768085; }
	
font.smallgold {
	font-size: 13px;
	color: #FFFFFF; }
	
font.error { 
	color: #c00000; }
	
font.largeerror { 
	font-size: 13px;
	color: #c00000; }
	
/* Paragraph  */
	
p { 
	font-family: Arial; Arial; Helvetica; sans-serif;
	font-size: 13px; }
	
/* Bold */

b, strong { 
	color: #132e5f; }
	
b.blank, strong.blank { 
	color: #ffffff; }
	
b.error { 
	color: #c00000; }

b.largeerror { 
	font-size: 13px;
	color: #c00000; }
	
b.test { 
	color: #000000; }

	
/* Input */

input { 
	font-family: Arial; Arial; Helvetica; sans-serif;
	font-size: 11px; }

input.button { 
	color: #ffffff; 
	background-color: #132e5f;
	font-size: 10px; 
	font-weight: bold; 
	width: 70px; }
	
/* Text Area */
	
textarea { 
	font-family: Arial; Arial; Helvetica; sans-serif;
	font-size: 11px; }
	
/* Select */
	
select { 
	font-family: Arial; Arial; Helvetica; sans-serif;
	font-size: 11px; }
	
/* Hyperlink */
	
a {
	color: #132e5f;
}
			
a:hover {
	color: #660000;
	text-decoration:none;
}	

a.nav {
	color: #ffffff;
	text-decoration: none;
}
	
a.nav:hover {
	color: #660000;
	text-decoration: none;
}

a.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	cursor:hand;
}
	
a.menu:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #660000;
	text-decoration: none;
	cursor:hand;
}

	
a.gold { 
	color: #ffffff; }
	
a.gold:hover { 
	color: #d9d9d9; }
	
/* List */
	
ul {
	margin-left: 25px; }
	
/* Horizontal Rule */
	
hr {
	height: 1px;
	color: #404040; }
	
div.staticmenuitem{
	width:100%;
	height:100%;	
	font-family: Garamond, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:10px;
}


div.dynamicmenuitem{
	width:110%;
	height:110%;
	font-family: Garamond, Times New Roman, Times, serif;
	font-size:15px;
	font-weight:bolder;
}

	
DynamicHoverStyle
{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}