html {
		font-size: 100%;
		background-color: #fff;
		}

body {
		font-size: 62.5%;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background: #fff;
		color: #21559f;
		}
		
#wrapper {
		width: 950px;
		margin: 0 auto;
		}
		
#header {
		padding-top: 40px;
		width: 950px;
		}
		
p {
		font-size: 1.4em;
/*		width: 400px;  */
		}
		
a:link,		
a:visited {
		color: #fff;
		text-decoration: none;
		}
		
a:hover, 
a:focus {
		border-bottom: 0px dotted #a2b52d;
		}
		
.transition {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.transition:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.transition:active {
	position:relative;
	top:1px;
}

.printThis{font-size:12px; color:#f8f8f8; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}