/*  global declarations                                                */

body		{
		margin: 0;
		padding: 0;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #333;
		background-color: #ccc;
		}

img		{
		border: 0px none;
		display: block;
		}

.inline		{
		display: inline;
		}

div,
p,
th,
td,
li		{
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #333;
		}

a:link		{
		color:#666;
		text-decoration:underline;
		background-color: transparent;
		}
	
a:visited	{
		color:#666;
		text-decoration:underline;
		background-color: transparent;
		}

a:active	{
		color:#000;
		text-decoration:none;
		background-color: transparent;
		}

a:hover		{
		color:#000;
		text-decoration:none;
		background-color: transparent;
		}

/*  custom declarations                                                */

.banner		{
		background-image: url(../gfx/background_stripe.gif);
		background-repeat: repeat-x;
		}

.bottomnav
		{
		font-size: 9px;
		}

.content	{
		width: 480px;
		}

.fineprint	{
		color: #999;
		font-size: 9px;
		}

.footer		{
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #000;
		}

.newscontent	{
		width: 250px;
		}

.pullquote	{
		font-size: 13px;
		}

.stealth	{
		display: none;
		}

.subtitle	{
		font-size: 20px;
		font-weight: bold;
		color: #b0ad00;
		}

.logo		{
		display: inline;
		position: absolute;
		top: 25px;
		left: 15px;
		}