/* Default CSS Stylesheet for a new Web Application project */

body
{
	font-size: 10pt;
	font-family: Arial;
}


A:link
{
	color: black;
	text-decoration: none;
}	
		
A:visited	
{	
	text-decoration: none;
	color:	black;
}	
		
A:active	
{	
	text-decoration: none;
	color:	black;
}	
		
A:hover
{
	color: #008040;
	text-decoration: underline;
}

IMG 	
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
}

Table 
{
	font-size: 9pt;
	overflow: hidden;
	font-family: Arial;
}

.ClientCompany
{
	font-size: 7pt;
	text-indent: 7pt;
	font-family: Arial;
	border-right: #f1f1f1 1px solid;
	border-top: #f1f1f1 1px solid;
	border-left: #f1f1f1 1px solid;
	border-bottom: #f1f1f1 1px solid;
	background-color: #f1f1f1;
	text-decoration: none;
	width: 143px;
}

.ClientCompany:hover
{
	border-right: #d09f34 1px solid;
	border-top: #d09f34 1px solid;
	border-left: #d09f34 1px solid;
	border-bottom: #d09f34 1px solid;
	background-color: #fdf1a6;
	text-decoration: none;
}

.MenuItem 
{
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
	font-size: 14pt;
	text-indent: 3pt;
	font-family: Arial;
	border-right: #005329 1px solid;
	border-top: #88ffcc 1px solid;
	border-left: #88ffcc 1px solid;
	border-bottom: #005329 1px solid;
	background-color: #00cc66;
}

.MenuItem:hover
{
	border-right: #00cc66 1px solid;
	border-top: #005329 1px solid;
	border-left: #005329 1px solid;
	border-bottom: #00cc66 1px solid;
	text-decoration: none;
	background-color: #88ffcc;
}

.MenuItem2
{
	text-decoration: none;
	font-size: 10pt;
	font-weight:bold;
}

.MenuItem2:hover
{
	text-decoration: underline;
	color: #88ffcc;
}

.Links
{
	text-decoration: underline;
	font-size: 10pt;
	font-weight: bold;
}

.Links:hover
{
	color: #008040;
	text-decoration: underline;
	font-weight: bold;
}

.AreaMenu
{
	vertical-align: middle;
	text-decoration: none;
	width: 195px;
	border-right: #e6e6e6 1px solid;
	border-top: #e6e6e6 1px solid;
	border-left: #e6e6e6 1px solid;
	border-bottom: #4e6380 1px solid;
	background-color: #e6e6e6;
}

.AreaMenu:hover
{
	border-right: #d09f34 1px solid;
	border-top: #d09f34 1px solid;
	border-left: #d09f34 1px solid;
	border-bottom: #d09f34 1px solid;
	background-color: #fdf1a6;
	text-decoration: none;
}

.MenuItem3
{
	text-decoration: none;
	width: 200px;
	border-right: #d09f34 1px solid;
	border-top: #d09f34 1px solid;
	border-left: #d09f34 1px solid;
	border-bottom: #d09f34 1px solid;
	background-color: #f1d792;
}

.MenuItem3:hover
{
	border-right: #4e6380 1px solid;
	border-top: #4e6380 1px solid;
	border-left: #4e6380 1px solid;
	border-bottom: #4e6380 1px solid;
	background-color: #8fa3b6;
	text-decoration: none;
}

.MenuSelected
{
	height: 20px;
	width: 150px;
	vertical-align: middle;
	background-color: #A3B3C3;
	text-decoration: none;	
	font-weight: bold;
}

.SubMenuItem 
{
	vertical-align: middle;
	width: 135px;
	text-indent: 10px;
}

.SubMenuItem:hover
{
	border-right: #d09f34 1px solid;
	border-top: #d09f34 1px solid;
	border-left: #d09f34 1px solid;
	border-bottom: #d09f34 1px solid;
	background-color: #fdf1a6;
	text-decoration: none;
}

.SubMenuItem:visited
{
	border-right: #CAD3DD 1px solid;
	border-top: #CAD3DD 1px solid;
	border-left: #CAD3DD 1px solid;
	border-bottom: #CAD3DD 1px solid;
	background-color: #CAD3DD;
	text-decoration: none;
}

.SubMenuItem:link
{
	border-right: #CAD3DD 1px solid;
	border-top: #CAD3DD 1px solid;
	border-left: #CAD3DD 1px solid;
	border-bottom: #CAD3DD 1px solid;
	background-color: #CAD3DD;
	text-decoration: none;
}

.RosterLetter
{
	border-right: #CAD3DD 1px solid;
	border-top: #CAD3DD 1px solid;
	border-left: #CAD3DD 1px solid;
	border-bottom: #CAD3DD 1px solid;
	background-color: #CAD3DD;
	text-decoration: none;
	vertical-align: middle;
	width: 10px;
}

.RosterLetter:hover
{
	border-right: #d09f34 1px solid;
	border-top: #d09f34 1px solid;
	border-left: #d09f34 1px solid;
	border-bottom: #d09f34 1px solid;
	background-color: #fdf1a6;
	text-decoration: none;
}

h3
{
	font-size: 20pt;
	font-family: Tw Cen MT;
	color: #008040;
	font-weight: normal;
}


h2
{
	font-family: Arial;
	font-size: 14pt;
	color: #4e6380;
	font-weight: bold;
}

.MiniLink
{
	font-size: 7pt;
	font-family: Arial;
	color: Blue;
}
.MiniLink:Link
{
	color: Blue;
}
.MiniLink:Hover
{
	color: Blue;
}
.MiniLink:Visited
{
	color: Blue;
}
.DisplayLink
{
	font-size: 9pt;
	font-family: Arial;
	color: darkblue;
	text-decoration: underline;
}
.DisplayLink:Link
{
	color: darkblue;
	text-decoration: underline;
}
.DisplayLink:Hover
{
	color: darkblue;
	text-decoration: underline;
}
.DisplayLink:Visited
{
	color: darkblue;
	text-decoration: underline;
}
