/* @group Reset CSS */

/* Reset CSS */

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, 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-style: normal;
	text-decoration: none;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Reset CSS */

/* @end */

body {
	font: 12px Helvetica, Arial, sans-serif;
	color: #333333;

}

a {
	text-decoration: underline;
	color: #113867;
	line-height: 16px;
}

h2 {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	background-color: #738184;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	margin: 0;
}

p {
	background-color: #e6e6e6;
	padding: 10px 5px;
	line-height: 16px;
	margin: 0 0 10px;
	
}

.fieldname {
	font-style: italic;
	line-height: 20px;
	float: left;
	margin-right: 10px;

}

.fieldvalue {
	line-height: 20px;
	font-weight: bold;
	
}

th, td {
	border: 1px solid #b3b3b3;
	padding: 10px;
	text-align: center;
}

th {
	font-weight: bold;
	background-color: #e6e6e6;
}

table {
	margin-top: 10px;
	margin-bottom: 10px;
}