body {
	font-family: tahoma;
	border-width:0;
	border-style: solid;
	border-color: gray;
	font-size: 12pt;
	color: #000000;
	background-color: #FFFAEA;
	margin-left: 20;

	scrollbar-face-color: #99CCFF;
	scrollbar-highlight-color: #CCEEFF;
	scrollbar-3dlight-color: #0000FF;
	scrollbar-darkshadow-color:: #0000FF;
	scrollbar-shadow-color: #0000FF;
	scrollbar-arrow-color: #808080;
	scrollbar-track-color: #FFFAEA;
}

h1 {
	font-family: Tahoma;
	font-size: 22pt;
	color: #000000;
	font-weight: bold;
	text-align: Left;
	text-decoration: underline;
}

h2 {
	font-family: Tahoma;
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
	text-align: Left;
}

h3 {
	font-family: Tahoma;
	font-size: 16pt;
	color: #000000;
	font-weight: normal;
	text-align: Left;
}

table {
	border-width: 5px;
	border-style- solid;
	background-color: #FFFAEA;
	table-border-color-light: rgb(255,255,153);
	table-border-color-dark: rgb(255,255,51);
	align: Center; 
}

.tabel_header {
	font-family: Tahoma;
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #808080;
	font-weight: bold;
	text-indent: 5;
	text-align: Left;
	margin-top: 0
}
.tabel_body  { 
	font-family: Tahoma;
	font-size: 12pt;
	color: #000000;
	text-indent: 10;
	text-align: Left;
	font-weight: bold;
	background-color: #FFFAEA; 
        margin-top: 0
}

.tabel_link {
	text-indent: 10;
	text-align: Left;
	background-color: #808080;
	font-weight: bold;
	margin-top: 0
}

.brfk_text_center {
	font-family: Tahoma;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-align: Center
}

a:hover { 
	font-family: Tahoma;
	font-weigth: bold;
	text-decoration: none;
	font-size: 12pt;
	color: #000090;
}

a:visited { 
	font-family: Tahoma;
	font-weigth: bold;
	text-decoration: none;
	font-size: 12pt;
	color: #800080;
}

a:active { 
	font-family: Tahoma;
	font-weigth: bold;
	text-decoration: none;
	font-size: 12pt;
	color: #0000FF;
}

a:link { 
	font-family: Tahoma;
	font-weigth: bold;
	text-decoration: none;
	font-size: 12pt;
	color: #0000FF;
}


