/************************************
  ***********************************/

body {
	background:#fff;
	font-family: Helvetica, Verdana, Arial, Verdana, san-serif;
	font-size: 12px;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
}

/*******************************
 ID
 ******************************/
#mainContent {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


#flashContent {
	width:950px;
	margin:0 auto;
	padding:0;
}
/*******************************
 CLASS
 ******************************/
.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.default {
	
}

.topleft {
	
}

.topright {
	
}

.bottomleft {
	
}

.bottomright {
	
}


/*******************************
 TYPOGRAPHY
 ******************************/
h2 {
	text-transform:uppercase;
	font-size:150%;
	color:#000;
}

/*******************************
 TABLE
 ******************************/
table {
	width:100%;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
 
th {
	text-align:left;
	text-transform:uppercase;
	font-size:110%;
	line-height:110%;
	color:#000;
}

td {
	text-align:left;
	font-size:80%;
	color:#000;
	line-height:95%;
}
