/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    
	background-image: url(/images/common/bg.gif);	
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 0px 0px
}
P 
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: .8em;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #333333;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:10px;
	margin-bottom:5px;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.5em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:0px;
	margin-bottom:5px;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top:0px;
	margin-bottom:5px;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	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;
	}	
		
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	padding-bottom:5px;
	}	

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 	{
	border:0px;
	}
.MenuLinkOff 
{
	color:#666666;
	font-size:10pt;
}
.MenuLinkOff A:link
{
	color:#666666;
	font-size:10pt;
}
.MenuLinkOff A:visited	{	
	text-decoration:	none;
	color:#666666;
	font-size:10pt;
	}	
		
.MenuLinkOff A:active	{	
	text-decoration:	none;
	color:#666666;
	font-size:10pt;
	}	
		
.MenuLinkOff A:hover	{	
	text-decoration:	none;
	color:#666666;
	font-size:10pt;
	font-weight:bold;
	}
	
.MenuLinkOn A:link
{
	text-decoration:	none;
	color:#ff9900;
	font-size:10pt;
	font-weight:bold;
}
.MenuLinkOn A:visited	{	
	text-decoration:	none;
	color:#ff9900;
	font-size:10pt;
	font-weight:bold;
	}	
		
.MenuLinkOn A:active	{	
	text-decoration:	none;
	color:#ff9900;
	font-size:10pt;
	font-weight:bold;
	}	
		
.MenuLinkOn A:hover	{	
	text-decoration:	none;
	color:#ff9900;
	font-size:10pt;
	font-weight:bold;
	}
.SiteTitle 
{
	font-size:18pt;
	color:#333333;	
}	
.SiteAddr {	
	color:#333333;
	font-size:8pt;
	}
.SiteAddr A:link
{
	text-decoration:	none;
	color:#333333;
	font-size:8pt;
}
.SiteAddr A:visited	{	
	text-decoration:	none;
	color:#333333;
	font-size:8pt;
	}		
.SiteAddr A:active	{	
	text-decoration:	none;
	color:#333333;
	font-size:8pt;
	}	
.SiteAddr A:hover	{	
	text-decoration:	underline;
	color:#333333;
	font-size:8pt;
	}
.footer	{	
	color:#666666;
	font-size:7pt;
	}
.footer A:link
{
	text-decoration:	none;
	color:#666666;
	font-size:7pt;
}
.footer A:visited	{	
	text-decoration:	none;
	color:#666666;
	font-size:7pt;
	}		
.footer A:active	{	
	text-decoration:	none;
	color:#666666;
	font-size:7pt;
	}	
.footer A:hover	{	
	text-decoration:	underline;
	color:#666666;
	font-size:7pt;
	}
.BodyText	{	
	
	color:#333333;
	font-size:11pt;
	}
.BodyText A:link
{
	text-decoration:	underline;
	color:#666666;
	font-size:11pt;
}
.BodyText A:visited	{	
	text-decoration:	underline;
	color:#666666;
	font-size:11pt;
	}		
.BodyText A:active	{	
	text-decoration:	none;
	color:#666666;
	font-size:11pt;
	}	
.BodyText A:hover	{	
	text-decoration:	none;
	color:#666666;
	font-size:11pt;
	}
.txtLong
{
	width:200px;
}
.PromptTextBox 
{
	width:200px;
}
.txtarea
{
	width:300px;
}
.InputPrompt	{	
	
	color:#666666;
	font-size:11pt;
	}
.InputPrompt A:link
{
	text-decoration:	underline;
	color:#666666;
	font-size:11pt;
}
.InputPrompt A:visited	{	
	text-decoration:	underline;
	color:#666666;
	font-size:11pt;
	}		
.InputPrompt A:active	{	
	text-decoration:	none;
	color:#666666;
	font-size:11pt;
	}	
.InputPrompt A:hover	{	
	text-decoration:	none;
	color:#666666;
	font-size:11pt;
	}
.Prompt	{	
	
	color:#666666;
	font-size:11pt;
	}
.SmallPrompt	{	
	
	color:#666666;
	font-size:9pt;
	}
.SmallPrompt A:link
{
	text-decoration:	underline;
	color:#666666;
	font-size:9pt;
}
.SmallPrompt A:visited	{	
	text-decoration:	underline;
	color:#666666;
	font-size:9pt;
	}		
.SmallPrompt A:active	{	
	text-decoration:	none;
	color:#666666;
	font-size:9pt;
	}	
.SmallPrompt A:hover	{	
	text-decoration:	none;
	color:#666666;
	font-size:9pt;
	}