/* 	Foundation Dreamweaver MX
	Working with style sheets
*/

body	{
	background:	black;
	margin:	0px;
	font-family: verdana,	arial,	helvetica,	sans-serif;
	text-align: center;
	font-size: 12px;
	color:	red;
		}
p,	td,	li	
		{
		font-family: verdana,	arial,	helvetica,	sans-serif;
		font-size: 12px;
		}				
#wrapper
		{
		width:	700px;
		background: white;
		border: 3px solid red;
		margin: 5px auto;
		text-align: left;
		padding-top:	5px;
		color:	red;
		}		
#ie5fix
		{
		height:	1px;
		voice-family:	"\"}\"";
		voice-family:	inherit;
		display:	none;
		}
a:link
		{
		font-weight:	bold;
		color:	gray;
		background-color:	transparent;
		text-decoration:	none;
		}
a:visited
		{
		font-weight:	bold;
		color:	gray;
		background-color:	transparent;
		text-decoration:	none;
		}
a:active
		{
		font-weight:	bold;
		color:	gray;
		background-color:	transparent;
		text-decoration:	none;
		}
a:hover
		{
		font-weight:	bold;
		color:	yellow;
		background-color:	#000;
		text-decoration:	none;
		}
.floatRight
		{
		float:	right;
		}
.floatCenter
		{
		float:	center;
		}
.floatLeft
		{
		float:	left;
		}
.rowGrey
		{
		font-weight:	bold;
		color:	white;
		background-color:	gray;
		text-decoration:	none;
		text-align:	center;
		font-size:	10px;
		}
.rowRed
		{
		font-weight:	bold;
		color:	black;
		background-color:	red;
		text-decoration:	none;
		text-align:	center;
		font-size:	10px;
		}
.rowGreen
		{
		font-weight:	bold;
		color:	black;
		background-color:	green;
		text-decoration:	none;
		text-align:	center;
		font-size:	10px;
		}
.rowOrange
		{
		font-weight:	bold;
		color:	black;
		background-color:	orange;
		text-decoration:	none;
		text-align:	center;
		font-size:	10px;
		}
.rowTitle
		{
		font-weight:	bold;
		color:	yellow;
		font-size:	13px;
		background-color:	gray;
		text-decoration:	none;
		text-align:	center;
		}
.paddingBottom
		{
		padding-bottom:	10px;
		}
.paddingTop
		{
		padding-top:	10px;
		}
.paddingLeft
		{
		padding-left:	20px;
		}
.cellPadding
		{
		padding-left:	10px;
		}	
.paddingTopBottom
		{
		padding-top:	10px;
		padding-bottom:	10px;
		}
h1
		{
		font-family: verdana,	arial,	helvetica,	sans-serif;
	  	font-weight:	bold;
		color:	red;
		font-size:	13px;
		}
h2	
		{
		font-family: verdana,	arial,	helvetica,	sans-serif;
	  	font-weight:	bold;
		color:	red;
		font-size:	12px;
		}		