/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #006400;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
P
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#009900;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ff0000;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#999999;
	}

a.crumbs
{
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
}
a.crumbs:visited
{
	color: #ff0000;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
}
a.crumbs:hover
{
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	font-size: xx-small;
}
.requestTable
{
    BORDER: #000000 2pt solid;
}
small
{
	font-size: xx-small;
}
IMG
{
	border-color: #009900;
}
td.crumbs
{
	font-size: xx-small;
	color: #000000;
}
.topicTable
{
	border:  #999999 1pt solid;
    BACKGROUND-COLOR: #ffffff;
}
.topicHeader
{
    BACKGROUND-COLOR: #003366;
    BORDER-bottom: #999999 1pt solid;
    font-weight:bold;
    COLOR: #ffffff;
    FONT-FAMILY: 'verdana', 'MS Sans Serif', 'Times New Roman';
}
.topicItem
{
    BACKGROUND-COLOR: #ffffff;
    color: #000000;
    font-weight: normal;
    font-size:8pt;
}
.membersItem
{
    BACKGROUND-COLOR: #ffffff;
    color: #000000;
    font-weight: normal;
    font-size:8pt;
    BORDER-bottom: #999999 1pt solid;
}
.membersItemCenter
{
    BACKGROUND-COLOR: #ffffff;
    color: #000000;
    font-weight: normal;
    font-size:8pt;
    BORDER-bottom: #999999 1pt solid;
    BORDER-right: #999999 1pt solid;
    BORDER-left: #999999 1pt solid;
}
.membersItemCat
{
    BACKGROUND-COLOR: #ff7f50;
    color: #000000;
    font-weight: normal;
    font-size:8pt;
    BORDER-bottom: #999999 1pt solid;
    font-weight: bold;
}
td.adcell
{
	font-size: 8pt;
	font-family: 'verdana', 'MS Sans Serif', 'Times New Roman';
}
td.bodyCell
{
	padding: 6px 6px 6px 6px;
}
.text8pt
{
	font-size: 8pt;
}
.footerText
{
	font-size: .8em;
}
.tblPhotos
{
	border-color: #000000;
}