@CHARSET "UTF-8";

p{
	font-size: 12px;
	color: #2f7fb8;
	line-height: 18px;
}

h2{
	font-size: 17px;
	color: #102a3d;
}

h3{
	color: #102a3d;
}

a{
	color: #2F7FB8;
	text-decoration: none;
}

a:visited {
	color: #2F7FB8
}

a:hover, a.active {
	color: #102a3d;
	text-decoration: underline;
}

a:active, a:focus {
	text-decoration: none;
	color: #2F7FB8;
}

a:active, a:focus{
	outline: none;
}

body{	
	font: normal 76%/160% Helvetica, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2f7fb8; 
}


/* BRANDING  BEGIN*/
div#branding  ul li a, div#branding  ul li.separator{
	color: #fff;
}
	

div#branding  ul li a:hover, div#branding  ul li a.selected, div#branding  ul li a.active{
	color: #40a7f4;
}
/* BRANDING  END*/

/* RIGHT COLUMN BEGIN*/
/* RIGHT COLUMN END*/
