/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	cursor: url(/images/altivo.cur);
}
.bottom
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial, Verdana;
	text-decoration: none;
}
A.bottom
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Arial, Verdana;
	text-decoration: none;
}
A.bottom:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: gainsboro;
	font-family: Arial, Verdana;
	text-decoration: none;
}
A.searchhead
{
	font-weight: normal;
	font-size: 11pt;
	color: blue;
	font-family: Arial Black, Arial, Verdana;
	text-decoration: underline;
}
A.searchhead:hover
{
	font-weight:  normal;
	font-size: 11pt;
	color: darkred;
	font-family: Arial Black,Arial, Verdana;
	text-decoration: underline;
}
A.searchlink
{
	font-weight:  normal;
	font-size: 9pt;
	color: blue;
	font-family: Arial, Verdana;
	text-decoration: underline;
}
A.searchlink:hover
{
	font-weight:  normal;
	font-size: 9pt;
	color: darkred;
	font-family: Arial, Verdana;
	text-decoration: underline;
}
A.sitemap
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
	font-family: Arial, Verdana;
	text-decoration: underline;
}
A.sitemap:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: darkred;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

A.bodylink
{
	font-weight: bold;
	font-size: 8pt;
	color: navy;
	font-family: Arial, Verdana;
	text-decoration: none;
}
A.bodylink:hover
{
	font-weight: bold;
	font-size: 8pt;
	color: darkred;
	font-family: Arial, Verdana;
	text-decoration: none;
}

TD
{
	font-weight: normal;
	font-size: 9pt;
	color: dimgray;
	font-family: Arial;
	text-decoration: none;
}
.maintextb
{
	font-weight: bold;
	font-size: 9pt;
	color: dimgray;
	font-family: Arial;
	text-decoration: none;
}

A
{
	font-weight: bold;
	font-size: 9pt;
	color: navy;
	font-family: Arial, Verdana;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	font-size: 9pt;
	color: darkred;
	font-family: Arial, Verdana;
	text-decoration: none;
}

INPUT.submit
{
	border-right: teal thin ridge;
	border-top: teal thin ridge;
	font-weight: bold;
	font-size: 9pt;
	border-left: teal thin ridge;
	cursor: hand;
	color: white;
	border-bottom: teal thin ridge;
	font-family: Arial;
	background-color: #993300;
}
H1
{
	font-weight: bold;
	font-size: 14pt;
	color: darkblue;
	font-family: Arial;
}
H2
{
	font-weight: normal;
	font-size: 10pt;
	color: darkgrey;
	font-family: Arial;
}
SELECT
{
	font-weight: normal;
	font-size: 9pt;
	color: dimgray;
	font-family: Arial;
	text-decoration: none;
}
A.Menu
{
	background-position: 0% 0%;
	font-weight: bold;
	font-size: 9pt;
	background: #000000;
	cursor: hand;
	color: white;
	font-family: Arial;
}
A.Menu:hover
{
	background-position: 0% 0%;
	font-weight: bold;
	font-size: 9pt;
	background: #000000;
	cursor: hand;
	color: whitesmoke;
	font-family: Arial;
}
.SubMenu
{
	padding-right: 5px;
	padding-left: 2px;
	font-size: 8pt;
	background-image: none;
	padding-bottom: 2px;
	cursor: hand;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: whitesmoke;
	text-decoration: none;
}
