.vertline
{
	background-color : #B6B6B6;
	background-image: url("/common/images/dots_vert.gif");
}

.horzline
{
	background-color : #B6B6B6;
	background-image: url("/common/images/dots_horz.gif");
}

.defaultcolour
{
	background-color: #003366;
}

.breadcrumbBg
{
	background-color: #F7F7F7;
}

body
{
	background-color: #ffffff;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

.pixel 
{
	display: block;
}

.defaultlink
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #0066CC;
	text-decoration:none;
}

 .defaultlink:hover
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #0066CC;
	text-decoration:underline;
} 

 .defaultlink:visited
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color : #996699;
	text-decoration:none;
} 

.defaulttext, ul, li
{
	font-family : Arial, Helvetica, sans-serif;
	font-size :9pt;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}

.breadtext
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #333333;
}

.breadlink
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #336699;
	text-decoration:none;
}

 .breadlink:hover
{ 
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #336699;
	text-decoration:underline;
 }