html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	padding: 0;
	border: 50;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*
ul, li,
ol, ul {
	list-style: none;
}
*/

h1, h2, h3, h4, h5, h6 
{
	font-weight:bold;
}

h1
{
	font-size:140%;
}

h2, h3
{
	font-size:130%;
}

h4
{
	font-size:100%;
}

body {
	font: 80% sans-serif;
	color:      #333333;
	background: #ffffff;
	margin-left: 50;
	margin-right: 50;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}

A {
	text-decoration: none;
	color: #cc3333
}

A:hover {
	text-decoration: underline;
}
A:visited {
	color: #cc3333
}

HR {
	color: #cccccc
}

.paperref{
 width: 100%;
 border-top: 1px #ffffff solid;
}

img 
{
	border-color: White;
	border: none;
}

.shadow{
	box-shadow: 2px 2px 4px #444;
}

table.downloads {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
}
table.downloads td {
	vertical-align: middle;
	padding: 4px;
}


table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
