@charset "utf-8";
/* CSS Document */

a {
	color:white;
}

#column1, #column2 {
	color:white;
}

.menu_text, .menu_text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	
	text-align:right;
	text-decoration:none;
	line-height:14pt;
	
}
.menu_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}
.menu_text a:hover {
	font-size: 10pt;
	font-weight: bold;
	color: White;
	}
	
.primaryMenuItem { /* overide color for sub menu items */
	color:white;
}

.primaryMenuItem {
	color: White;
}

#pager { color:white; }

.pager_inactive {
	color:#cccccc;
}

.pager_inactive:hover {
	color:white;
}

#pager_active {
	color:white;
}
