/* Font Elements */ 
h1,h2,h3,h4,h5,h6 {
	font-family:Arial;
	color:#173F62;
}

h1 
{
	font-size:12pt;
	font-weight: 100;
	color: #ffffff;
	background-color: #173F62;
	padding: 8px 10px 8px 10px;
	margin-top:0px;
}
h2 {	font-size:12pt;		}
h3 {	font-size:11pt;		}
h4 {	font-size:10pt;		}
h5 {	font-size:9pt;		}
h6 {	font-size:8pt;		}

/* Images */ 
img
{
	border: none;
}

p
{
/*
	color:#173F62;
*/
	color: #666666;
	font-family:Arial;
	font-size:9pt;
	margin-bottom:0px;
}

ul
{	
	list-style: none;
	font-family:Arial;
	font-size:9pt;
}

li
{
	background-image:url(../Img/arrow.gif);
	background-repeat:no-repeat;
	background-position: 0px 5px;
	padding: 0px 10px 0px 20px;
}

a
{
	color:#173F62;
	background-color:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#ffffff;
	background-color:#173F62;
}