@charset "utf-8";
@import '../global.css';
/* CSS Document */

/* {
	outline: thin solid red;
	}  */
	
/* Swatch Colors */
/* background-color: rgba(84, 88, 97, 1); /*swatch 4 coolgray 10*/
/* background-color: rgba(171, 164, 158, 1); /*swatch 4 402*/
/* background-color: rgba(97, 124, 149, 1); /*swatch 4 5415*/

body {
	width: inherit;
	height: 500px;
	padding: 20px;
	
	background-color: rgba(84, 88, 97, 1); /*swatch 4 coolgray 10*/
	}

/*article*/
article {
	width: 635px;
	float: right;
	}
	
h1 {
	font-size: 18pt;
	font-variant: small-caps;
	}
	
p {
	font-size: 10pt;
	line-height: 15pt;
	position: relative;
	top: -20px;
	}
	
p strong {
	color: rgba(97, 124, 149, 1); /*swatch 4 5415*/
	font-size: 12pt;
	position: relative;
	top: -5px;
	
	display: none;
	}


#pdf {
	position: absolute;
	left: 75px;
	top: 125px;
	border-radius: 5px;
	box-shadow: 0px 10px 10px rgba(0,0,0,.7);
	}
	
#cap {
	color: rgba(171, 164, 158, 1); /*swatch 4 402*/
	font-size: 16pt;
	position: absolute;
	left: 88px;
	top: 230px;
	
	display: none;
	}

/*link buttons*/	
td a {
	text-decoration: none;
	}

section {
	display: block;
	position: relative;
	left: 20px;
	top: 150px;
	}

table {
	width: 150px;
	float: right;
	margin-right: 35px;
	}

img.links {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 7px 8px rgba(0,0,0,.7);
	}
