{
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

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;
}

.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;
}
