html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	line-height: 1;
}

a {
	text-decoration:none;
}

ol, ul {
	list-style: none;
}

body {
	background-color:#0f3153;
}

#container {
	width:600px;
	margin:5px auto 20px auto;
	position:relative;
}

#logo {
	background-image:url('logo.png');
	background-repeat:no-repeat;
	background-position:50px center;
	height:179px;
	margin:0 auto;
	position:relative;
}

#logo a {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent:-100000px;
}

#pub {
	position:absolute;
	top:120px;
	right:50px;
}

#pub, #pub a {
	color:#ffc041;
}

#msg {
	color:#fff;
}

#msg a {
	color:#daebfa;
}

#msg h2 {
	font-size:20px;
	padding-bottom:10px;
	border-bottom:1px solid #15518b;
}

#msg .box {
	background-color:#07233f;
	padding:10px 20px;	
	margin:20px 0;
}

#msg .box abbr {
	border-bottom:1px dotted #5c7ea1;
	cursor:help;
}

p {
	line-height:160%;
	margin:10px 0;
	font-size:14px;
	text-align:justify;
}

#footer {
	font-size:12px;
	margin-top:30px;
	text-align:center;
	color:#c1dcf8;
}

#footer a {
	color:#ffc041;
}
