/**********************************************************\
*	Description: AAK
*	URI: http://www.aak.com/
*	Version: 1.0
*	Author: Niklas Hultgren (niklas.hultgren@logica.com)
*	Author URI: http://www.logica.com
*	Date: 2009-03-09
*	Copyright: (C) 2008 Logica
**********************************************************/

/* Generic
======================================================================================== */
div, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td, iframe 
								{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 				{ color:#333; clear:both; }
p								{ color:#333; }

hr, legend						{ display:none; }
table 							{ border-collapse:collapse; border-spacing:0; }
img 							{ border:0; margin:0; padding:0; }

.nowrap							{ white-space:nowrap; }
/* ==[END]============================================================================== */

/* Links
======================================================================================== */
/* General links */



a.link, a:active, a:visited	{ color:#0078c3; text-decoration:none; }
a:hover			        { color:#004da6; text-decoration:none; }



#MainBody a          { color:#0078c3; text-decoration:none; }
#MainBody a:active   { color:#0078c3; text-decoration:none; }
#MainBody a:visited  { color:#0078c3; text-decoration:none; }
#MainBody a:hover    { color:#004da6; text-decoration:none; }

.table a
{
	color:#0078c3; text-decoration:none;	
}

/* ==[END]============================================================================== */

/* Input
======================================================================================== */
input       { font-size:12px;  font-family:arial,verdana,geneva,helvetica; }
select	    { font-size:12px; font-family:arial,verdana,geneva,helvetica; }
textarea	{ font-size:12px; font-family:arial,verdana,geneva,helvetica; line-height:18px; }



/* ==[END]============================================================================== */

/* Headings
======================================================================================== */

h1 {
    font:1.3em/1.2 Arial;
	font-weight:bold;
	margin: 2px 0 12px 0;
}
h1.small {
    font:1.3em/1.2 Arial;
	font-weight:600;
	margin: 2px 0 5px 0;
}
h2 {
    font:1.3em/1.2 Arial;
	font-weight:600;
	margin: 2px 0 2px 0;
}
h3 {
    font:1.14em/1.2 Arial;
	font-weight:700;
	margin: 2px 0 2px 0;
}
h4 {
	font-size:1em;
	font-weight:bold;
	margin: 0 0 .7em 0;
}
h4.small {
	font-size:.9em;
	font-weight:bold;
	margin: 0 0 .7em 0;
}

.introduction {
	font-weight: bold;
}
/* ==[END]============================================================================== */


