@font-face
{
	font-family: 'Source Sans Pro Regular';
	src: url('/fonts/sourcesanspro-regular-webfont.eot');
	src: url('/fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
		 url('/fonts/sourcesanspro-regular-webfont.woff') format('woff'),
		 url('/fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
		 url('/fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.center
{
	text-align: center;
}

.title
{
	font-weight: bold;
	font-size: larger;
}

a
{
	font-weight: bold;
	text-decoration: none;
}
a:link
{
	color: #524DC0;
}
a:visited
{
	color: #18127F;
}
a:hover
{
	color: blue;
}

body
{
	font-family: "Century Gothic", CenturyGothic, 'Source Sans Pro Regular', sans-serif;
	background-color: #FEFEE6;
}

div.box
{
	display: block;
	position: relative;
	
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	
	width: 75%;
	
	background-color: rgba(255, 255, 255, 0.8);
	
	box-shadow:			rgba(0,0,0,0.3) 0 1px 3px !important;
	-moz-box-shadow:	rgba(0,0,0,0.3) 0 1px 3px !important;
	-ms-box-shadow:		rgba(0,0,0,0.3) 0 1px 3px !important;
	-o-box-shadow:		rgba(0,0,0,0.3) 0 1px 3px !important;
	-webkit-box-shadow:	rgba(0,0,0,0.3) 0 1px 3px !important;
}

img.DB
{
	width: 400px;
	text-align: center;
}

img.software
{
	width: 40%;
	max-width: 128px;
}

img.zippy
{
	width: 75%;
	max-width: 291px;
}

h1
{
	text-align: center;
}

p
{
	text-align: center;
	font-size:	12pt;
}

p.disclaimer
{
	font-size: 10pt;
}
