/* This CSS file was stolen from http://itsari.org ;-) */

body {
	font-family: "courier new", courier, fixed;
	font-size: 14px;
	line-height: 15px;
	color: black;
}
td {
	font-family: "courier new", courier, fixed;
	font-size: 14px;
	line-height: 15px;
	color: black;
}
textarea {
	font-family: "courier new", courier, fixed;
	border-color: black;
	font-size: 14px;
	line-height: 15px;
	color: black;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	text-indent: 1px;
}
input {
	font-family : "courier new", courier, fixed;
	border-color: black;
	color: black;
	font-size: 14px;
	line-height: 15px;
	border-style : solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	text-indent: 1px;
}
select {
	font-family: "courier new", courier, fixed;
	font-size: 14px;
	font-weight: bold;
}
pre {
	font-size: 14px;
	font-family: "courier new", "courier new", fixed;
}
a:link {
	font-size: 14px;
	font-family: "courier new", courier, fixed;
	font-weight: bold;
	text-decoration: none;
	color: black;
	cursor: crosshair;
}
a:visited {
	font-size: 14px;
	font-family: "courier new", courier, fixed;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
	cursor: crosshair;
}
a:hover {
	font-size: 14px;
	font-family: "courier new", courier, fixed;
	text-decoration: none;
	position: relative;
	top: -1px; left: -1px;
	padding-bottom:1px;
	#background:url(imgs/flash.gif) bottom left repeat-x;
	border-bottom: none;
#	text-shadow: #000 -1px -1px 0px;
}
a:focus {
	outline: 0;
}
a:active {
	font-size: 14px;
	font-family: "courier new", courier, fixed;
	position: relative;
	top: 1px; left: 1px;
	outline: 0;
}
div.bare a:hover {
	position: static;
	padding-bottom: 0px;
	background-image: none;
	cursor: pointer;
}
div.bare a:active {
	position: static;
	padding-bottom: 0px;
	background-image: none;
	cursor: pointer;
}
#ribbon {
        position: fixed;
        right:0;
        float:right;
        margin: 1em;
        width: 100px;
        height: 101px;
}
#ribbon[type="image/png"] {
        height: 100px;
        width: 101px;
}

