@charset "UTF-8";
/* CSS Document */

/*begin css reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end reset*/

body {
	  color: #000;
	  font-family: "Arial", Helvetica, sans-serif;
	  background-color: #fff;
}


#release {	     
		 font-variant: small-caps;
		 font-weight: bold;
		 text-align: center;
		 border-bottom: 1px solid #000;
		 margin-top: 3px;
		 padding-bottom: 5px;		
}
	  
#contact-info {
		  color: #020aa4;
		  font-style: italic;
		  text-align: right;
		  margin-right: 5px;
		  margin-bottom: 10px;
		  padding-top: 5px;
}

.topline {
		 font-size: 1.3em;
		 font-style: italic;
		 font-weight:bolder;		 
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 140%
	margin-left: 5px;
}

h2 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin-left: 10%;
	padding-left: 10px;
	}

p {
	margin-left: 10%;
	margin-right: 10%;
	padding-bottom: 20px;
	text-align: justify;
}

.company-name {
			 text-align: right;
	 }	


	
#summary {
	background-color:#FF0; /* Yellow */
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

span.company-name {
	font-weight:bold;
}
footer {
	margin-top:15px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:right;
	color:green;
}
footer a {
	color:red;