body 
{
	background-color: #a8c4ec; /* 168,196,236 */
	color: #333333;	
	background-image: url(img/gradient_bg.gif);
	background-repeat: repeat-x;	
}

table 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p 
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.rightcoltext 
{
	padding-left: 25px;
/*
	background-image: url(img/gradient_small_bg.gif);
	background-repeat: repeat-x;				
*/	
}

.hnavbg 
{
	background-image: url(hnavbar/hnavbar_bg.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

.heading 
{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0024ff;/*themecolour2;*/
}

.divider 
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9e9c9c;
}

.threecoltext 
{
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	color: #333333;		
	background-color: #ffffff; 
	background-image: url(img/gradient_small_bg_flip.gif);
	background-repeat: repeat-x;			
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;	
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;	
	border-right-color: #999999;
	border-left-color: #999999;	
	border-bottom-color: #999999;		
}

.parahead 
{
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #4481d8; 
	padding-left: 12px;
	padding-bottom: 2px;	
}

a:link 
{
	color: #000000;/*themecolour4%0;*/
	background: inherit;	
}

a:visited 
{
	color: #333333;/*themecolour4%0;*/
	background: inherit;	
}

a:link:hover 
{
	color: #0024ff;/*themecolour2;*/
	background: inherit;	
}

.subhead 
{
	background-color: #4481d8;/*themecolour5;*/
	color: #ffffff;	
}

.footer 
{
	background-image: url(hnavbar/hnavbar_bg.gif);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}

blockquote 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	color: #333333;/*themecolour4%0;*/
	background: inherit;		
}

ol 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #333333;/*themecolour4%0;*/
	background: inherit;		
}

ul 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #333333;/*themecolour4%0;*/
	background: inherit;		
	list-style-image: url(img/bullet.gif);	
}

li.b_amber
{
	list-style-image: url(img/bullet_amber.gif);
}

.b_red
{
	list-style-image: url(img/bullet_red.gif);
}

.b_green
{
	list-style-image: url(img/bullet_green.gif);
}

.b_blue
{
	list-style-image: url(img/bullet_blue.gif);
}

h1 {

/*	font-size: 16px; */
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	background-color: #4481d8; 
	color: #ffffff;	
	padding-left: 10px;	
/*	color: #333333; */
	margin-top: 2px;
	margin-bottom: 2px;
}

.h_red 
{
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	background-color: #CC0000; 
	color: #ffffff;	
	padding-left: 10px;	
	margin-top: 2px;
	margin-bottom: 2px;
}

.h_amber 
{
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	background-color: #FF9933; 
	color: #ffffff;	
	padding-left: 10px;	
	margin-top: 2px;
	margin-bottom: 2px;
}

.h_green 
{
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	background-color: #00AA00; 
	color: #ffffff;	
	padding-left: 10px;	
	margin-top: 2px;
	margin-bottom: 2px;
}

.highlightboxLight 
{
	background-image: url(img/gradient_small_bg.gif);
	background-repeat: repeat-x;				
	padding: 10px 20px;
	border: 1px solid #333333;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 11px;	
}