body {
border: 0px;
margin: 0px;
font-family: "Arial", "Verdana", "Sans-Serif";
font-size: 13px;
color: black;
}

td {font-family: "Arial", "Verdana", "Sans-Serif";
font-size: 12px;
color: black;
}

.copyright {
font-size: 12px;
}

.divider {
	background-image:	url(/images/divider.gif);
	padding:			1px;
}

.title { color: black; font-size: 16px; font-weight: bold; padding-left: 15px;}
.error { color: #CC0000; font-size: 11px; }
.message { color: blue; font-size: 11px; }

.normal { font-weight: normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.bolditalic { font-weight: bold; font-style: italic; }
.strike { text-decoration: line-through; }

.text_center {text-align: center; }
.text_right {text-align: right;}
.grid {	border-left: 1px solid #4177BA; border-right: 0px solid #4177BA; border-top: 1px solid #4177BA; border-bottom: 0px solid #4177BA;}
.grid2 { border-left: 1px solid #4177BA; border-right: 2px solid #4177BA; border-top: 1px solid #4177BA; border-bottom: 2px solid #4177BA;}
.shade { background-color: #FFF0E1; }

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

.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}

.current_selection {
	position:			absolute;
	z-index:			20;
	visibility:			hidden;
	top:				0px;
	left:				0px;
}
.div_current_selection {
	background:			#f5f5f5;
	border:				1px solid #000066;
	padding:			2px;
}
.div_menu:hover{background:black;}

a.tmenu:link { color: #0000ff; text-decoration: none; }
a.tmenu:visited { color: #0000ff; text-decoration: none; }
a.tmenu:hover { color: purple; text-decoration: underline; }

a.tmenu_sel:link { background-color: yellow; color: #0000ff; text-decoration: none; }
a.tmenu_sel:visited { background-color: yellow; color: #0000ff; text-decoration: none; }
a.tmenu_sel:hover { background-color: yellow; color: purple; text-decoration: underline; }

a.help_link:link { color: #0000ff; text-decoration: none; font-weight: bold;}
a.help_link:visited { color: #0000ff; text-decoration: none; font-weight: bold;}
a.help_link:hover { color: purple; text-decoration: underline; font-weight: bold;}
