﻿body{
	scrollbar-face-color:#f4fbff;
	scrollbar-highlight-color:ffffff;
	scrollbar-3dlight-color:edeef2;
	scrollbar-arrow-color:033d5e;
	scrollbar-track-color:#ffffff;
	scrollbar-darkshadow-color:edeef2;
	overflow: auto;
	font-family: Roboto, Arial;
}

a 
{
	color: #0000ff; 
	cursor: pointer;
	text-decoration: none;
}
a:link {}
a:hover { color: #0000ff; }
a:visited {}

li > a 
{
	color: black; 
	font-weight: bold;
}
	

li > a ~ a
{
	font-weight: normal;
	cursor: pointer;
}

p {
	text-align: justify; font-size: 15px
	}
p.pic {text-align: center; font-style: italic}

p.tbl {text-align: right; font-style: italic; font-weight: bold}

p.p {text-align: center}

p.s {font-size: 12px}

li.dline {line-height: 1.5}

li {
	font-size: 15px;
}
td {
	font-size: 15px
}
h1 {
	font-size: 18px; font-family: Roboto, Arial
}
h2 {
	font-size: 16px; font-family: Roboto, Arial
}

h3 {
	font-size: 15px; color:navy; font-weight:bold
}

#btnPrintHelp
{
	background-image: url(/images/print.gif); background-repeat: no-repeat no-repeat; position:absolute; top:10px; right:10px; height:22px; width:22px;
}

