﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 76%;
	color: #333333;
	background-color: #fff;
}

/* site defaults */
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #333333; 
}

h2, h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}
.header h2 {
	font-weight: normal;
	color: #333;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

a
{
	text-decoration: none;
	color: #3c3c99;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

table {	/* caters for old content, in ie5.x or before : */
	font-size: 1em;
}

/* A-Z Highlight */
.az_highlight {
	padding-top: 10px;
	font-size: 1.5em;
	color: #CC3333;
}

/* Services Highlight */
.services_highlight {
	color: #CC3333;
}

/* Site Map */
.site_map ul {
	list-style-type: none; 
	padding: 0 0 0 14px;
	margin: 3px;
}
.site_map_pad {
	color: #000000;
}

/* Content Manager */

/* Error Highlight */
.cm_error { 
	font-family : Arial, Verdana, Helvetica, sans-serif; 
	font-size : 100%; 
	font-weight : bold; 
	font-style : italic; 
	color : red; 
	line-height: 130%;
	border:1px solid red;
}

/* Content Manager Funtionality Highlight */
.cm_higlight {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 100%; 
	font-weight : bold; 
	font-style : italic;  
	color: blue;
	line-height: 130%;
}
TD
{
	font-size:small;
}
.searchWatermark
{
	color:Silver;
}