/* Default CSS Stylesheet for a new Web Application project */

A:link		{text-decoration:none; color:#006699}
A:visited	{text-decoration:none; color:#006699}
A:hover		{text-decoration:none; color:#ff6600}

	body
{
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	color: #333333;
	font-style: normal;
	font-family: arial;
	background-color:#cccccc;
}
	.body
{
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	color: #333333;
	font-style: normal;
	font-family: arial;
	background-color: #ffffff;
}
	.bodyred	{font-family: arial; font-size: 11px; font-style: normal; font-weight: normal; color: #ff0000;}
	.headline	{font-family: arial; font-size: 20px; font-style: normal; font-weight: normal; color: #666666;}
	.headlinesm	{font-family: arial; font-size: 12px; font-style: normal; font-weight: bold; color: #999999;}
	.bodylight	{font-family: arial; font-size: 11px; font-style: normal; font-weight: normal; color: #999999;}
	.title		{font-family: arial; font-size: 11px; font-style: normal; font-weight: bold; color: #006699;}
	.bodyorange	{font-family: arial; font-size: 11px; font-style: normal; font-weight: normal; color: #ff6600;}
	.bodyrev	{font-family: arial; font-size: 11px; font-style: normal; font-weight: bold; color: #ffffff;}
	
a.Whitelink:link, a.Whitelink:visited, a.Whitelink:active
{
	font-size: 11px;
	color: gainsboro;
	font-family: 'Arial';
	text-decoration: none;
} 

 a.Whitelink:hover
{
	font-size: 11px;
	color: gainsboro;
	font-family: 'Arial';
	text-decoration: underline;
} 


h1
{
	font-size: 15px;
	color: black;
	line-height: normal;
	font-style: normal;
	font-family: Verdana;
	letter-spacing: normal;
	font-variant: normal;
}

a.OrangeLink:link, a.Orangelink:visited, a.Orangelink:active
{
	font-weight: normal;
	font-size: 11px;
	color: #006699;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 

a.Orangelink:hover
{
	
	font-size: 11px;
	color: #ff6500;
	font-family: 'verdana';
	text-decoration: none;
		line-height: 22px;
} 

a.OrangeLinkS:link, a.OrangelinkS:visited, a.OrangelinkS:active,a.OrangelinkS:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ff6500;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 


a.GreenLink:link, a.Greenlink:visited, a.Greenlink:active
{
	font-weight: normal;
	font-size: 11px;
	color: #006699;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 

a.Greenlink:hover
{
	
	font-size: 11px;
	color: #339900;
	font-family: 'verdana';
	text-decoration: none;
		line-height: 22px;
} 

a.GreenLinkS:link, a.GreenlinkS:visited, a.GreenlinkS:active,a.GreenlinkS:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #339900;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 

a.BrownLink:link, a.Brownlink:visited, a.Brownlink:active
{
	font-weight: normal;
	font-size: 11px;
	color: #006699;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 

a.Brownlink:hover
{
	
	font-size: 11px;
	color: #aa5b5b;
	font-family: 'verdana';
	text-decoration: none;
		line-height: 22px;
} 

a.BrownLinkS:link, a.BrownlinkS:visited, a.BrownlinkS:active,a.BrownlinkS:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #aa5b5b;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 

a.GrayLink:link, a.Graylink:visited, a.Graylink:active
{
	font-weight: normal;
	font-size: 11px;
	color: #006699;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 

a.Graylink:hover
{
	
	font-size: 11px;
	color: #666666;
	font-family: 'verdana';
	text-decoration: none;
		line-height: 22px;
} 

a.GrayLinkS:link, a.GraylinkS:visited, a.GraylinkS:active,a.GraylinkS:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 

a.BlackLink:link, a.Blacklink:visited, a.Blacklink:active
{
	font-weight: normal;
	font-size: 11px;
	color: #006699;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 

a.Blacklink:hover
{
	
	font-size: 11px;
	color: #000000;
	font-family: 'verdana';
	text-decoration: none;
		line-height: 22px;
} 

a.BlackLinkS:link, a.BlacklinkS:visited, a.BlacklinkS:active,a.BlacklinkS:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	line-height: 22px;
	font-family: 'verdana';
	text-decoration: none;
} 

a.Menulink:link, a.Menulink:visited,  a.Menulink:active
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
} 

a.Menulink:hover
{
	font-weight: bold;
	font-size: 11px;
	color: orange;
	font-family: Verdana;
	text-decoration: none;
} 


a.CurrentMenulink:link, a.CurrentMenulink:visited, a.CurrentMenulink:hover, a.CurrentMenulink:active
{
	font-weight: bold;
	font-size: 11px;
	color: orange;
	font-family: Verdana;
	text-decoration: none;
}

.Menuspacer
{
	font-size: 9px;
	color: white;
	font-family: Verdana;
	text-decoration: none;
} 

.h1style
{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 2px; PADDING-BOTTOM: 0px; MARGIN: 0px; VERTICAL-ALIGN: baseline; COLOR: black; LINE-HEIGHT: 2px; PADDING-TOP: 0px; FONT-FAMILY: Verdana; TEXT-ALIGN: left;
}
