﻿body,html 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color:#1c3a69;
}

/* LINK STYLE FOR ACTIONS PANEL TEXT LINKS */
.actions { line-height:12pt;  }
.actions A:link { color:#59904c; text-decoration: none; }
.actions A:visited { color:#59904c;	text-decoration: none; }
.actions A:active {	color:#59904c; text-decoration: none; }
.actions A:hover { color:#5b714c; background-color:#d2e5c5; border-bottom: solid 1px #a7b49e; border-right: solid 1px #a7b49e; text-decoration: none; }

/* LINK STYLE FOR BOTTOM FOOTER LINK */
.footerLink A:link { color:#59904c; text-decoration: none; }
.footerLink A:visited { color:#59904c;	text-decoration: none; }
.footerLink A:active {	color:#59904c; text-decoration: none; }
.footerLink A:hover { color:#59904c; text-decoration: underline; }

/* REGULAR LINK STYLE */
A:link { color:#367396; text-decoration: none; }
A:visited { color:#367396;	text-decoration: none; }
A:active {	color:#367396; text-decoration: none; }
A:hover { color:#3e85ad; text-decoration: none; }

.smallDesc { font-size:10px; color:#3b5c8f; line-height:1em; }
.formTitle { font-family: Trebuchet MS, Arial, Sans-Serif; font-size:12px; font-weight:bold; }
.TableCaptions { font-family: Trebuchet MS, Arial, Sans-Serif; font-size:12px; color:#1c3a69; line-height:1em; font-weight:bold;}

.watermark 
{
	background: #FFAAFF;
}

.popupControl 
{
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color:Black;
	border-width:2px;
}

.modalBackground 
{
	background-color:gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup 
{
	background-color:#FFFFDD;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
}
	