body	{font-family: sans-serif;
		font-size: 12px;
		color: #000000;
		margin-top: 0px;
		line-height:2;
		background-image: url(img/bg_01.gif);
		
		}

h1	{font-family : sans-serif;
	font-size : 20px;
	font-weight : bold;
	color : #b0a0c9;
	padding-top : 2px;
	padding-bottom:2px;
	padding-left:15;
	text-align : left;
	}

h2	{font-family : serif;
	font-size : 14px;
	font-weight : bold;
	color : #b0a0c9;
	text-align: center;
	}

h3	{font-family : sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #b0a0c9;
	padding-top : 2px;
	padding-bottom:2px;
	padding-left:15;

	text-align: left;
	}

p	{font-size : 12px;
	text-indent : 15px;
	text-align: justify;
	padding-left : 5px;
	padding-right : 5px;
	}

p.cnt	{font-size : 12px;
	text-align:center;
	padding-left : 5px;
	padding-right : 5px;
	}
	

.signature	{font-size: 12;
			font-weight: bold;
			font-style: italic;
			text-align: right;
			padding-right : 5px;
			}


td 	{
	font-size: 10px;
	color: #FFF;
	}


tr.title1 td 	{
		font-size: 12px;
		font-weight: bold;
		text-align:center;
		}


table.data {
		border: 1px solid #FFF;
		border-collapse: collapse;
		}

tr.title td 	{
		font-size: 12px;
		font-weight: bold;
		text-align:center;
		border: 1px solid #FFF;
		}

tr.row1 td {
			font-size:11px;
			text-align: left;
			border: 1px solid #FFF;
		}



				
ul, ol	{font-size: 12;
		line-height: 1.5;
		}


a:link 	{text-decoration: none;
		font-weight : bold;
		color: #FFA200; }
a:visited	{text-decoration: none;
			font-weight : bold;
			color: #FFA200; }
a:active {text-decoration: underline;
		font-weight : bold;
		color: #FFF; }
a:hover {text-decoration: underline;
		font-weight : bold;
		color: #FFF; }

		
hr	{color: #b0a0c9;}

