/* CSS Document */
/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#7a7f78;
	background-image:url(../images/backgr.jpg);
	background-repeat:repeat-x;
	color: #D8D9D4;

}

html, body, table, tr, td, div, p, ul, li {
	font-size:9pt;
	color: #D8D9D4;
}

/***** main navigation style *****/
.heading {
	background-color:#F0F0F0;
	padding:2 2 2 10;
	margin: 0 4 6 4;
}
#LINE {
display:inline;
margin:0 6px 0 0;
line-height:25px;
height:25px;
}
#LINE a:link, #LINE a:visited {
background-color:#A0B8D0;
	border:2px solid #ffffff;
	text-decoration:none;
	color:#FFFFFF;
	padding:2px;
}
#LINE a:hover {
	border:2px solid #ffffff;
display:inline;
background-color:#F6A204;
	color:#FF0000;
	text-decoration:none;
}

#Name {}
#Name a:link, #Name a:visited {}

#BTNBack {display:none;}

/***** Text Sizes *****/
.small {
font-size:8pt;
}
.medium {
font-size:10pt;}
.large {
font-size:12pt;
}
.xlarge {
font-size:14pt;
}

/***** CONTENT AREA *****/
.content {margin:10 10 10 13;}

.content a img {
border: 3px solid #ffffff;} 

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	padding:0px 0 0px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12pt;
}

h2 {
display:block;
text-indent:5px;
background-color:#A0B8D0;
	padding:3;
	border:3px solid #ffffff;
	margin:0 0 10 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 10pt;
}

h3 {
font:1em Verdana, Arial, Helvetica, sans-serif;
color:#000;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

li {list-style-image:URL(pijl.gif);} 

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 0px 0;
padding:0;
}



/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
/* at the end of your master css doc you can import other specific style sheets by adding the following line of code to your css which calls an extra stylesheet :
=========================
@import url("whatevername.css");
=========================
*/
