body { margin-top: 20px; margin-bottom: 20px; background-image: url(/images/grad.gif);background-repeat: repeat-x}

table.sample {
	border-width: 5px;
	border-spacing: 1px;
	border-style: double;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.page_text { font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; font-size: 13px;color:#13173a; }
.page_text_bold { font-family:arial;font-size:10pt;font-weight:bold;color:#50606C }
a.page_text:link { text-decoration: none; color:#13173a } 
a.page_text:visited { text-decoration: none; color:#13173a }
a.page_text:hover { text-decoration: underline; color:#13173a }
.page_footer { font-family:arial;font-size:13px;font-weight:normal;color:#7da2ba; }
.status_ok { font-family:arial;font-size:10pt;font-weight:bold;color:#008E14; }
.status_error { font-family:arial;font-size:10pt;font-weight:bold;color:#C10101; }

