body
{
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px;
	color: #000;
	background: #88a8ef;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	margin-left: 5px;
	text-align: left;
	color: #323288;
}

h1
{
	font-size: 18px;
	margin-bottom: 0px;
}

h2 { font-size: 16px; }

h3
{
	font-size: 14px;
	margin-bottom: 0px;
}

p, br
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

ol, ul
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

li { margin-bottom: 12px; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

.sb
{
	font-size: 11px;
	line-height: 120%;
	padding-bottom: 10px;
}

.small { font-size: 9px; }

.copyright
{
	font-family: arial, sans-serif;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

.link
{
	font-size: 10px;
	font-weight: bold;
}

.toplink
{
	display: block;
	width: 80px;
	font-size: 10px;
	text-align: center;
	border: solid silver 1px;
}

a
{
	font-family: arial, sans-serif;
	text-decoration: none;
}

a:link { color: #2020ff; }
a:visited { color: #8080a0; }

a:hover
{
	color: #ff2020;
	text-decoration: underline;
}

a:active
{
	color: #ff0000;
	background: #ffffff;
	text-decoration: underline;
}

a:link.gl, a:visited.gl, a:hover.gl, a:active.gl
{
	display: block;
	height: 35px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 190%;
	color: #fff;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}

a:link.gl, a:visited.gl
{
	background: url(images/btn_up.gif) no-repeat top left;
	text-decoration: none;
}

a:visited.gl { color: #ffc; }

a:hover.gl, a:active.gl
{
	color: #ff0;
	background: url(images/btn_dn.gif) no-repeat top left;
}

table
{
	empty-cells: show;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	font-size: 11px;
}

td { text-align: center; }
td.left { text-align: left; }
td.right { text-align: right; }
td.center { text-align: center; }

td.sidebar
{
	border-top: solid #efefef 1px;
	border-right: solid #efefef 1px;
	border-bottom: solid #efefef 1px;
}

td.navi
{
	background: url(images/sb_design.jpg) top left repeat-y;
	text-align: left;
}

th { background: #efefef; }
th.close { height: 5px; }

form
{
	display: inline;
	text-align: center;
}

input
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

textarea { font-size: 11px; font-family: verdana, arial, sans-serif;
}
img { border: none; }
