{
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

body
{
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.divquote
{
	margin-left: 50px;
	margin-right: 50px;
}

#mainwrapper
{
	margin: 0px;
	padding: 0px;
	overflow:auto;
	height: 100%;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 12px;
	margin: 0;
	padding: 12px 0;
}

.note
{
	text-align: right;
	float: right;
	font-size: 10px;
}

.headerbar table
{
	font-size: 16px;
}

table
{
	font-size: 12px;
}

a
{
	color: #9b1f1f;
	text-decoration: none;
	font-weight: bold;
	font-face: Helvetica;
}

.boxright
{
	font-size: 10px;
	width: 210px;
}

.boxright table
{
	font-size: 10px;
	width: 210px;
}

a:hover
{
	color: #aa0000;
	text-decoration: underline;
}

a:active
{
	color: #ff0000;
}


.submitLink {
	color: #9b1f1f;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.submitLink:hover {
	color: #aa0000;
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.maintext
{
	font-size: 12px;
	font-face: verdana;
}

.rubrik
{
	font-face: verdana;
	font-size: 18px;
	font-weight: bold;
	z-order: 3;
}

.underrubrik
{
	font-face: verdana;
	font-size: 16px;
}

.rightimg
{
	float: right;
}

.leftimg
{
	float: left;
}

.tablenotes
{
	font-size: 10px;
}

#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
//	background-color: lightyellow;
	background-color: #ebebeb;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
}
