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

body {
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#004563;
	background:#F2F2F2;
	overflow:hidden;
}

h1 {
	float:none;
	font-size:16px;
	margin:0;
	padding:0;
}

img {
	border:0;
	display:block;
}

a {
	color:#118CC1;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

hr {
	clear:both;
	margin:15px 0px;
	border:none;
	border-bottom:1px solid #004563;
}

.box {
	background:#FFF;
	width:300px;
	margin:150px auto;
	border:#88c5e0 solid 5px;
	padding:10px;
	text-align:center;
	line-height:20px;
}

p.contact { text-align:left; margin:20px 40px; font-size:13px; }
p.contact b { width:40px; float:left; text-align:right; margin-right:5px; }
