/* 	Rapp Collins
	Layout CSS
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Body - General Layout Structure	
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	margin: 0px;
	padding:0px;
	background-color: #FFFFFF;
}

td {
	font-family: Verdana, Arial, geneva, sans-serif;
	font-size: 10px;
	color: #7b7b7b;
}

H1 {
	font-family: Verdana, Arial, geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #3F5D9F;
}
a:link {
	color: #3A5793;
	font-weight: bold;
}
a:visited {
	color: #3A5793;
}
a:hover {
	color: #3A5793;
}
a:active {
	color: #3A5793;
}

#flashcontent {
	text-align:center;
}

.tableWrapper {
	width: 760px;
	margin: 0px;
	background-image: url(/images/html/bg-tile.gif);
	background-repeat:repeat;
}
