html, body {
	padding:				0px;
	margin:					0px;
	height:					100%;
	
	font-family:			Arial, Verdana, sans-serif;
	font-size:				9pt;
	color:					#000000;
}

a {
	color:					#0054A6;
}

#leftline-topcorner {
	background-image:		url(/i/borders/ll-tc.gif); 
	background-position:	top left;
	background-repeat:		no-repeat; 
}
#rightline-topcorner {
	background-image:		url(/i/borders/rl-tc.gif); 
	background-position:	top right;
	background-repeat:		no-repeat; 
}
#leftline-bottomcorner {
	background-image:		url(/i/borders/ll-bc.gif); 
	background-position:	bottom left;
	background-repeat:		no-repeat; 
}
#rightline-bottomcorner {
	background-image:		url(/i/borders/rl-bc.gif); 
	background-position:	bottom right;
	background-repeat:		no-repeat; 
}

#topline-leftcorner {
	background-image:		url(/i/borders/tl-lc.gif); 
	background-position:	top left;
	background-repeat:		no-repeat; 
}
#topline-rightcorner {
	background-image:		url(/i/borders/tl-rc.gif); 
	background-position:	top right;
	background-repeat:		no-repeat; 
}
#bottomline-leftcorner {
	background-image:		url(/i/borders/bl-lc.gif); 
	background-position:	bottom left;
	background-repeat:		no-repeat; 
}
#bottomline-rightcorner {
	background-image:		url(/i/borders/bl-rc.gif); 
	background-position:	bottom right;
	background-repeat:		no-repeat; 
}

#leftcorner {
	background-image:		url(/i/borders/lc.gif); 
	background-position:	bottom left;
	background-repeat:		no-repeat; 
}
#topleftcorner {
	background-image:		url(/i/borders/lc.gif); 
	background-position:	top left;
	background-repeat:		no-repeat; 
}
#rightcorner {
	background-image:		url(/i/borders/rc.gif); 
	background-position:	top right;
	background-repeat:		no-repeat; 
}
#bottomrightcorner {
	background-image:		url(/i/borders/rc.gif); 
	background-position:	bottom right;
	background-repeat:		no-repeat; 
}
#topcorner {
	background-image:		url(/i/borders/tc.gif); 
	background-position:	top right;
	background-repeat:		no-repeat; 
}
#lefttopcorner {
	background-image:		url(/i/borders/tc.gif); 
	background-position:	top right;
	background-repeat:		no-repeat; 
}
#bottomcorner {
	background-image:		url(/i/borders/bc.gif); 
	background-position:	bottom left;
	background-repeat:		no-repeat; 
}
#rightbottomcorner {
	background-image:		url(/i/borders/bc.gif); 
	background-position:	bottom right;
	background-repeat:		no-repeat; 
}

#uho {
	x-font-size:				80%;
	font-size:				9pt;
	margin-left:			20px;
	margin-right:			20px;
}

#grey {
	color:					#7b757b;
}
li {
	color:					#7b757b;
	list-style-image:		url(/i/li.gif);
	padding:				0px;
	margin:					0px;
	margin-bottom:			5px;
}

input.b {
	font-size:				9pt;
	border:					1px solid #000000;
	background-color:		#fbbedf;
}
input.nob {
	font-size:				9pt;
	border:					0px;
}

a.left-menu {
	color:					#000000;
	text-decoration:		none;
}

.txtimg {
	border:					0px;
	margin-right:			2em;
}

table {
	border-collapse:		collapse;
}

a.color-link {
	color:					#ffffff;
	text-decoration:		none;
}

a.color-link:hover {
	color:					#ffffff;
	text-decoration:		underline;
}