@charset "UTF-8";
/* CSS Document */
body {
  color: white;
}
h1 {
	font-size:24px;
	font-weight:100;
	line-height:24px;
	color:#FC3;
}

h2 {
	font-size:21px;
	font-weight:100;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

p {
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

small {
	font-size:8px;
}

em {
	color:#FC0;
}

sup {
	font-size:8px;
	font-weight:300;
}

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

/*ol
{
	list-style:outside;
	list-style-position:outside;
	font-size:14px;	
}*/

li
{
	list-style:inside;
	list-style-position:inside;
	font-size:14px;	
}

a
{
	color:#FC0;
	text-decoration:none;
	outline: none;
}

a:hover
{
	text-decoration:underline;
}
.territory {
	font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
}
