a:link {
	background-color: transparent;
	color: blue;
	text-decoration: none;
	border: none;
}

a:visited {
	background-color: transparent;
	color: #6495ed;
	text-decoration: none;
	border: none;
}

body {
	color: Black;
	background: url(images/bg_rainbow-marble.gif);
	background-color: transparent;
	font-size: 2;
	font: normal;
	font-family: Avenir, "Lucida Grande", "Bitstream Vera Sans", lucida, arial, verdana, sans-serif;
	letter-spacing: 1px;
	line-height: 40px;
	}

h1 {
	background-color: transparent;
	color: #af781e;
	padding: 3pt;
	margin: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}

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

h2 {
	background-color: transparent;
	color: #1c3c96;
	font: Garamond;
	font-size: 11pt;
	padding: 3pt;
	text-decoration: none;
	text-align: center;
}

h3 {
	background-color: transparent; 
	color: #1c3c96;
	font: Garamond;
	font-size: 9pt;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
}

h4 {
	background-color: transparent;
	color: #1c3c96;
	font: Garamond;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	padding: 10px;
	margin-top: 10px;
	text-align: left;
}

h5 {
	background-color: transparent;
	color: #007173;
	font: Garamond;
	font-size: 8pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	border
	border: thin solid;
	border-color: #007173;
}

h6 {
	background-color: transparent;
	color: #1c3c96;
	font: Garamond;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	padding: 2pt;
	text-align: center;
	text-decoration: underline;
}

h1.white {
	background-color: transparent;
	color: white;
	padding: 3pt;
	margin: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}

img.left-floating {
	float: left;
	padding: 5px; 
}

p.justify {
	text-align: justify;
	margin: 5px;
}

p {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:20px;
	}

p.caption {
	font-style: italic;
}
 
p.colour1 {
	background-color: silver;
	color: red;
	font-size: 8pt;
	padding: 3pt;
	text-align: left;
	font-variant: small-caps;
}

p.colour2 {
	background-color: teal;
	color: white;
	font-size: 8pt;
	padding: 3pt;
	text-align: left;
	font-variant: small-caps;
}

p.colour3 {
	background-color: aqua;
	color: black;
	font-size: 8pt;
	padding: 3pt;
	text-align: left;
	font-variant: small-caps;
}
p.colour4 {
	background-color: green;
	color: white;
	padding: 3pt;
	font-size: 8pt;
	text-align: left;
	font-variant: small-caps;
}  

p.colour5 {
	background-color: transparent;
	color: black;
	padding: 1pt;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	border: thin;
	border-color: black;
	border-style: solid;
}  

p.column {
	font-size: 8pt;
	text-align: left;
}

ul {
	margin:20px 40 16px 18px;
	}
	
li {
	margin:20px 40;
	list-style-image: url(images/square.gif);
	vertical-align: bottom;
	}

table {
	font-size: 9pt;
	line-height: 20px;
}

td.label {
	font-size: 10pt;
	text-align: left;
}


td.titlebar {
	background-color: #27120F;
	color: #FBDDA9;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

ul.column {
	font-size: 8pt;
}

ol.column {
	font-size: 8pt;
}

blockquote.column {
	font-size: 8pt;
}

.button {
	background-color: aqua;
	border-left: thin gray solid;
	border-right: thin gray solid;
	border-bottom: thin gray solid;
	border-top: thin gray solid;
	color: black;
	padding: 2px;
	text-decoration: none;
	font-size: 12.00px;
	text-align: center;
	vertical-align: middle;
}

.highlight {
	background-color: #DBD0B9;
	color: #27120F;
	padding-bottom: 4px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 4px;
	text-align: center;
}

.nav {
	background-color: transparent;
	color: gray;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
}

.nav:link {
	background-color: transparent;
	color: red;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
}

.nav:visited {
	background-color: transparent;
	color: black;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
}
.nav:hover {
	background-color: transparent;
	color: #7b68ee;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
}

.nav:active {
	background-color: #1c3c96;
	color: #ff8000;
	padding: 3px;
	text-align: center;
	font-size: 9pt;
}

.textarea {
	background-color: white;
	border-style: ridge;
	color: #27120F;
	text-align: left;
}

.textbox {
	background-color: #FFFFFF;
	border-style: inset;
	border-width: thin;
	color: #27120F;
	padding: 5px;
}
.div1 {
	padding: 2px;
	background: white;
	color: #000000;
	text-align: left;
}
.specialfont {
	background: transparent;
	color: #af781e;
	font-size: x-large;
	font-family: "Bradley Hand ITC", serif;
	font-weight: bold;
}

.specialfont2 {
	background: transparent;
	color: #af781e;
	font-size: x-large;
	font-family: "Bradley Hand ITC", serif;
	font-weight: bold;
	text-align: right;
}

.specialfont-white {
	background: transparent;
	color: white;
	font-size: x-large;
	font-family: "Bradley Hand ITC", serif;
	font-weight: bold;
}

.textsmall  {
	font-size : 11px;
	font-family : Verdana, Arial;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.texthead  {
	font-size : 13pt;
	font-family : Times New Roman, Times;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.textmini {
	font-size : 10px;
	font-family : verdana,Arial;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
.textsmallbold  {
	font-size : 11px;
	font-family : Verdana, Arial;
	font-style : normal;
	font-weight : bold;
	color : #000000;
}
.niceform  {
	font-size : 11;
	font-family : verdana, Arial;
	font-weight : normal;
	font-style : normal;
	text-indent: 0px;
	letter-spacing: 0px;
	color : rgb(0,0,0);
	background-color: rgb(255,255,255);
}
.textlogo  {
   background-color: White;
	color: #1c3c96;
	font-size : 37px;
	font-family : Garamond;
	font-style : italic;
	font-weight : bold;
	text-align : center
}
.textlogowhite  {
   background-color: White;
	color: #1c3c96;
	font-size : 37px;
	font-family : Garamond;
	font-style : italic;
	font-weight : bold;
	text-align : center;
	padding: 15px;
}

.textimpuls  {
   background-color: #007173;
	color: #cccccc;
	font-size : 24px;
	font-family : Garamond;
	font-style : italic;
	font-weight : bold;
	text-align : center;
	padding: 10px;
}

.smallText {
   font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	color: white;
	}

.copyright {
   font-family: Geneva, Verdana, Arial, sans-serif; 
	font-size: 9px; 
	color: black;
	}

.texta { 
 font-size: 10px; 
 background-color: #ccffcc; 
 border: 1px solid #961c3b;
 padding: 3px;
 vertical-align: baseline; 
}

.whitefont { 
 font-size: 12px; 
 color: white;
 background-color: transparent;      
}

	
