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

.title {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #2f4157;
	text-decoration: none;
}
.lightblue {
	color: #C0CEDF;
}
body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #464646;
	text-decoration: none;
	font-size: 11px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #DCDCDC;
}
#content {
	height: 756px;
	width: 1003px;
	border: 3mm solid #464646;
}
.small {
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	text-align: right;
}
.subtitles {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2f4157;
	text-decoration: none;
}
.width {
	width: 41%;
}
