.bold
{
	font-weight: bold !important;
}

.blue {
	color: #255795;
}

.black {
	color: #000000;
}

.black11 {
	color: #000000;
	font-size:11px;
}

.blueH3 { font-size:14px;
          font-weight: bold;
          color: #255795;
	  padding-bottom: 0px;
        }

.underline
{
	text-decoration: underline;
}

ul.nobullets, ul.acronyms
{
	list-style-type: none;
}

ul.nobullets li
{
	margin-bottom: 5px;
}

ul.acronyms li
{
	clear: both;
}

ul.acronyms li span.title
{
	display: block;
	width: 100px;
	float: left;
	padding-right: 15px;
	font-weight: bold;
	text-align: right;
}

ul.acronyms li span.longtitle
{
	width: 100%;
	float: left;
	margin: 20px 0px 20px 0px !important;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}		

ul.acronyms li span.text
{
	display: block;
	width: 400px;
	float: left;
	text-align: left;
}

li.noindent {
	margin-left: -40px;
}

ul.level2 {
	margin-left: 80px;
}

ul.nomargin {
	margin-left: 16px;
}

ol.nomargin {
	margin-left: 22px;
}

ul.solidbullet {
	list-style-type: disc !important;
}

ul.hollowbullet {
	list-style-type: circle !important;
}

.buttongrey {
	width: 220px;
	background-image: url(/images/b_grey.gif);
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 11px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #737473;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.buttonblue {
	width: 220px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/images/b_blue.gif);
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 11px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

.buttonblue a {
	color: #fff;
}

img.left {
	float: left;
	margin: 0px 10px 5px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 5px 10px;
}

img.leftwithborder {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px 2px 2px 0px;
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
}

img.rightwithborder {
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 2px 2px;
	border-left: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;	
}

.footerLinkDivider
{
	padding: 0px 8px 0px 8px;
}

.searchButton
{
	width: 58px;
	height: 22px;
	background-image: url(/images/b_search.gif);
	background-color: Transparent;
	border: 0px;
}

.searchButtonFR
{
	width: 58px;
	height: 22px;
	background-image: url(/images/b_search_fr.gif);
	background-color: Transparent;
	border: 0px;
}
