/* PAGE SETTINGS */

body{
	text-align: center;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	min-width: 400px;
	background-color: #FFFFFF;
}
.central {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 400px;
	text-align: left;
}

/* LAYOUT */


/* TEXT STYLES */

.bodyCopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight: normal;
}

.bigtext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color:#000000;
	font-weight: bold;
	letter-spacing: -0.06em;
}

.boldintro{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001179;
	font-weight: bold;
}

/* LINK STYLES */

a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3399FF;
	font-weight: bolder;
	text-decoration: none;
}
