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

<style type="text/css">
<!--

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 590px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

body {
	margin: 0;
	padding: 0;
}

table, td, tr {
	border-collapse:collapse;
}
	
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0093d4;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #0093d4;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color:#0093d4;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:10px 0 0 0 !important;
}

/*.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}*/

.body-intro {
	font-size:10px;
	font-weight:bold;
	color: #333;
}

.body-introb td {
	font-size:10px;
	font-weight:bold;
	color: #333;
	padding-top:20px;
}

.border-below {
	border-bottom:2px solid #0093d4;
	}
	
.title {
	font-family: Helvetica Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
	color: #0093d4;
	text-align:left;
	}
	
.title2 {
	font-family: Helvetica Arial, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
	color: #0093d4;
	text-align:left;
	padding-bottom:10px;
	}	
	
.color {
	background-color:rgba(255,221,0,0.7);
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
		}
		
.white {
	background-color:#FFF;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
		}
		
.color-last {
	background-color:rgba(255,221,0,0.7);
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:15px;
		}
		
.source {
	font: normal normal normal 10px Helvetica, Arial, sans-serif;
	color:#000;
	margin: 30px 0 0 5px;
	text-decoration:none;
	}
	
p span {
	text-transform:uppercase;
}
	
td {
	text-align:right;
	padding-right:5px;
	}

.left {
	text-align:left !important;
	padding-left:5px;
	}



