@CHARSET "UTF-8";

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

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

h3{
	color: #ED1E79;;
}

a{
	color: #0071BC;
	text-decoration: none;
}

a:visited {
	color: #0071BC
}

a:hover {
	color: #ED1E79;
}

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

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

body{
	/*
		Font Shorthand:
		element {
	  		font: normal normal normal inhert/normal inherit;
		}
		
		Font Default:
		element {
			font-style: normal; font-variant:normal; font-weight: normal; font-size: inherit; line-height: normal; font-family:inherit;
		}
	*/	
	font: normal 76%/160% Verdana, Helvetica, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #808080; text-align:center;
}

/* BRANDING  BEGIN*/
div#branding  ul li a{
	color: #ed1e79;
}
	

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


/* HORIZONTAL NAVIGATION  BEGIN*/
div#navigation ul li a {
	font-size: 13px;
	color: #fff;
	line-height: 300%;
	font-weight: bold;
	display: block;
	width: 114px;
	height: 45px;
}


div#navigation ul li a:hover, div#navigation ul li a.active {
	color: #ED1E79;
	background-color: #000;
	opacity:.40; MozOpacity:.40; KhtmlOpacity:.40; filter : alpha(opacity=40);
}
/* HORIZONTAL NAVIGATION  END*/


/* LEFT COLUMN BEGIN*/

#left_column ul li a{
	color: #fff;
	font-weight: bold;
}



#left_column div#hints ul li a{
	color: #998675;
}

#left_column div#hints ul li a:hover, a.active{
	color: #fff;
}

/* LEFT COLUMN END*/


/* RIGHT COLUMN BEGIN*/
div#right_column div.internal_wrapper ul{
	list-style-position: inside;
	color: #003366;
}
div#right_column div.internal_wrapper ul a{
	color: #003366;
}
/* RIGHT COLUMN END*/

