/*
WRA.css
Format control style sheet for the Windscreen Repairs Australia website
ROb Askew
WRA versions:
14/06/09 Initial based on NBT css sheet

*/

body
{
	font-family: Arial, helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}

a:link {
	color: #208020;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #405040;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #7f0000;
	text-decoration: underline;
	font-weight: bold;

}

h1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: green;
	text-align: center;

}

h2 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #336633;
	text-align: center;

}

h3 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 16pt;
	font-color: #336633;
	font-weight: bold;
	text-align: center;

}

th {
	font-family: Arial, helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-size: 10pt;
	color: #000000;
}

td {
	font-family: Arial, helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 10pt;
	color: #000000;
}
