﻿body, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

#FactSheetMenuItem
{
	position: absolute;
	top: 0px;
	left: 0px;
}

/*-----------------------------------------------------Heights---------------------------------------*/

/*-----------------------------------------------------Widths---------------------------------------*/

/*-----------------------------------------------------Borders---------------------------------------*/

/*-----------------------------------------------------Font Sizes---------------------------------------*/

body, .factsheetlist li a, #azlist a, .toc li a
{
	font-size: 12px;	
}

h3
{
	font-size: 14px;	
}

h2, .heading
{
	font-size: 18px;
}

h1, .title
{
	font-size: 35px;
}

/*-----------------------------------------------------Font Colours---------------------------------------*/

body
{
	color: #333333;
}

#azlist a
{
	color: #003366;
}

#azlist a:hover, a
{
	color: #0099FF;
}

h1, h2, h3, .factsheetlist li a, .title, .heading
{
	color: #1E4C79;
}

/*-----------------------------------------------------Form Styles---------------------------------------*/

.factsheetlist li a, .toc li a
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/*-----------------------------------------------------Styles---------------------------------------*/

/*-----------------------------------------------------Positioning---------------------------------------*/

/*-----------------------------------------------------Backgrounds---------------------------------------*/

.quickSearchTLC
{
	height: 10px;
	width: 10px;
	background-image: url(../images/Borders/quickSearchTLC.gif);
	background-repeat: no-repeat;	
}

.quickSearchTL
{
	height: 10px;
	background-image: url(../images/Borders/quickSearchTL.gif);
	background-repeat: repeat-x;	
}

.quickSearchTRC
{
	height: 10px;
	width: 10px;
	background-image: url(../images/Borders/quickSearchTRC.gif);
	background-repeat: no-repeat;	
}

.quickSearchLL
{
	width: 10px;
	background-image: url(../images/Borders/quickSearchLL.gif);
	background-repeat: repeat-y;	
}

.quickSearchRL
{
	width: 10px;
	background-image: url(../images/Borders/quickSearchRL.gif);
	background-repeat: repeat-y;	
}
 
.quickSearchBLC
{
	height: 45px;
	width: 10px;
	background-image: url(../images/Borders/quickSearchBLC.gif);
	background-repeat: no-repeat;	
}

.quickSearchBL
{
	height: 10px;
	background-image: url(../images/Borders/quickSearchBL.gif);
	background-repeat: repeat-x;	
}

.quickSearchBRC
{
	height: 45px;
	width: 10px;
	background-image: url(../images/Borders/quickSearchBRC.gif);
	background-repeat: no-repeat;	
}

.purpleBackground
{
	background-image: url(../images/Borders/quickSearchBG.gif);
	background-repeat: repeat;	
}

.purpleSeperator
{
	height: 4px;
	background-image: url(../images/Borders/purpleSeperator.gif);
	background-repeat: repeat-x;	
}

ul li
{
	list-style-image: url(../images/bullet.gif);
}