
/*	Common
	=========================================================================== */
	body, div, span, p,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, .common_font {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		color: #40648C;
	}

	h1 {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-family: 'Century Gothic';
		font-size: 18px;
		font-weight: lighter;
		color: #EE2D24;
	}

	h2 {
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		font-family: 'Century Gothic';
		font-size: 14px;
		font-weight: lighter;
		color: #EE2D24;
	}

	p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	img {
		border: 0px;
	}

	a:link     {color: #EE2D24; text-decoration: none}
	a:visited  {color: #EE2D24; text-decoration: none}
	a:active   {color: #EE2D24; text-decoration: none}
	a:hover    {color: #EE2D24; text-decoration: underline}

	li.error {
		color: #DD0000;
	}
	
	div.nav_account_selector {
		width:190px;
		margin:0px;
		padding:0px;
	}