a:link{
	 text-decoration: none;
	 color: royalblue;
}
a:visited{
	 text-decoration: none;
	 color: royalblue;
}
a:hover{
	text-decoration: none;
	color: lightblue;
}

body{background:url('blue_bg.gif');}

body,table{
	font-family:Verdana;
	font-size:12px;
	color: royalblue;
	
	scrollbar-arrow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: royalblue;
	scrollbar-face-color: cornflowerblue;
	scrollbar-shadow-color: royalblue;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
}
table.bborder{
	border: 1 solid royalblue;
	background:white;
}
td{
	padding-left:3px;
	padding-right:3px;
}
td.nopad{
	padding-left:0;
	padding-right:0;
	padding-top:0;
	padding-bottom:0;
}
td.justify{
	text-align:justify;
}
input.link{
	border:0;
}
input.line{
	border-left:0;
	border-right:0;
	border-top:0;
}
textarea.line{
	border-left:0;
	border-right:0;
	border-top:0;
	scrollbar-arrow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: white;
	scrollbar-face-color: white;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
}
textarea.none{
	font-size:10px;
	border:0
	scrollbar-arrow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-highlight-color: white;
	scrollbar-face-color: white;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: white;
}
input,select,textarea{
	border:1 solid royalblue;
	background:transparent;
	color:royalblue;
	cursor:hand;
	font-family:Verdana;
	font-size:12px;
}
img{
	cursor:hand;
}
.small{
	font-size:10px;
	text-align:justify;
}


p{
	font-family: Verdana; 
	text-align:center;
	page-break-after: always;
}
@page{
	size: auto;
	margin: 0;
}