/* CSS Document Friends of ED*/

body	{
		background: #ddd url(assets/background_stripes.gif);
		margin: 0px;
		font-family: verdana, arial, sans-serif;
		text-align: center;
		}
p, td, li	{
			font-family: verdana, arial, sans-serif;
			font-size: 11px;
			}
h1		{
		font-family: verdana, arial, sans-serif;
		font-size: 9px;
		font-weight: normal;
		}
h2		{
		font-family: verdana, arial, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}

#wrapper	{
			width: 700px;
			background: #99ccff url(assets/background.gif);
			border: 1px solid #888;
			margin: 20px auto;
			text-align: left;
			}
#ie5fix	{
		height: 1px;
		voice-family: "\"}\"";
		voice-family: inherit;
		display: none;
		}
.navList	{
			list-style: url(assets/nav_bullets.gif) outside;
			margin-top: 25px;
			}
.navListBullet	{
				font-size: 11px;
				width: 410px;
				margin-bottom: 15px;
				}
.navUnderline	{
				border-bottom: solid 1px #666;
				display: block;
				}
a:link	{
		font-weight: bold;
		color: #333;
		background-color: transparent;
		text-decoration: none;
		}
a:visited 	{
			font-weight: bold;
			color: #333;
			background-color: transparent;
			text-decoration: none;
			}
a:active	{
			font-weight: bold;
			color: #333;
			background-color: transparent;
			text-decoration: none;
			}
a:hover	{
			font-weight: bold;
			color: #fff;
			background-color: #000;
			text-decoration: none;
			}
.floatRight	{
			float: right;
			}
.rowGray	{
			background: #999;
			font-size: 12px;
			color: #333;
			}
.copyPadding	{
				padding-left: 40px;
				}
.center		{
			text-align: center;
			}
.cellPadding	{
			padding-left: 10px;
			}
