﻿/*
	Colours:
		- Orange: #DA8B17
		- Dark blue:  #0066b1
*/

/* static */
body, table, td, tr, p, a, h1, h2, h3, select, input, textarea, button 
{
	font-family:			Arial;
}

table, td, tr, p, a, select, input, textarea, button 
{ font-size:				inherit; }

a:hover						{ text-decoration: underline; }
img						{ border-width: 0; }
a img						{ border-width:0;  }
span,div,p,form					{ margin:0;padding:0;}

/* changable */
body 
{
	margin:					0;
	padding:				0;
	background-color:		white;
	font-size:				9pt;
}

h1
{
	font-size:				18pt;
	color:					#DA8B17;
	letter-spacing:			-0.05em;
	line-height: 16pt;
	border-bottom: dotted 1px #ccc;
	margin: 2px 0 5px 0;
}

h2, .h2						{ font-size: 14pt; letter-spacing:-0.05em; color: #DA8B17; margin:0; font-weight: lighter; }
h3, .h3						{ font-size: 10pt; color: #1C42A3; margin: 10px 0 2px 0; letter-spacing: -0.01em; }

a 
{ 
	color:					#DA8B17;
	text-decoration:		none;
}
a:link, a:visited, a:active
{	
}	
td { font-size: 9pt; }
.QImage_Link				{ cursor: pointer; }