﻿/*
	Colours:
		- Orange: #DA8B17
		- Dark blue:  #0066b1
		- Reliant grape: #5A245A
*/
/* 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:					#5A245A;
	letter-spacing:			-0.05em;
	line-height: 16pt;
	border-bottom: dotted 1px #ccc;
}
h2, .h2						{ font-size: 14pt; letter-spacing:-0.05em; color: #5A245A; margin:3px 0 3px 0; font-weight: lighter; }
h3, .h3						{ font-size: 12pt; color: #777; margin: 10px 0 2px 0; letter-spacing: -0.01em; }

a 
{ 
	color:					#5A245A;
	text-decoration:		none;
}
a:link, a:visited, a:active
{	
}	

.QImage_Link				{ cursor: pointer; }

.QMenuTabs { border-bottom: solid 1px #DE8B15; padding-top: 2px; }
.tabs-nav { border-bottom: solid 1px #DE8B15; }

.tabs-nav a,
.QMenuTabs .navTreeLabel { color: #555; }

.tabs-nav .tabs-selected a,
.QMenuTabs .QMI_Sel .navTreeLabel { color: #DE8B15 !important; }

