/*==========================*/
/* Tigerstip CSS Stylesheet */
/*==========================*/

BODY
{
	font-weight: normal;
	text-justify: auto;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	color: darkblue;
	font-family: Arial, Sans-Serif;
	letter-spacing: normal;
	background-color: #fafeff;
	margin:0px;
	padding:0px;
}

P{margin:0px}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	margin: 16px 0px 8px;
	color: #3232e1;
}

H1{
	font-weight: bold;
	font-size: 2em;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: 'Arial Black' , Arial, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	}	
		
H2{	
	font-family: 'Arial Black' , Arial, sans-serif;
	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: 'Arial Black' , Arial, sans-serif;
	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: 'Arial Black' , Arial, 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: 'Arial Black' , Arial, 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: 'Arial Black' , Arial, sans-serif;
	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:	12px;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	12px;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, sans-serif;
	}	

TD	{
	vertical-align:middle;
	padding:0px;
	margin:0px;
	}

TABLE	{
	padding:0px;
	margin:0px;
	border:0px;
	font-size:12px;
	}

A:link	{	
	text-decoration:	none;
	color: blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: blue;
	}	
		
A:active	{	
	text-decoration:	none;
	color: blue;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: blue;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	


UL LI	{
	list-style-type:	disc;/*square ;*/
	}	

UL LI LI	{	
	list-style-type:	circle;
	}	

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;
	margin-bottom: 0px;
	border:0px;
	}
	
DIV	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

SPAN	{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

IFRAME{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow-y:visible;
}
