/* City Health Style Sheet */

body	{
		margin: 50px;
		font-family: verdana;
		font-size: 14px;
		color: #FFFFFF;
		background-color: #ffffff;
		}

p, td, li	{
			font-family: verdana;
			font-size: 11px;
			color: #333;
			}
td {
	vertical-align: top;
}			
.table	{
	padding-left: 0px;
	table-align: center;
		}

h1		{
		font-family: verdana;
		font-size: 18px;
		font-weight: bold;
		color: #333;
		}
h2		{
		font-family: verdana;
		font-size: 14px;
		font-weight: bold;
		color: #333;
		}

a:link	{
		font-weight: bold;
		color: #666;
		background-color: transparent;
		text-decoration: none;
		}
a:visited 	{
			font-weight: bold;
			color: #666;
			background-color: transparent;
			text-decoration: none;
			}
a:active	{
			color: #fff;
			background-color: transparent;
			text-decoration: none;
			}
a:hover	{
			color: white;
			background-color: #000;
			text-decoration: none;
			}

.navList	{
			list-style: url(assets/nav_bullets.gif) outside;
			margin-top: 25px;
			}
.navListBullet	{
				font-size: 11px;
				width: 410px;
				margin-bottom: 15px;
				}
