﻿a:link {
	color : #0000FF;
	text-decoration : none;
}

a:visited {
	color : #0000FF;
	text-decoration : none;
}

a:hover {
	color : #0000FF;
	text-decoration : underline;
}

a:active {
	color : #0000FF;
	text-decoration : none;
}

body {
	background-color : #B1D3EC;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-top : 0px;
}

hr {
	color : #000000;
	height : 1px;
}

input, select, textarea {
	border-bottom : 1px solid;
	border-left : 1px solid;
	border-right : 1px solid;
	border-top : 1px solid;
	font-size : 9pt;
}

li.number {
	list-style-image : none;
	list-style-type : decimal;
}

td {
	empty-cells : hide;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

ul {
	list-style-image : url("images/dot.gif");
}

.bodydiv {
	margin-bottom : 3px;
	margin-left : 3px;
	margin-right : 3px;
}

.button {
	background-color : #DDECF7;
}

.headingtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20pt;
	text-shadow : 3px;
}

.plain {
	background-color : #FFFFFF !important;
}

#fadeinbox {
	background-color : #B1D3EC;
	border : 1px solid #000000;
	left : 0;
	padding : 4px;
	position : absolute;
	top : -400px;
	visibility : hidden;
	width : 500px;
	z-index : 100;
}

#shadowdivhorizontal {
	background-image : url('images/shadow_bottom.gif');
	background-repeat : repeat-x;
	height : 12px;
	padding : 0 0 0 0;
}

#shadowdivleft {
	background-image : url('images/shadow_left.gif');
	background-repeat : repeat-y;
	padding : 0 0 0 0;
	width : 12px;
}

#shadowdivleftcorner {
	background-image : url('images/shadow_corner_left.gif');
	background-repeat : no-repeat;
	height : 12px;
	padding : 0 0 0 0;
	width : 12px;
}

#shadowdivright {
	background-image : url('images/shadow_right.gif');
	background-repeat : repeat-y;
	padding : 0 0 0 0;
	width : 12px;
}

#shadowdivrightcorner {
	background-image : url('images/shadow_corner_right.gif');
	background-repeat : no-repeat;
	height : 12px;
	width : 12px;
}

#shadowdivvertical {
	height : 100%;
	margin-left : auto;
	margin-right : auto;
	width : 927px;
}

#topbox {
	background-color : #FFFFFF;
	left : 0;
	padding : 4px;
	position : absolute;
	top : -400px;
	visibility : hidden;
	width : 600px;
	z-index : 100;
}

.thintableb {
	border : 1px solid #000000;
	border-collapse : collapse;
}
