/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	/*background-color: #ffffe0;*/
	background-color: #FFFF99;
}


/**/
A
{
	color: #006633;
	font-weight: bold;
	font-size: 12px;
	text-decoration:	none;
}

A:link
{
	color: #006633;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}	
		
A:visited	{	
	color: #006633;
	font-weight: bold;
	font-size: 12px;
	text-decoration:	none;
	}	
		
A:active	{	
	color: #006633;
	font-weight: bold;
	font-size: 12px;
	text-decoration:	none;
	}	
		
A:hover
{
	color: blue;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}


.SR_ListHead
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
}

.SR_ListAddress
{
	font-weight: bold;
	font-size: 11pt;
	color: black;
}

.SR_ListDesc
{
	font-size: 10pt;
	color: black;
}

.PD_ListHead
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
}

.PD_ListHead2
{
	font-size: 11pt;
	color: black;
}

.Add_BoxTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

.Add_BoxDesc
{
	font-size: 8pt;
	color: black;
}

.TableDark
{
	background-color: #99cc99;
}

.TableLight
{
	background-color: #CCFF99;
}


H1
{
	font-weight: bold;
	font-size: 16pt;
}

H2
{
	font-weight: bold;
	font-size: 14pt;
}

A.QSOvLnk:link
{
	font-size: 14pt;
}

A.QSOvLnk:active
{
	font-size: 14pt;
}

A.QSOvLnk:visited
{
	font-size: 14pt;
}

A.QSOvLnk:hover
{
	font-weight: bold;
	font-size: 14pt;
}

A.HeadLink:link
{
	color: Black;
	font-size: 14px;
}

A.HeadLink
{
	color: Black;
	font-size: 14px;
}

A.HeadLink:active
{
	color: Black;
	font-size: 14px;
}

A.HeadLink:visited
{
	color: Black;
	font-size: 14px;
}

A.HeadLink:hover
{
	font-size: 14px;
	color: #006633;
}

