body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

a {
	color:#004080;
	text-decoration: none;
}

a:visited {
	color: #0080C0;
}

a:hover {
	color: #20086B;
	text-decoration: underline;
}

.nugget {
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin-bottom: 10px;
}
.nugheader {
	background-color: #0066CC;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;

}
.nugbody {
	background-color: #F4F4F4;
}



.topic {
	border: 1px none #0066CC;
	padding: 5px;
}
.topheader {
	font-size: 12px;
	background-color: #E9E9E9;
}
.topbody {
	font-style: italic;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.text14bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text12bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footerleft {
	background-image: url(/images/footer/left.jpg);
	background-repeat: no-repeat;
}
.footercentre {
	background-image: url(/images/footer/centre.jpg);
	background-repeat: repeat;
}
.footerlright {

	background-image: url(/images/footer/right.jpg);
	background-repeat: no-repeat;
}
.headerleft {
	background-image: url(/images/header/left.jpg);
	background-repeat: no-repeat;
}
.headerright {
	background-image: url(/images/header/right.jpg);
	background-repeat: no-repeat;
}
.headercentre {
	background-image: url(/images/header/centre.jpg);
	background-repeat: repeat-x;
}
.text12boldtableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #E9E9E9;
	color: #0066CC;


}
.ArticleBoxTopLeft {
	background-image: url(/images/boxes/articles/TopLeft.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.ArticleBoxTopCentre {
	background-image: url(/images/boxes/articles/TopCentre.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
.ArticleBoxTopRight {
	background-image: url(/images/boxes/articles/TopRight.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}
.ArticleBoxLeftCentre {
	background-image: url(/images/boxes/articles/LeftCentre.jpg);
	background-repeat: repeat-y;
}
.ArticleBoxBottomLeft {
	background-image: url(/images/boxes/articles/BottomLeft.jpg);
	background-repeat: no-repeat;
}
.ArticleBoxBottomCentre {
	background-image: url(/images/boxes/articles/BottomCentre.jpg);
	background-repeat: repeat-x;
}
.ArticleBoxBottomRight {
	background-image: url(/images/boxes/articles/BottomRight.jpg);
	background-repeat: no-repeat;
}
.ArticleBoxRightCentre {
	background-image: url(/images/boxes/articles/RightCentre.jpg);
	background-repeat: repeat-y;
}
.premtabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.premheader {

	background-color: #33CC99;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
