/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
P,LI,UL,BLOCKQUOTE
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;

}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	22px;
	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:	20px;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;

	}	
		
H3	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:	18px;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #CC3300;


	}	
		
H4	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:	16px;
	text-decoration:	none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #CC3300;


	}	
		
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;
	}	
			
A	{
	color: #CC3300;
	font-weight: bold;

	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC33;
}
.nomargin {
	margin-top: 0px;
	padding-top: 0px;
}
tr.tableheader {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background-color: #663300;
	text-indent: 2pt;
	color: #FFCC33;
	line-height: 11pt;
}

tr.tableitem_b, tr.tableitem_b p, tr.tableitem_b a, tr.tableitem_b a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFCC33;
	text-indent: 2pt;
	font-weight: bold;
	color: #FF6600;
	cursor: hand;
	text-decoration: line-through;
}
tr.tableform, tr.tableform p, tr.tableform a, tr.tableform a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
tr.tableitem_b_h, tr.tableitem_b_h p, tr.tableitem_b_h a, tr.tableitem_b_h a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFEA95;
	text-indent: 2pt;
	font-weight: bold;
	color: #FF6600;
	cursor: hand;
	text-decoration: line-through;
}
tr.tableitem, tr.tableitem p, tr.tableitem a, tr.tableitem_h a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFCC33;
	text-indent: 2pt;
	font-weight: bold;
	color: #663300;
	cursor: hand;
	text-decoration: none;
}
tr.tableitem_h, tr.tableitem_h p, tr.tableitem_h a, tr.tableitem_h a:hover {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFEA95;
	text-indent: 2pt;
	font-weight: bold;
	color: #663300;
	cursor: hand;
	text-decoration: none;
}

tr.tableseperator {
	background-color: #663300;
}
textarea.persmsg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:300px;
	height: 60px;
}
