/* 
    Document   : text
    Created on : 8-sep-2009, 13:47:52
    Author     : Arno
    Description:
        Global default text styles
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
p,ul {
	line-height: 1.3em;	
}
a {
	color: #666666;
	text-decoration: none;
}

p a, .blue, p.message, ul a {
	color: #0099CC;
	font-weight: normal;
	text-decoration: none;
}
.blue {
	font-weight: bold;
}

p a:hover, p a.active, , p a.selected {
	color: #0099CC;
	text-decoration:underline
}


h1, h2, h3, p, table {
	margin-bottom: 1em;
}
h3 {
	margin-bottom: 0px;
}

table table {
	margin: 0;	
}

h1, h2, h3, h1 a, h2 a, h3 a {
	font-weight: bold;

	text-decoration: none;
}

p,td {
	color: #666666;
	font-size: 12px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 1em;

	color: black;
}

h2 {
	font-size: 14px;

	margin-bottom: 0.2em;

	color: #666666;
}

h3, h3 a {
	font-size: 12px;

	color: #0099cc;
}

ol {
	padding-left: 40px;	
}

ul,ol  {
	padding-left: 18px;
	margin-bottom: 1em;	
}
ul ul, ul ol, ol ul {
	margin-bottom: 0;	
}
sup, sub {
	line-height: 0.8em;
	font-size: 9px;
}
p sup, p sub {
	line-height: 0.8em;
	font-size: 9px;

}
