/* Main Heading */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	line-height: 13px;
	/* padding-top: 10px; */
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

/* Sub Heading */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	/* line-height: 13px; */
	font-weight: bold;
	color: #003;
	text-decoration: none;
}

/* Sub-Sub Heading */
.sub_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 13px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

/* Body Copy Regular */
p
{
	color: #003;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	padding: 0px 5px 0px 0px;
}

p a {
	line-height: 13px;
	color: #009ACF;
	text-decoration: none;
}

p a:hover {
	line-height: 13px;
	color: #FF6300;
	text-decoration: none;
}

/* Body Copy Bold */
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 13px;
	font-weight: bold;
	color: #003;
	text-decoration: none;
}

.bold a {
	line-height: 13px;
	color: #003;
	text-decoration: none;
}

.bold a:hover {
	line-height: 13px;
	color: #FF6300;
	text-decoration: none;
}

/* Button_links */
.button_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: 13px;
	font-weight: bold;
	color: #003;
	text-decoration: none;
}

.button_links a {
	color: #003;
	text-decoration: none;
}

.button_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Body Copy Regular Colour */
.color
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

/* Sub Sub Headings */
.sub_sub_heading
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}

/* Table text - Standard Copy */
.table_type {
	color: #003;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

.table_type a {
	color: #009ACF;
	text-decoration: none;
}

.table_type a:hover {
	color: #FF6300;
	text-decoration: none;
}

/* Table text - Bold Copy */
.bold_table_type
{
	color: #003;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

/* Bullet Point */
ol
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #003;
	text-decoration: none;
	list-style-type: default;
	list-style-image: url(../../images/bullet_point.gif);
	list-style-position: default;
}

ol a {
	color: #009ACF;
	text-decoration: none;
}

ol a:hover {
	color: #FF6300;
	text-decoration: none;
}

/* Page Tips - Table Data */
.page_tips
{
	width: 150px;
	background-color: #9CF;
}

/* Body Copy Regular */
.tips {
	color: #003;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	padding: 0px 7px 0px 7px;
	line-height: 11px;
	font-weight: normal;
}

/* Tips Heading */
.tip_header {
	color: #003399;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	padding: 0px 7px 0px 7px;
	line-height: 12px;
	font-weight: bold;
}

/* Tips - Bold */
.tips_bold {
	color: #003;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	/* padding: 0px 7px 0px 7px; */
	line-height: 11px;
	font-weight: bold;
}

/* Tips - Bold Indent */
.tips_bold_indent {
	color: #003;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	padding: 0px 7px 0px 7px;
	line-height: 11px;
	font-weight: bold;
}
/* Tips - Italic */
.tips_italic
{
	color: #003;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9px;
	/* padding: 0px 7px 0px 7px; */
	line-height: 11px;
	font-weight: normal;
	font-style: italic;
}

.tips a {
	line-height: 13px;
	color: #003399;
	text-decoration: none;
}

.tips a:hover {
	line-height: 13px;
	color: #003;
	text-decoration: none;
}

/* Sitemap - Reg Copy */
.sitemap
{
	color: #003;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7px;
	padding: 2px;
	line-height: 9px;
	font-weight: normal;
}

/* Sitemap - Bold White */
.sitemap_bold {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7px;
	padding: 2px;
	line-height: 9px;
	font-weight: bold;
}

/* Sitemap - Bold Dark Blue */
.sitemap_blue_bld {
	color: #003;
	font-family: Verdana, Arial, Helvetica;
	font-size: 7px;
	padding: 2px;
	line-height: 9px;
	font-weight: bold;
}
