﻿/* Netcare Access CSS Document */

/* *** Colors for Netcare Access***  */
/* 	Light Blue/ Link Blue : #6992a5
	Dark Blue/ Header Blue : #004a80
	
	Light Green: #cfe1c2
	Dark Green/ Header Green: #97ac3a
	
	Light Yellow: #ece1a8
	Orange Header: #ff9933 
	
	Red: #993333
	Pink: #bc6d5c
	
	Beige Header BG: #e5deca
*/


.subheading-blue {
	color: #004a80;
	font-weight: bold;
	}
	
.subheading-blue a:link, .subheading-blue a:visited, .subheading-blue a:active {
	color: #004a80;
	font-weight: bold;
	text-decoration: underline
	}
	
.subheading-blue a:hover, .subheading-blue a:visited:hover {
	color: #993333;
	font-weight: bold;
	text-decoration: underline
	}
	
.subheading-red {
	color: #993333;
	font-weight: bold;
	}
	
.subheading-red a:link, .subheading-red a:visited, .subheading-red a:active {
	color: #993333;
	font-weight: bold;
	text-decoration: underline
	}
	
.subheading-red a:hover, .subheading-red a:visited:hover {
	color: #004a80;
	font-weight: bold;
	text-decoration: underline
	}

.heading-blue {
	color: #004a80;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-blue a:link, .heading-blue a:visited, .heading-blue a:active{
	color: #004a80;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-blue a:hover, .heading-blue a:visited:hover {
	color: #004a80;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-orange {
	color: #f7941d;
	font-weight: bold;
	font-size: 16px
	}

.heading-orange a:link, .heading-orange a:visited, .heading-orange a:active{
	color: #f7941d;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-orange a:hover, .heading-orange a:visited:hover {
	color: #f7941d;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-green {
	color: #97ac3a;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-green a:link, .heading-green a:visited, .heading-green a:active{
	color: #97ac3a;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-green a:hover, .heading-green a:visited:hover {
	color: #97ac3a;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-gray {
	color: #333333;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-gray a:link, .heading-gray a:visited, .heading-gray a:active{
	color: #333333;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-gray a:hover, .heading-gray a:visited:hover {
	color: #333333;
	font-weight: bold;
	font-size: 16px
	}
	
.heading-red {
	color: #993333;
	font-weight: bold;
	font-size: 16px
	}
