

/* ---- CUSTOM DEFINED STYLESHEET default ---- */ 

a { color: #296DC1; text-decoration: none; }
a:visited { color: #E88831; }
a:hover { color: #A2DA40; text-decoration: underline; }

.fontBigger {
	font-size: 18px;
	color: #E88831;
}

.fontHuge {
	font-size: 25px;
	letter-spacing: -1pt;
	font-weight: bold;
	color: #296DC1;
}

div.giantBracket {
	background: url("/templates/default/images/giant_bracket.gif") no-repeat;
	margin-top: 10px;
	width: 910px;
	height: 104px;
}

/* ---- CUSTOM DEFINED STYLESHEET interface ---- */ 

ul.userMenu {
	margin: 0;
}

.userMenu ul li {
	list-style-type: none;
	display: inline;
	margin-left: 15px;
	margin-right: 5px;
	font-size: 10px;
	font-weight: bold;
	float: right;
	padding: 5px;
}

.userMenu ul li a {
	color: #9F9F9F;
}

