BODY {
	height						: 100%;
	border						: 1px solid #c3c3c3;
	border-width				: 1 1 1 0;
	padding						: 10px;
	margin						: 0px;
}

* {
	font						: normal normal normal 9pt/normal Verdana, Arial, Helvetica;
	scrollbar-arrow-color: blue;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: ffffff;
	scrollbar-highlight-color: #c3c3c3;
	scrollbar-3d-light-color: #ffffff;
}

A, A:ACTIVE, A:FOCUS, A:HOVER, A:VISITED, A:LINK {
	color						: Blue;
	text-decoration				: none;
}

A:HOVER {
	border-bottom				: 1px dotted blue;
	text-decoration				: none;
	color						: black;
	cursor						: hand;
}

.thead {
	vertical-align				: middle!important;
	padding						: 2px 0 2px 4px;
	font-weight					: bold;
	color						: blue;

	cborder						: 1px solid rgb(197, 222, 255);
	xbackground-color			: rgb(234,242,255);
	xbackground-color			: #ffffcc;
	cbackground-color			: #ffffee;
}

INPUT.BUTTON {
	border-bottom				: 1px solid blue!important;
	border-right				: 1px solid blue!important;
	border-left					: 1px solid rgb(120,172,255)!important;
	border-top					: 1px solid rgb(120,172,255)!important;
	font-size					: 9pt!important;
	FONT-WEIGHT					: bold!important;
	CURSOR						: hand!important;
	HEIGHT						: 20px!important;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#669AFF', gradientType='1')
}

.copy {
	font-size					: 9px;
	font-family					: Verdana;
	color						: black;
}

FIELDSET {
	width						: 100%;
	background-color			: white;
	border						: 1px outset whitesmoke;
}

.contentTable {
	width						: 90%;
	background-color			: white!important;
}

.filemenu {
	margin:4px 3px 0 3px;
}

INPUT {
	cursor						: hand;
}

#copyright {
	border:1px outset whitesmoke;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#669AFF', gradientType='1')
}

TEXTAREA {
	cursor						: hand;
}

@media print {
	TABLE, TD, BODY, DIV, SPAN, P, LI, TR {
		font-size				: 6px;
		font-family				: arial;
	}

	FIELDSET {
		PADDING						: 0px;
		filter						: none;
		width						: 98%;
		border-bottom				: 1px solid blue!important;
		border-right				: 1px solid blue!important;
		border-left					: 1px solid rgb(120,172,255)!important;
		border-top					: 1px solid rgb(120,172,255)!important;
		background-color			: white;
	}
	
	#topTable {
		visibility:hidden;
	}

	#copyright {
		filter:none!important;
		border:0!important;
		text-align:left!important;
	}
}

FORM {
	margin:0px!important;
}