/*-----------------------------------------------------------------------------
Typography Style Sheet (for version 4 browsers)
Mozilla FireFox 1.5 +
Internet Explorer 6.0 +
Opera 8.0 +
Safari 2.0 +
Version: 1.1.1
Author: Inside Internet
E-mail: support@insideinternet.nl
Web: http://www.insideinternet.nl/
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
Default font settings
------------------------------------------------------------------------------*/
body {
	font-size:100%; /* Inherrits the configured default browser font size */
	color:#7a7a7a; /* Standard Black */
	font-family:Arial, Helvetica, sans-serif;
}

/*-----------------------------------------------------------------------------
Default headings
------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {	font-weight:normal;	color:#000; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 1em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

#mainContainer, #subPageContainer h1 {
	color:#005daa;
	font-size:1.0em;
	font-weight:bold;
}

#mainContainer, #subPageContainer p {
	color:#7a7a7a;
	font-size:12px;
	font-weight:normal;
	margin-bottom:10px;
}

/*-----------------------------------------------------------------------------
Text elements
------------------------------------------------------------------------------*/

a:hover     { color: #005daa; text-decoration: underline; }
a           { color: #7a7a7a; text-decoration: none; cursor:pointer;}

.headerTop a {
	color:#005daa;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}
.headerTop a:hover {
	color:#005daa;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

#breadCrumbs a:link {
	color:#7a7a7a;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
}

#breadCrumbs a:hover {
	color:#005daa;
	font-weight:bold;
	text-decoration:none;
}

#breadCrumbs span.crumb {
	color:#7a7a7a;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------
List elements
-----------------------------------------------------------------------------*/

ul.footerLinks {
	list-style:none;
	font-size:0.67em;
}

/*-----------------------------------------------------------------------------
Table elements
------------------------------------------------------------------------------*/

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/*-----------------------------------------------------------------------------
Misc classes
------------------------------------------------------------------------------*/

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
