From: <Microsoft Internet Explorer 5 ile kaydedildi>
Subject: =?iso-8859-9?Q?BR=DDF=DDNG_RAPORU?=
Date: Tue, 22 Jun 2010 10:35:17 +0300
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0013_01CB11F6.9B79F840"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180

This is a multi-part message in MIME format.

------=_NextPart_000_0013_01CB11F6.9B79F840
Content-Type: text/html;
	charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable
Content-Location: file://C:\Documents and Settings\user\Desktop\kayseriweb1\istatistik\mukellef_dosyalar\slide0082.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:v =3D=20
"urn:schemas-microsoft-com:vml" xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office" xmlns:p =3D=20
"urn:schemas-microsoft-com:office:powerpoint" xmlns:oa =3D=20
"urn:schemas-microsoft-com:office:activation"><HEAD><TITLE>BR=DDF=DDNG =
RAPORU</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3DWindows-1254">
<META content=3DPowerPoint.Slide name=3DProgId>
<META content=3D"MSHTML 6.00.2900.2180" name=3DGENERATOR><LINK =
id=3DMain-File=20
href=3D"../mukellef.html" rel=3DMain-File><LINK href=3D"preview.wmf" =
rel=3DPreview><LINK=20
href=3D"oledata.mso" rel=3DOLE-Object-Data><!--[if !mso]>
<STYLE>v\:* {
	BEHAVIOR: url(#default#VML)
}
o\:* {
	BEHAVIOR: url(#default#VML)
}
p\:* {
	BEHAVIOR: url(#default#VML)
}
.shape {
	BEHAVIOR: url(#default#VML)
}
v\:textbox {
	DISPLAY: none
}
</STYLE>
<![endif]-->
<META content=3D14.06.2010 name=3DDescription><LINK=20
href=3D"file:///C:/Documents%20and%20Settings/user/Desktop/kayseriweb1/is=
tatistik/mukellef_dosyalar/master17_stylesheet.css"=20
rel=3DStylesheet><![if !ppt]>
<STYLE media=3Dprint>.sld {
	FONT-SIZE: 103%! important; LEFT: 0px! important; WIDTH: 6in! =
important; HEIGHT: 4.5in! important
}
</STYLE>

<SCRIPT><!--
function LoadSld()
{
	var sld=3DGetObj("SlideObj")
	if( !g_supportsPPTHTML ) {	=09
		sld.style.visibility=3D"visible"
		return
	}

	if( MakeNotesVis() ) return

	runAnimations =3D _InitAnimations();
=09
	if( IsWin("PPTSld") )
		parent.SldUpdated(GetSldId())
	g_origSz=3DparseInt(SlideObj.style.fontSize)
	g_origH=3Dsld.style.posHeight
	g_origW=3Dsld.style.posWidth
	g_scaleHyperlinks=3D(document.all.tags("AREA").length>0)
	if( g_scaleHyperlinks )
		InitHLinkArray()
	if( g_scaleInFrame||(IsWin("PPTSld") && parent.IsFullScrMode() ) )
		document.body.scroll=3D"no"
	_RSW()
	if( IsWin("PPTSld") && parent.IsFullScrMode() )
		FullScrInit();
=09
	MakeSldVis();
=09
	if( runAnimations )
	{
		if( document.all("NSPlay") )
			document.all("NSPlay").autoStart =3D false;

		if( sld.filters && sld.filters.revealtrans )
			setTimeout( "document.body.start()", sld.filters.revealtrans.duration =
* 1000 );
		else
			document.body.start();
	}
}

function MakeSldVis()=20
{
	var fTrans=3Dg_showAnimation && SldHasTrans()
	if( fTrans )=09
	{
		if( g_bgSound ) {
			idx=3Dg_bgSound.indexOf(",");
			pptSound.src=3Dg_bgSound.substr( 0, idx );
			pptSound.loop=3D -(parseInt(g_bgSound.substr(idx+1)));
		}
		SlideObj.filters.revealtrans.Apply()=09
    }
	SlideObj.style.visibility=3D"visible"
	if( fTrans )
		SlideObj.filters.revealtrans.Play()
}
function MakeNotesVis()=20
{
	if( !IsNts() ) return false=20
	SlideObj.style.display=3D"none"
	nObj =3D document.all.item("NotesObj")
	parent.SetHasNts(0)
	if( nObj ) {=20
		nObj.style.display=3D""
		parent.SetHasNts(1)
	}
	return 1
}
function ChkAutoAdv()
{
	if(SldHasTrans())
		SlideObj.onfilterchange=3DAutoAdv
	else
		AutoAdv()
}
function AutoAdv()
{
	if(!IsWin("PPTSld") || !gUseSldTimings )return
	var sld=3DGetCurSld()
	if( (sld.mAdvDelay>0) && !parent.IsFramesMode() )
		setTimeout("parent.GoToNextSld()",sld.mAdvDelay)
}
function GetObj(id)
{
	if(g_supportsPPTHTML) return document.all(id);
	else return document.getElementById(id);
}
function SldHasTrans() { return SlideObj.style.filter !=3D ""; }
function GetSldId() { return =
sId=3Dlocation.href.substring(location.href.lastIndexOf('/')+1) }
function HideMenu() { if( frames["PPTSld"] && =
PPTSld.document.all.item("ctxtmenu") && =
PPTSld.ctxtmenu.style.display!=3D"none" ) { =
PPTSld.ctxtmenu.style.display=3D'none'; return true } return false }
function IsWin( name ) { return window.name =3D=3D name }
function IsNts() { return IsWin("PPTNts") }
function IsSldOrNts() { return( IsWin("PPTSld")||IsWin("PPTNts") ) }
function SupportsPPTAnimation() { return( navigator.platform =3D=3D =
"Win32" && navigator.appVersion.indexOf("Windows")>0 ) }
function SupportsPPTHTML()
{
	var appVer=3Dnavigator.appVersion, msie=3DappVer.indexOf("MSIE "), =
ver=3D0
	if( msie >=3D 0 )
		ver=3DparseFloat( appVer.substring( msie+5, appVer.indexOf(";",msie) ) =
)
	else
		ver=3DparseInt(appVer)

	return( ver >=3D 4 && msie >=3D 0 )
}
function _RSW()
{
	if( !g_supportsPPTHTML || IsNts() ||
	  ( !g_scaleInFrame && (!IsWin("PPTSld") || !parent.IsFullScrMode()) ) =
)
		return

        var padding=3D0;
        if( IsWin("PPTSld") && parent.IsFramesMode() ) padding=3D6

	cltWidth=3Ddocument.body.clientWidth-padding
	cltHeight=3Ddocument.body.clientHeight-padding
	factor=3D(1.0*cltWidth)/g_origW
	if( cltHeight < g_origH*factor )
		factor=3D(1.0*cltHeight)/g_origH

	newSize =3D g_origSz * factor
	if( newSize < 1 ) newSize=3D1

	s=3DSlideObj.style
	s.fontSize=3DnewSize+"px"
	s.posWidth=3Dg_origW*factor
	s.posHeight=3Dg_origH*factor
	s.posLeft=3D(cltWidth-s.posWidth+padding)/2
	s.posTop=3D(cltHeight-s.posHeight+padding)/2

	if( g_scaleHyperlinks )
		ScaleHyperlinks( factor )
}
function _InitAnimations()
{
	animRuntimeInstalled =3D ''+document.body.localTime !=3D 'undefined';
	isFullScreen =3D (window.name =3D=3D "PPTSld") && =
!parent.IsFramesMode();
	g_animUseRuntime =3D g_showAnimation && animRuntimeInstalled && =
!(isFullScreen && parent.IsSldVisited());
	if( g_animUseRuntime ) {
		collSeq =3D document.all.tags("seq");
		if( collSeq !=3D null ) {
			for(ii=3D0;ii<collSeq.length;ii++) {
				if( collSeq[ii].getAttribute( "p:nodeType" ) =3D=3D "mainSeq" ) {
					g_animMainSequence =3D collSeq[ii];
					break;
				}
			}
		}
=09
		if( g_animItemsToHide && document.body.playAnimations !=3D false ) {
			for(jj =3D 0; jj < g_animItemsToHide.length; jj++) {
				if( hideObj =3D GetObj(g_animItemsToHide[jj]) )
					hideObj.runtimeStyle.visibility=3D"hidden";
			}
		}

		if( g_animInteractiveItems ){
			for(jj =3D 0; jj < g_animInteractiveItems.length; jj++) {
				if( triggerObj =3D GetObj(g_animInteractiveItems[jj]) )
					triggerObj.runtimeStyle.cursor=3D"hand";
			}
		}
	=09
		if( gUseSldTimings && ''+g_animSlideTime !=3D 'undefined' ) {
			adjustedTime =3D document.body.calculateAutoAdvanceTimes( =
g_animSlideTime, g_animEffectTimings );
			if( IsWin("PPTSld") && adjustedTime !=3D g_animSlideTime ) {
			   var sld =3D GetCurSld();
			   sld.mAdvDelay =3D adjustedTime * 1000;
			}
		}
	}

	return g_animUseRuntime;
}


var g_supportsPPTHTML =3D SupportsPPTHTML(), g_scaleInFrame =3D 1, =
gId=3D"", g_bgSound=3D"",
    g_scaleHyperlinks =3D false, g_allowAdvOnClick =3D 1, =
g_showInBrowser =3D 0, gLoopCont =3D 0, gUseSldTimings =3D 1;
var g_showAnimation =3D g_supportsPPTHTML && SupportsPPTAnimation() && =
g_showInBrowser;
var g_animManager =3D null;
var g_animUseRuntime =3D false;
var g_animItemsToHide, g_animInteractiveItems, g_animSlideTime;
var g_animMainSequence =3D null;

//--></SCRIPT>

<SCRIPT><!--

//--></SCRIPT>
<!--[if vml]>
<SCRIPT>g_vml =3D 1;
</SCRIPT>
<![endif]--><![endif]><p:slidetransition flag=3D"1" direction=3D"8" =
effect=3D"wheel"=20
advancetime=3D"0"></p:slidetransition><o:shapelayout v:ext=3D"edit"> =
<o:idmap=20
v:ext=3D"edit" data=3D"317"></o:idmap></o:shapelayout></HEAD>
<BODY lang=3DTR onresize=3D_RSW() style=3D"MARGIN: 0px; =
BACKGROUND-COLOR: #003399"=20
onload=3DLoadSld()>
<DIV class=3Dsld id=3DSlideObj=20
style=3D"FONT-SIZE: 16px; LEFT: 0px; VISIBILITY: hidden; WIDTH: 554px; =
CLIP: rect(0% 101% 101% 0%); POSITION: absolute; TOP: 0px; HEIGHT: =
415px; BACKGROUND-COLOR: #003399"><p:slide=20
masterhref =3D "master18.xml" coordsize =3D "720,540" colors =3D=20
"#003399,#FFFFFF,#000514,#E5E5FF,#0099CC,#A886E0,#FFCC00,#FFFFCC"><p:shap=
erange=20
href =3D "master18.xml#_x0000_s347137"></p:shaperange><![if =
!ppt]><p:shaperange=20
href =3D "master18.xml#_x0000_s347138"></p:shaperange><![if !vml]><img =
border=3D0
 =
v:shapes=3D"_x0000_s347138,_x0000_s347140,_x0000_s347141,_x0000_s347142,_=
x0000_s347143,_x0000_s347144,_x0000_s347145,_x0000_s347146"
 src=3D"master18_image001.gif" =
style=3D'position:absolute;top:0%;left:0%;
 width:100.18%;height:100.24%'><![endif]><p:shaperange href =3D=20
"master18.xml#_x0000_s347149"></p:shaperange>
<DIV class=3DO=20
style=3D"LEFT: 5.95%; WIDTH: 21.48%; POSITION: absolute; TOP: 94.93%; =
HEIGHT: 2.65%"=20
v:shape=3D"_x0000_s347149"><SPAN lang=3DTR=20
style=3D"FONT-SIZE: 50%; LAYOUT-FLOW: horizontal; FONT-FAMILY: Arial; =
mso-field-code: meta0">14.06.2010</SPAN><SPAN=20
lang=3DTR=20
style=3D"DISPLAY: none; FONT-SIZE: 50%; LAYOUT-FLOW: horizontal; =
FONT-FAMILY: Arial; mso-special-format: lastCR">=20
</SPAN></DIV><p:shaperange href =3D =
"master18.xml#_x0000_s347150"></p:shaperange>
<DIV class=3DO=20
style=3D"LEFT: 35.19%; WIDTH: 29.78%; POSITION: absolute; TOP: 94.93%; =
HEIGHT: 2.65%; TEXT-ALIGN: center"=20
v:shape=3D"_x0000_s347150"><SPAN lang=3DTR=20
style=3D"FONT-SIZE: 50%; LAYOUT-FLOW: horizontal; FONT-FAMILY: Arial; =
mso-field-code: meta15">Kayseri=20
Vergi Dairesi Ba=FEkanl=FD=F0=FD</SPAN><SPAN lang=3DTR=20
style=3D"DISPLAY: none; FONT-SIZE: 50%; LAYOUT-FLOW: horizontal; =
FONT-FAMILY: Arial; mso-special-format: lastCR">=20
</SPAN></DIV><p:shaperange href =3D =
"master18.xml#_x0000_s347151"></p:shaperange>
<DIV class=3DO=20
style=3D"LEFT: 72.74%; WIDTH: 21.48%; POSITION: absolute; TOP: 94.93%; =
HEIGHT: 2.65%; TEXT-ALIGN: right"=20
v:shape=3D"_x0000_s347151"><SPAN lang=3DTR=20
style=3D"FONT-SIZE: 50%; LAYOUT-FLOW: horizontal; FONT-FAMILY: Arial; =
mso-field-code: meta16">1</SPAN><SPAN=20
lang=3DTR=20
style=3D"DISPLAY: none; FONT-SIZE: 50%; LAYOUT-FLOW: horizontal; =
FONT-FAMILY: Arial; mso-special-format: lastCR">=20
</SPAN></DIV><![endif]><v:shapetype id=3D_x0000_t75 coordsize =3D =
"21600,21600"=20
o:preferrelative =3D "t" o:spt =3D "75" filled =3D "f" stroked =3D "f" =
path =3D=20
" m@4@5 l@4@11@9@11@9@5 xe"><v:stroke joinstyle =3D=20
"miter"></v:stroke><v:formulas><v:f eqn =3D=20
"if lineDrawn pixelLineWidth 0 "></v:f><v:f eqn =3D "sum @0 1 0 =
"></v:f><v:f eqn =3D=20
"sum 0 0 @1 "></v:f><v:f eqn =3D "prod @2 1 2 "></v:f><v:f eqn =3D=20
"prod @3 21600 pixelWidth "></v:f><v:f eqn =3D=20
"prod @3 21600 pixelHeight "></v:f><v:f eqn =3D "sum @0 0 1 "></v:f><v:f =
eqn =3D=20
"prod @6 1 2 "></v:f><v:f eqn =3D "prod @7 21600 pixelWidth "></v:f><v:f =
eqn =3D=20
"sum @8 21600 0 "></v:f><v:f eqn =3D "prod @7 21600 pixelHeight =
"></v:f><v:f eqn =3D=20
"sum @10 21600 0 "></v:f></v:formulas><v:path o:extrusionok =3D "f"=20
gradientshapeok =3D "t" o:connecttype =3D "rect"></v:path><o:lock =
v:ext=3D"edit"=20
aspectratio=3D"t"></o:lock></v:shapetype><v:shape id=3D_x0000_s324628=20
style=3D"LEFT: 0px; WIDTH: 10in; POSITION: absolute; TOP: 0px; HEIGHT: =
540pt" type=20
=3D "#_x0000_t75" coordsize =3D "21600,21600" fillcolor =3D "#09c [4]" =
strokecolor =3D=20
"white [1]" strokeweight =3D "1pt"><v:fill color2 =3D=20
"#039 [0]"></v:fill><v:imagedata o:title=3D"" src =3D=20
"slide0082_image002.emz"></v:imagedata><v:shadow color =3D=20
"#000514 [2]"></v:shadow></v:shape><o:OLEObject ObjectID=3D"346"=20
DrawAspect=3D"Content" ShapeID=3D"_x0000_s324628" =
ProgID=3D"Excel.Chart.8"=20
Type=3D"Embed"><p:oleclientdata clipboardname=3D"Microsoft Office Excel =
Grafi=F0i"=20
menuname=3D"Grafik" =
subtype=3D"excelChart"></p:oleclientdata></o:OLEObject><![if !vml]><img =
border=3D0 v:shapes=3D"_x0000_s324628"
 src=3D"slide0082_image003.gif" =
style=3D'position:absolute;top:0%;left:0%;
 width:100.0%;height:100.0%'><![endif]></p:slide></DIV></BODY></HTML>

------=_NextPart_000_0013_01CB11F6.9B79F840
Content-Type: text/css;
	charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable
Content-Location: file:///C:/Documents%20and%20Settings/user/Desktop/kayseriweb1/istatistik/mukellef_dosyalar/master17_stylesheet.css

BODY {
	WIDTH: 554px; HEIGHT: 415px
}
.TB {
	mso-special-format: nobullet=95
}
.T {
	FONT-WEIGHT: bold; FONT-SIZE: 220%; COLOR: #e5e5ff; FONT-FAMILY: =
Garamond; TEXT-ALIGN: center; text-shadow: auto; mso-color-index: 3; =
mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.BB {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 6
}
.B {
	FONT-SIZE: 160%; COLOR: white; FONT-FAMILY: Garamond; TEXT-ALIGN: left; =
text-shadow: auto; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.B1B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 5
}
.B1 {
	FONT-SIZE: 140%; COLOR: white; FONT-FAMILY: Garamond; TEXT-ALIGN: left; =
text-shadow: auto; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.B2B {
	FONT-SIZE: 70%; COLOR: #e5e5ff; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 3
}
.B2 {
	FONT-SIZE: 120%; COLOR: white; FONT-FAMILY: Garamond; TEXT-ALIGN: left; =
text-shadow: auto; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.B3B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 5
}
.B3 {
	FONT-SIZE: 100%; COLOR: white; FONT-FAMILY: Garamond; TEXT-ALIGN: left; =
text-shadow: auto; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.B4B {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 6
}
.B4 {
	FONT-SIZE: 100%; COLOR: white; FONT-FAMILY: Garamond; TEXT-ALIGN: left; =
text-shadow: auto; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.NB {
	mso-special-format: nobullet=95
}
.N {
	FONT-SIZE: 60%; COLOR: black; FONT-FAMILY: "Times New Roman"; =
TEXT-ALIGN: left; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.N1B {
	mso-special-format: nobullet=95
}
.N1 {
	FONT-SIZE: 60%; COLOR: black; FONT-FAMILY: "Times New Roman"; =
TEXT-ALIGN: left; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.N2B {
	mso-special-format: nobullet=95
}
.N2 {
	FONT-SIZE: 60%; COLOR: black; FONT-FAMILY: "Times New Roman"; =
TEXT-ALIGN: left; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.N3B {
	mso-special-format: nobullet=95
}
.N3 {
	FONT-SIZE: 60%; COLOR: black; FONT-FAMILY: "Times New Roman"; =
TEXT-ALIGN: left; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.N4N {
	mso-special-format: nobullet=95
}
.N4 {
	FONT-SIZE: 60%; COLOR: black; FONT-FAMILY: "Times New Roman"; =
TEXT-ALIGN: left; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.OB {
	mso-special-format: nobullet=95
}
.O {
	FONT-SIZE: 120%; COLOR: white; FONT-FAMILY: "Times New Roman"; =
TEXT-ALIGN: left; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.O1B {
	mso-special-format: nobullet=95
}
.O1 {
	FONT-SIZE: 120%; FONT-FAMILY: "Times New Roman"; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.O2B {
	mso-special-format: nobullet=95
}
.O2 {
	FONT-SIZE: 120%; FONT-FAMILY: "Times New Roman"; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.O3B {
	mso-special-format: nobullet=95
}
.O3 {
	FONT-SIZE: 120%; FONT-FAMILY: "Times New Roman"; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.O4B {
	mso-special-format: nobullet=95
}
.O4 {
	FONT-SIZE: 120%; FONT-FAMILY: "Times New Roman"; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.CBB {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 6
}
.CB {
	FONT-SIZE: 160%; COLOR: white; FONT-FAMILY: Garamond; TEXT-ALIGN: =
center; text-shadow: auto; mso-color-index: 1; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.CB1B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 5
}
.CB1 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.CB2B {
	FONT-SIZE: 70%; COLOR: #e5e5ff; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 3
}
.CB2 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.CB3B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 5
}
.CB3 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.CB4B {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 6
}
.CB4 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.CTB {
	mso-special-format: nobullet=95
}
.CT {
	FONT-WEIGHT: bold; FONT-SIZE: 300%; COLOR: #e5e5ff; FONT-FAMILY: =
Garamond; TEXT-ALIGN: center; text-shadow: auto; mso-color-index: 3; =
mso-char-wrap: 1; mso-kinsoku-overflow: 1
}
.HBB {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 6
}
.HB {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.HB1B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 5
}
.HB1 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.HB2B {
	FONT-SIZE: 70%; COLOR: #e5e5ff; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 3
}
.HB2 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.HB3B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 5
}
.HB3 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.HB4B {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 6
}
.HB4 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.QBB {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 6
}
.QB {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.QB1B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 5
}
.QB1 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.QB2B {
	FONT-SIZE: 70%; COLOR: #e5e5ff; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 3
}
.QB2 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.QB3B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 5
}
.QB3 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.QB4B {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: bulletn; mso-color-index: 6
}
.QB4 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.TblB {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 6
}
.Tbl {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.Tbl1B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 5
}
.Tbl1 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.Tbl2B {
	FONT-SIZE: 70%; COLOR: #e5e5ff; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 3
}
.Tbl2 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.Tbl3B {
	FONT-SIZE: 70%; COLOR: #a886e0; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 5
}
.Tbl3 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.Tbl4B {
	FONT-SIZE: 70%; COLOR: #ffcc00; FONT-FAMILY: Wingdings; =
mso-special-format: nobulletn; mso-color-index: 6
}
.Tbl4 {
	FONT-FAMILY: Garamond; text-shadow: auto; mso-char-wrap: 1; =
mso-kinsoku-overflow: 1
}
.defaultB {
	mso-special-format: nobullet=95
}
.default {
	FONT-WEIGHT: normal; FONT-SIZE: 90%; COLOR: white; DIRECTION: ltr; =
LAYOUT-FLOW: horizontal; FONT-STYLE: normal; FONT-FAMILY: Garamond; =
TEXT-ALIGN: left; TEXT-DECORATION: none; text-shadow: none; =
mso-color-index: 1; mso-char-wrap: 1; mso-kinsoku-overflow: 1; =
text-effect: none; mso-fareast-hint: no; mso-text-raise: 0%; =
mso-line-spacing: "100 0 0"; mso-margin-left-alt: 0; =
mso-text-indent-alt: 0; mso-word-wrap: 1; mso-vertical-align-special: =
baseline; mso-ansi-language: EN-US
}
A:link {
	COLOR: #ffcc00! important
}
A:active {
	COLOR: #a886e0! important
}
A:visited {
	COLOR: #ffffcc! important
}

------=_NextPart_000_0013_01CB11F6.9B79F840--
