html, body { 
	background-color: white; 
	color: black;
	font-family: sans-serif;
}

a:link { 
 	color: #1f00ff; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:visited { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: underline;
 	}

a:hover { 
 	color: #9900dd; 
	background-color: transparent;
	text-decoration: none;
 	}

.center {
	text-align: center;
}

.validator {
	font-size: smaller; 
	vertical-align: text-top;
	float: right;
}

.italic { 
 	font-style: italic; 
 	}

.bold {
        font-weight: bold;
        }

.quote {
	margin-left: 40px;
	margin-right: 40px;
}

.hrsmall {
	width: 80px;
	height: 1px;
	margin-left: 20px;
}

.td_title {
	border-color: #3366cc;
	border-style: solid;
	border-width: thin;
	color: #3366cc;
	background-color : #f2f2f9; 
	font-weight: bold; 
}

.td_con {
	padding-top: 3px; 
	padding-left: 8px; 
	padding-bottom: 3px; 
	color : #303030; 
	background-color : #fefefe; 
	font-size: smaller;
}

.translations {
	background-color: transparent; 
	color: black;
	font-family: serif;
	font-size: smaller;
}

.fsflink {
	font-size: smaller; 
	font-family: monospace; 
	color : #000000; 
	border-left: #3366cc thin solid; 
	border-bottom: #3366cc thin solid; 
	padding-left: 5px; 
	padding-bottom: 5px;
}

/*
 * rtl stands for right-to-left layout, as in farsi/persian,
 * arabic, etc. See also trans_rtl.
 */
.fsflink_rtl {
	font-size: smaller; 
	font-family: monospace; 
	color : #000000; 
	border-right: #3366cc thin solid; 
	border-bottom: #3366cc thin solid; 
	padding-right: 5px; 
	padding-bottom: 5px;
}

.trans {
	font-size: smaller; 
	color : #000000; 
	border-left: #3366cc thin solid; 
	padding-left: 20px; 
}

.trans_rtl {
	font-size: smaller; 
	color : #000000; 
	border-right: #3366cc thin solid; 
	padding-right: 20px; 
}

img {
	border: none 0;
}

pre {
	padding: 1em;
        border: 1px dashed #2f6fab;
	color: black;
	background-color: #f0f0f0;
	line-height: 1.1em;
}

td.side {
	color: #3366cc;
/*	background: #f2f2f9; 
	border-color: #3366cc;
	border-style: solid;
	border-width: thin; */
	border-color: white;
	border-style: none;
	vertical-align: top;
	width: 150px;
}

/*div.copyright {
	font-size: 80%; 
	border: 2px solid #3366cc; 
	padding: 4px;
	background: #f2f2f9;
	border-style: solid;
	border-width: thin;
}*/


.footnoteref {
	font-size: smaller; 
	vertical-align: text-top;
}

div.figure {
padding: 10px; 
margin: 0.67em auto; /* needed to support centering of almost-full-width figures */
border: thin solid silver;
}

div.figure img { width: 100%; }

div.figure p { /* the default "legend" style, as opposed to "caption" */
font-family: verdana, arial, sans-serif;
font-size: smaller;
padding-left: 1%;
padding-right: 1%;
line-height: 1.1;
margin: 0.25em auto 0 auto;
}
div.figure p.caption { text-align: center; }

.full { width: 90%; padding: 10px; margin: 0.67em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
.half { width: 50%; padding: 10px; margin: 0.5em 0.67em; }
.third { width: 33%; padding: 10px; margin: 0.5em 0.67em; }
.quarter { width: 25%; border: none; padding: 5px; margin: 0.25em 0.5em; }
.fifth { width: 20%; border: none; padding: 5px; margin: 0.25em 1%; }

.right { float: right; margin-left: 2%; }
.left { float: left; margin-right: 2%; }
