
body	{
	background-color: white;
	color: black;

	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 8px;

	text-align: left;

	margin:  0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	}

h1	{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 25px;

	line-height: 1.2;

	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	}

h2	{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	color: black;

	line-height: 1.2;
	text-align: left;

	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	}

h3	{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: black;

	line-height: 1.2;

	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
	}

h4	{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: black;
	}

h5 	{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: black;
	}

p	{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	}

b	{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	}

table	{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	}

td	{
	font-family: Verdana, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;

	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	}
DIV.tleft 
        {
	        BORDER-TOP-WIDTH: 1.5em; 
	        BORDER-LEFT-WIDTH: 10px; 
	        FLOAT: left; 
	        BORDER-BOTTOM-WIDTH: 1.8em; 
	        margin-top: 0.5em;
	        MARGIN-RIGHT: 0.5em; 
	        MARGIN-LEFT: 0.5em;
	        BORDER-RIGHT-WIDTH: 1.4em;
	        text-align: center;

	        /* border-top: 1px solid;
	        border-left: 1px solid;
	        border-right: 1px solid;
	        border-bottom: 1px solid;
	        border-color:#999999; */
        }

a	{
	font-family:  Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: blue;
	text-decoration: none;
	}

a:hover  {
	color: #ff0000;
	text-decoration: underline;
	}

strong	{
	font-family: Verdana, Arial, Helvetica;
	font-variant: small-caps
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: yellow;
	}

.confHead {
        color: #000066;
		font-family: Arial, Verdana;
		font-color: #000066;
		background-color: #B2B5D0;
        font-size: 14 px;
		font-style: normal;
}

.confB {
        color: #000066;
		font-family: Arial, Verdana; 
		font-color: #000066;
        font-size: 16 px;
		font-style: bold;
		text-decoration: underline;
}

.confN {
        color: #000066;
		font-family: Arial, Verdana; 
		font-color: #000066;
        font-size: 10 px;
		font-style: normal;
		text-decoration: none;
}

.conf {

	border-color: #B2B5D0;
	border-width: 1px;
	border-style: single;
	background-color: #FFFFFF;
	border-color: #DADCEB;
}

.label {
	text-align: left;	
	font-size: 13px;
	font-weight: bold;
	color: rgb(51,51,153);
	} 


