﻿body {
}



a.standard
{
	color:#5877ba;
}

a.standard:hover
{
	text-decoration: none;
}




.readMore
{
	color:#5877ba;
	font-size: 12px;
}


.readMore:hover
{
	text-decoration: none;
}


/* -------------------------------------------------------------- */
/* --------------           QuickLinks            --------------- */
/* -------------------------------------------------------------- */


div.QuickLinks ul li a
{
	color: #284153;
	text-decoration: none;
	font-weight:bold;
}


div.QuickLinks ul li a:hover
{
	text-decoration: underline;
}


/* -------------------------------------------------------------- */
/* --------------           PageTitleLinks            --------------- */
/* -------------------------------------------------------------- */


div.PageTitleLinks a
{
	color: #284153;
	text-decoration: none;
	font-weight:bold;
	height: 22px;
}


div.PageTitleLinks a:hover
{
	text-decoration: underline;
}






/* -------------------------------------------------------------- */
/* --------------         News Bulletins          --------------- */
/* -------------------------------------------------------------- */


div.Tabs a
{
	text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	display:block;
	padding: 5px 0px 4px 0px;
}

	div.Tabs .newsActive a
	{
		color: #619f00;		
	}

	div.Tabs .newsNormal a
	{
		color: #FFFFFF;		
	}
	
	div.Tabs .bulletinsActive a
	{
		color: #4d9bd8;	
	}

	div.Tabs .bulletinsNormal a
	{
		color: #FFFFFF;	
	}


div.Tabs a:hover
{
	text-decoration: underline;
}


	div.newsContent div.Content h5 a
	{
		font-size: 11px;
		text-decoration: none;
	}
	
	
	div.newsContent div.Content h5 a:hover
	{
		text-decoration: underline;
	}
	
	a.NewsBulletinReadMore
	{
		position:absolute;
		bottom: 1px;
		left:8px;
		text-decoration: none;
		font-size: 10px;
	}
	
	a.NewsBulletinReadMore:hover
	{
		text-decoration: underline;
	}
	
	
	#News a
	{
		color: #619f00;
	}
	
	#Bulletins a
	{
		color: #4d9bd8;
	}
		


/* -------------------------------------------------------------- */
/* --------------             Footer              --------------- */
/* -------------------------------------------------------------- */

a.footerLink
{
	color: #5877ba;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
}


a.footerLink:hover
{
	text-decoration:none;
}



