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

/* ------------------------------------------------ // main */

html {
	height				: 100%;
	overflow-y			: scroll;
}

body {
	height				: 100%;
}

div, span, p, a, h1, h2, h3, h4, h5, h6, label, td, tr, li, textarea {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 12px;
}

h1, div.componentheading {
	font-size			: 1.6em;
	font-weight			: bold;
	margin-top			: 25px;
	margin-bottom		: 25px;
}
h1.contentheading.sIFR-replaced {
	height				: 25px;
	overflow			: hidden;
}

h2 {
	font-size			: 1.2em;
	font-weight			: bold;
	margin-bottom		: 14px;
}

h2 a {
	font-size			: 1em;
	font-weight			: bold;
	text-decoration		: none;
}

h3 {
	font-size			: 1.2em;
	font-weight			: bold;
	margin-bottom		: 10px;
}
h4, h5, h6 {
	font-size			: 1em;
	font-weight			: bold;
	line-height			: 1.6em;	
}
p {
	font-size			: 11px;
	line-height			: 1.6em;
	color				: #333333;
	margin-bottom		: 1.6em;
}
a {
	color				: #000000;
	text-decoration		: underline;
	outline				: none;
	line-height			: 1.6em;
	font-size			: 0.9em;
}
p a {
	font-size			: 1em;
}
a:hover {
	color				: #aa0009;
}
table {
	margin-bottom		: 1.3em;
}
td, th {
	font-size			: 0.9em;
	line-height			: 1.6em;
}
td label {
	font-size			: 1em;
}
th {
	background-color	: #005397;
	color				: white;
}
td p, th p {
	font-size			: 1.0em;
}
b, strong {
	font-weight			: bold;
}
i, em {
	line-height			: 1.6em;
	font-style			: italic;
}
ul {
	margin-bottom		: 1.6em;
	list-style			: disc;
	padding-left		: 35px;
}
ol {
	margin-bottom		: 1.6em;
	padding-left		: 30px;
	list-style			: decimal;
}
li {
	line-height			: 1.6em;
	font-size			: 0.9em;
	color				: #333333;
}
li p {
	font-size			: 1.0em;
}
li span {
	font-size			: 1em;
}
li a {
	font-size			: 1em;
}
li li {
	font-size			: 1em;
	color				: #333333;
}
ol ul, ul ol, ul ul, ol ol {
	margin-bottom		: 0;
}

button {
	font-size			: 0.9em;
	height				: 2.2em;
}

td input.inputbox {
	width				: 190px;
}

div.clearer {
	clear				: both;
	width				: 100%;
	height				: 1px;
	line-height			: 0;
	font-size			: 1px;
}

div.columns2 {
	width				: 100%;
	float				: left;
	clear				: both;
}
div.columns2 div.column {
	float				: left;
	width				: 47%;
}
div.columns2 div.column1 {
	margin-right		: 6%;
}

legend {
	font-size			: 1.2em;
	font-weight			: bold;
	margin-bottom		: 10px;
	margin-top			: 10px;
}
label {
	font-size			: 0.9em;
	width				: 140px;
	display				: block;
	float				: left;
	line-height			: 1.4em;
	color				: #333333;
}

