/* Default CSS Stylesheet for a new Web Application project */

BODY
{


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color:#fff;
}

td 
{
FONT-SIZE: .8em;	
}

h1,h2,h3,h4,h5,h6
{
	font-family: verdana, arial, sans-serif;
}

H1	{	
	font-size:	1.5em;
	font-weight: normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	}	
		
H2	{	
	font-size:	1em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	border-bottom: 1px dashed #000;
	padding-bottom: 5px;
	}	
		
H3	{	
	font-size:	1.1em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	}	
		
H4	{	
	font-size:	1em;
	font-weight:	bold;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	}	
		
H5, DT	{	
	font-size:	.9em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	}	
		
H6	{	
	font-size:	1em;
	font-weight:	bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	color: #bb0011; 
	text-transform: uppercase;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{
	text-decoration:	none;
	font-weight: none;
	color: #bb0011;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight: none;
	color: #bb0011;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight: none;
	color: #bb0011;
	}	
		
A:hover	{	
	text-decoration:	none;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.5em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{
	list-style-image: url(/images/templateimages/arrowBullet.gif);
	list-style-image:   url(../images/template_images/arrow.gif);
	}	
	
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: none 0px;
	margin-right: 10px;
	}
	
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;

}

HR
{
	height: 1px;
	border-top: 1px solid #ccc;
	clear: left;
}
