/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A.MenuTop, A.MenuTop:link, A.MenuTop:visited
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	vertical-align: baseline;
	color: black;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	text-decoration: none;
}

A.MenuTop:hover, A.MenuTop:active
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c88101;
	text-decoration: none;
}

A.MenuTopSelected, A.MenuTopSelected:link, A.MenuTopSelected:visited
{
	display: block;
	font-weight: bold;
	font-size: 13px;
	vertical-align: baseline;
	color: #c88101;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
	text-decoration: none;
}

A.MenuTopSelected:hover, A.MenuTopSelected:active
{
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c88101;
	text-decoration: none;
}

A.MenuSelected, A.MenuSelected:link, A.MenuSelected:visited
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	vertical-align:bottom;
	color: #c88101;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	text-decoration: none;
}

A.MenuSelected:hover, A.MenuSelected:active
{
	color: #c88101;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
	display: block;
	font-weight: bold;
	font-size: 12px;
	vertical-align:bottom;
	color: black;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	text-decoration: none;
}
A.MenuUnselected:hover, A.MenuUnselected:active
{
	color: #43a63f;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:link
{
	color: black;
	text-decoration: underline;
}	
		
A:visited	{	
	text-decoration:	underline;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#c88101;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

iframe {
	height: 500px;
	width: 900px;
}

.Bold
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left: 30px;
	padding-right: 30px;
}

.Normal
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Normalbold
{
	font-weight: normal;
	font-weight:bold;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Small
{
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Gray
{
	background-color: #7f7f67; 
}

.Button
{
	font-weight: bold;
	font-size: 10px;
	background: #c88101;
	cursor: hand;
	color: white;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}

.Footer
{
	font-weight: normal;
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:White;
}
