/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	24pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	16pt;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3
{
	font-weight: 500;
	font-size: 16pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	margin-bottom: 11pt;
}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
table.Grid td
{
	border-right: silver 1px solid;
	padding-right: 4px;
	border-top: silver 1px solid;
	padding-left: 4px;
	padding-bottom: 4px;
	border-left: silver 1px solid;
	padding-top: 4px;
	border-bottom: silver 1px solid;
}

table
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding: 0px;
	border-collapse: collapse;
}

td
{
	font-size: 10pt;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding: 4px;	
}
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
A:link	{	
	text-decoration: underline;
	color:	#3333FF;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: #ff7700;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI
{
	line-height: 18pt;
	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: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

tr.MenuBar td, th
{
	font-size: 10pt;
	color: #ffffff;
	background-color: #6666ff;
}

th
{
		font-weight: bold;
}

tr.MenuBar a:link, tr.MenuBar a:visited
{
	text-decoration:	none;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

tr.MenuBar a:hover
{
	text-decoration: underline;
	color: #ff7700;
	font-size: 10pt;
	font-weight: bold;
}

div.PageBody
{
	MARGIN-LEFT: 1.5cm;
	MARGIN-RIGHT: 1.5cm;
	margin-top: 0.5cm;
	margin-bottom: 0.5cm;
}

span.DropCap
{
	FONT-WEIGHT: bold;
	FONT-SIZE: larger;
}


table.HitResults
{
	border-right: silver 1px solid;
	padding-right: 7px;
	border-top: silver 1px solid;
	padding-left: 7px;
	padding-bottom: 4px;
	border-left: silver 1px solid;
	padding-top: 4px;
	border-bottom: silver 1px solid;
}

table.HitResults td
{
	padding-right: 7px;
	padding-left: 7px;
}

tr.HitResultsAlternateItem
{
	background-color: #ECECEC;
}

tr.HitResultsItem
{}

tr.HitResultsHeader
{
	background-color: #CCFF33;
	font-weight: bold;	
}

tr.HitResultsHeader td
{
	padding-left: 7px;
	padding-right: 7px;
}
