/* 
    Document   : text.css
    Created on : 29-jul-2009, 15:03:15
    Author     : Arno
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10pt; /* 10pt == 13px */
}

form input, form select, form textarea, form option {
	font-family: Arial, Verdana, Helvetica;
	font-size: 9pt;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	font-weight: bold;
	color: #00295b;

	margin-top: 0px;
}

h1 {
	font-size: 26px;

	margin: 0 0 0.37em 0;
}

h2 {

	font-size: 1.6em;
	margin: 0 0 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 0 0 1em 0;
}

p, ul, div.content {
	color: #6c6c6c;
	font-size: 12px;
}

p {
	margin: 0 0 1em 0;
}

table {
	color: #6c6c6c;
	font-size: 12px;
}

table th {
	color: #6c6c6c;
	font-size: 10pt;

	font-weight: bold;

	text-align: left;
}

a {
	color: #888888;

	text-decoration: none;
}

a:hover {

	text-decoration: underline;

}

div.content p a {
	color: #EE7F00;

	text-decoration: underline;
}

a.reference-link, div.content-home div.block-text a {
	color: #00295b !important;

	font-weight: bold;

	background: url(/images/link-reference-arrow.png) center right no-repeat;

	text-decoration: none !important;

	padding-right: 14px;

}

a.back-link {
	color: #00295b !important;

	font-weight: bold;

	background: url(/images/link-back-arrow.png) center left no-repeat;

	text-decoration: none !important;

	padding-left: 14px;

}