﻿body
{
	font-family: Verdana;
	font-size: 10pt;
}

.boxtop
{
	font-weight: bold;
	color: White;
}
.wboxtop
{
	font-weight: bold;
	color: White;
}
.sideboxtop
{
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
}

#footer
{
	font-size: 8pt;
	font-weight: bold;
	color: Gray;
}

ul.menu
{
	margin: 6px 0 1px 0;
	list-style: none;
	padding: 0;
}
ul.menu a,
ul.menu a:visited
{
	border-bottom: 1px solid #ddd;
	display: block;
	padding-left: 4px;
	margin: 0 1px 0 1px;
	width: 180px;
	color: Black;
	text-decoration: none;
	font-size: 9pt;
}
ul.menu a:hover
{
	background-color: #aaa;
	color: White;
}


.pmenu ul
{
	margin: 1px 0px 16px -10px;
	list-style: none;
	padding: 0;
}
.pmenu ul li a,
.pmenu ul li a:visited
{
	padding: 5px;
	background-image: url(../images/TListHL.png);
	border-bottom: solid 1px #888;
	border-left: solid 1px #888;
	border-right: solid 1px #888;
	margin: 0 0 0 -1px;
	text-align: center;
	color: Black;
	text-decoration: none;
	font-size: 9pt;
}
.pmenu ul li a:hover
{
	color: White;
}
.pmenu ul li
{
	display: inline;
}


h1,h2,h3,h4
{
	color: #4F6C9E;
	margin: 5px 0 5px 0;
}
.mark
{
	color: #4F6C9E;
}
.indent
{
	margin-left: 32px;
}
.center
{
	width: 100%;
	text-align: center;
}

.lnk
{
	text-decoration: none;
	color: #4F6C9E;
}

#TList 
{
	border-collapse: collapse;
	border: solid 1px #999;
	margin-bottom: 10px;
}

#TList thead
{
	color: White;
	font-weight: bold;
	background-image: url(../images/TListHead.png);
}

#TList tbody
{
	background-color: White;
	color: Black;
}

#TList td
{
	padding: 5px;
	word-break: break-all;
}

#TList tbody tr:hover
{
	background-image: url(../images/TListHL.png);
	background-repeat: repeat-x;
	background-color: #C2C9D4;
}

.TListEven
{
	background: #EBEBEB;
	color: Black;
}