/********************************************************


CHANGE LOG

WHO		WHEN		WHAT
----------------------------------------------------------

**********************************************************/
BODY {
	margin-left: 0.5cm;
	margin-right: 0.5cm;
}

BODY, FONT, H1, H2, H3, H4, H5, H6, CAPTION, ADDRESS, B, CENTER, UL {
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	text-align: left;
	color: black;
	/*background-color: white;*/
	line-height: normal; 
	margin-bottom: normal;
	padding : 5px;
}


H1, H2, H3, H4, H5, H6 {
	/*color: #990000;*/  /* dark red */
	color: navy;
	font-weight: bold;
	font-variant: Minicaps;
	text-transform: capitalize;
}


IMG {
	/*
	padding-bottom: 0.1cm
	*/
	border:1;
}

TABLE, TD, TR, TH, CAPTION {
	font-family: Arial, Ariel;
	font-size: 10pt;
	text-align: left;
	color: black;
	/*background-color:white;*/
	/*line-height: normal; */
	vertical-align: top;
	padding : 5px;
	border:1;
	line-height: large; 
	/* border-collapse: collapse;*/
	line-height:1.8;
}

TABLE {
	border:white .25pt;
	
	padding-left: 0.1cm;
	padding-right: 0.1cm;
	padding-top: 0.1cm;
	padding-bottom: 0.1cm;
	
}

ADDRESS {
	font-family: Arial, Ariel;
	color: #000000; /* black */
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	padding-left: 0 ;
}

PRE {
	 margin-left: 1em; 
	 margin-right: 1em; 
	font-family: Courier New;
	font-size: 10pt;
	color: #660033;

}

BLOCKQUOTE {
	color: #660033;
	font-style: normal;
	font-weight: bold;
	font-size: 90%;
	margin-right: 2em;
	margin-left: 2em;
}

H1 {
	font-size: 20pt;
}

H2, CAPTION  {
	font-size: 18pt;
}

H3 {
	font-size: 16pt;
}

H4 {
	font-size: 14pt;
}

H5 {
	font-size: 12pt;
}

H6 {
	font-size: 10pt;
}

B {
	font-weight: bold;
}

U {
	text-decoration: none;
	color: #CC0033; /* bt red */
}


OL, UL {
	font-family: Verdana, Tahoma;
	font-size: 10pt;
}

OL {
	line-style-position: inside;
	line-height: 1;  
}


LI { 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt
 } 

UL {
	list-style-type: square;
	line-style-position: inside;
 	line-height: 1; 
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.SCblue {
	color: #000066;
}

.SCred {
	color: #CC0033;
}

.code {
	font-family: Courier New;
}


TH {
	BACKGROUND-COLOR: #000000; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10pt; 
	FONT-WEIGHT: bold; 
	MARGIN-BOTTOM: 0px; 
	MARGIN-TOP: 0px; 
	TEXT-ALIGN: center;
	border:white 0pt;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:none;
	background:#BB1F33;

	background:#7FFF7F;

}


TD {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
    FONT-SIZE: 10pt
	TEXT-ALIGN: center;
	border:#77f; 0pt;
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right:none;
	background:#CFFFCF;
	background:#CFCFFF;
}
TR {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 10pt
}

