/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: sans-serif, Trebuchet MS, Verdana, Arial, Helvetica;
    FONT-SIZE: .75em;
    FONT-WEIGHT: normal;
	color: #444444;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #444444;
}

H1	{	
	font-family: sans-serif, Verdana, Arial, Helvetica, ;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: sans-serif, Verdana, Arial, Helvetica, ;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: sans-serif, Verdana, Arial, Helvetica ;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: sans-serif, Trebuchet MS, Verdana, Arial, Helvetica;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	12px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: sans-serif, Trebuchet MS, Verdana, Arial, Helvetica;
	}	

TD	{	
	font-size:	12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: sans-serif, Trebuchet MS, Verdana, Arial, Helvetica;
	}	


A:link	{	
	text-decoration:	none;
	color:	#551E06;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#551E06;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#993300;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#993300;
	}

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
		
.blink {
	font-weight:	bold;
}

.pghdr {
	font-size:		1.3em;
	font-weight:	bold;
}

.footer {
	font-family: sans-serif, trebuchet ms,verdana;
	font-size: 10px;
	color: #444444;
	line-height: 1.2em;
}

.False {
	font-weight:	bold;
	color:	#990000;
}

.tablerule {
	background-color: #CDDAF3;
}

.hr_results 
{
	clear:both;	
	height: 1px;
	width: 760px;
	background-color: #CDDAF3;
}

.photo {
	border: solid 1px #333333 
}

.tntable {
	line-height:	1.2em;
}

.conf {
	background-color: #F0F0F0;
}

.inactive 			{ font-weight: bold; color: #990000; }
.inactive a			{ color: #999999; }
.inactive a:active  { color: #999999; }
.inactive a:visited { color: #999999; }
.inactive a:hover	{ color: #999999; }

.hilite {
	font-weight:	bold;
	background-color: Yellow;
}

.address {
    FONT-SIZE: 14px;
}

.box-shadow {
	border-left:solid 1px #E0E0E0; 
	border-top:solid 1px #E0E0E0; 
	border-right: solid 1px #AAAAAA; 
	border-bottom: solid 1px #808080; 
	background-color:#FFFFFF; 
	padding:8px	
}

.thumbnail { text-align: center; float:left; margin-top:7px; margin-bottom:7px; margin-left:7px; margin-right:0px; width:120px; }
.thumbnail img { border: solid 1px #333333 }


