/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Garamond;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #666699;
}
H1
{
	font-family: Lucida Sans Unicode;
	font-size: 6pt;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	text-decoration: none;
	font-weight: normal;
	color:White;
}	
		
H2
{
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Trebuchet MS;
	letter-spacing: normal;
	text-decoration: none;
	font-weight: normal;
	color: Gray;

}	
		
H3	{	
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	font-style: italic;
	font-family: Garamond;
	letter-spacing: normal;
	text-decoration: none;
	}	
		
H4	{	
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	font-style: italic;
	font-family: Garamond;
	letter-spacing: normal;
	text-decoration: none;
	}	
		
H5, DT	{	
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	font-style: italic;
	font-family: Garamond;
	letter-spacing: normal;
	text-decoration: none;
	}	
		
H6	{	
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	font-style: italic;
	font-family: Garamond;
	letter-spacing: normal;
	text-decoration: none;
	}	
		
TFOOT, THEAD
{
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}	
		
TH	{	
	font-size: 12pt;
	word-spacing: normal;
	text-transform: none;
	font-style: italic;
	font-family: Garamond;
	letter-spacing: normal;
	text-decoration: none;
	}	


A:link	
{
	text-decoration: none;
	color:	#3333cc;
}	
		
A:visited	{	
	text-decoration:none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:none;
	color:	#3333cc;
	cursor:hand;
	}
.nowrap 
{ white-space:nowrap;
}
	
SMALL
{
	font-size: 8pt;
}	

BIG	{	
	font-size:	8pt;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	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: 0px;
	margin-left: 0px;
	margin-right: 0px;
}


.makeItScroll
{
	position: absolute;
	height: 1px;
}

.button
{ text-align:center;
}	
	
	
.textLeftAlign
{ text-align: left;
}

.textValignBottom
{
	vertical-align:bottom;
}	
		
.textRightAlign
{ text-align: right;
}	
.textVAlignBottom
{  vertical-align: text-bottom;
}	
contact:link
{
	text-decoration: underline;
	color:	#3333cc;
	cursor:hand;
}	
contact:visited	{	
	text-decoration:underline;
	color:	#3333cc;
	}	
		
contact:active	{	
	text-decoration:underline;
	color:	#3333cc;
	}	
		
contact:hover	{	
	text-decoration:underline;
	color:	#3333cc;
	cursor:hand;
	}
	
.blinking
{
	text-decoration:blink;
}
		
.nowraping
{ 	font-family:Arial;
	font-size:9pt;
	font-style:italic;
	white-space:pre;
	color:Gray;
	width:200px;
	
}			

.valignBottom
{
	vertical-align: bottom;
}	

.disp1 {
	DISPLAY: block;
}
.disp2 {
	DISPLAY: none;
}
.disp3 {
	DISPLAY: inline;
}

.pointer 
{
	cursor: help;
	position:relative;
	
}	

.margins1
{
	margin-left:5px;
	margin-top:5px;
}	


.linkAlign
{
	vertical-align:  bottom;
}	

html, body {

 height: 100%;
 padding: 0px;
 margin: 0px;

}

body {

 background-color: #ffffff;
 }


#flash {

	width: 468px;
	height: 30px;
	visibility: visible

 }
 
 .imgViewSelected
{
	padding-bottom: 6px;
	padding-top: 2px;
}

.textpad
{
	font-family: Arial;
	font-size:9pt;
	padding: 5 5 5 5;
	color:Gray;
}	

.browse
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}	

.headingpad
{
	padding-top: 25px;
}

.padright
{
	padding-right: 37px;
}