body
{
	background-color: #dadada; 
	margin: 12px 16px 12px 16px;
}

.maintitle, .subtitle
{
	color: #7ba1d2;
	font-family: Franklin Gothic Medium Cond, Verdana, Arial, Helvetica, Sans-Serif;
}

.maintitle
{
	font-size: 18pt;
/*	text-transform: uppercase; */
	cursor: default;
}

.subtitle
{
	font-size: 16pt;
	text-transform: capitalize;
}

table.pagetable 
{
	background-color: white;
	border-left: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver; 
}

td.separator 
{
	border-top: 1px solid silver;
}

td.verticalseparator
{
	border-right: 1px solid silver;
}

td.spacer 
{
	height: 24px;
}

.text, .bigtext, .graytext, .concordtext, .menutext, .welcometitle, a.menu, a.selectedmenu, a.submenu, a.selectedsubmenu, a.horizontalmenu, a.normal, .copyright, .errortext
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

.text, .graytext, .menutext, a.menu, a.selectedmenu, a.submenu, a.selectedsubmenu, a.horizontalmenu, a.normal, .copyright, .errortext
{
	font-size: 11px;
}

.concordtext {
	font-size: 10px;
}

.bigtext
{
	font-size: 13px;
}

.graytext, .concordtext, .menutext, a.menu, a.selectedmenu, a.submenu, a.selectedsubmenu, a.horizontalmenu, a.normal, .copyright
{
	color: gray;
}

.errortext
{
	color: crimson;
}

.welcometitle, .menutext, a.menu, a.selectedmenu, a.horizontalmenu, .errortext
{
	font-weight: bold;
}

.welcometitle
{
	padding-right: 6px;
	padding-left: 24px;
	background-image: url(../images/bullet_hi.jpg);
	padding-bottom: 4px;
	vertical-align: top;
	color: black;
	padding-top: 0px;
	background-repeat: no-repeat;
}

.subtitle
{
	padding: 0px 6px 0px 24px;
	vertical-align: top;
	background-image: url(../images/bulletsub_hi.jpg);
	background-repeat: no-repeat;
}

.copyright 
{
	text-align: right;
}

tr.menu
{
	padding: 4px 8px 4px 8px;
}

td.menu
{
	border-bottom: 1px solid silver;
	padding: 4px 48px 4px 12px;
	white-space: nowrap;
}

a.menu, a.selectedmenu, a.submenu, a.selectedsubmenu, a.horizontalmenu
{
	padding-left: 24px;
	text-decoration: none;
}

a.horizontalmenu {
	text-align: center;
}

a.normal
{
	text-decoration: none;
}

a.selectedmenu, a.selectedsubmenu
{
	color: #7ba1d2;
}

a.menu
{
	background-image: url(../images/bullet_lo.jpg);
	background-repeat: no-repeat;
}

a.selectedmenu
{
	background-image: url(../images/bullet_hi.jpg);
	background-repeat: no-repeat;
}

a.menu:hover, a.selectedmenu:hover, a.submenu:hover, a.selectedsubmenu:hover, a.normal:hover, a.horizontalmenu:hover
{
	color: #7ba1d2;
}

a.menu:hover, a.selectedmenu:hover
{
	background-image: url(../images/bullet_hi.jpg);
	background-repeat: no-repeat;
}

a.normal:hover 
{
	text-decoration: underline;
}

a.extern
{
	color: #FF6633;
	text-decoration: none;
}

a.extern:hover 
{
	color: #7ba1d2;
	text-decoration: underline;
}

a.searchmatch
{
	color: green;
	text-decoration: none;
}

a.searchmatch:hover 
{
	color: crimson;
	text-decoration: underline;
}

.tooltip 
{
	cursor: help;
}