#content{
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
}
#content td{
	font-size: 14px;
}
#content td a{
	font-size: 14px;
	color: #003399;
}
#content td a:hover{
	color: #991900;
}

#content h1{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#content h2{
	font-size: 14px;
	font-weight: bold;
}
#content p{
	font-size: 14px;
}

#content li{
	font-size: 14px;
}

#content  p a{
	color: #003399;
	font-size: 14px;
}
#content  p a:hover{
	color: #991900;
}

#content p.fancy{
	font-style: italic;
}
#content table{
	font-size: 14px;
}

#content table a{
	color: #003399;
}

#content table a:hover{
	color: 991900;
}

#content table#downloads{

	font-size: 14px;
}
#content table#downloads a{
	font-size: 14px;
}
#content li a{
	color: blue;
	font-size: 14px;
}
#content li a:hover{
	color: red;
}

li
{
	list-style-type: lower-alpha;
}

#header h1.map{
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

#header h1.map a{
	color: blue;
	font-size: 10px;
}
#header h1.map a:hover{
	color: red;
}
#header hr.map{
	padding-top: 0px;
	margin-top: 0px;
}

ol li
{
	list-style-type: lower-alpha;
}

ol li ol li
{
	list-style-type: decimal;
}

ol li ol li ol li
{
	list-style-type: lower-roman;
}