/* bodyfont en scrollbar */
body, p, td  { font-family: Arial, Helvetica, sans-serif, Verdana, Geneva ; font-size: 12px; color: #000000; line-height: 100%; }


/* tekst */
.normal 	{ font-size: 12px; line-height: 17px; color: #000000; font-weight: normal; }
.bold	 	{ font-size: 12px; line-height: 17px; color: #000000; font-weight: bold; }

.pa		{ color: #A81E69; }
.lb		{ color: #0078BE; }
.gl		{ color: #FFB400; }
.or		{ color: #FF5400; }
.ro		{ color: #E00101; }
.lg		{ color: #97CA52; }
.db		{ color: #445799; }

h1 			{ font-size: 16px; line-height: 17px; font-weight: bold; margin: 0px; margin-bottom: 2px; }
h2		 	{ font-size: 12px; line-height: 15px; font-weight: bold; margin: 0px; margin-bottom: 0px; }

.column		{ font-size: 11px; line-height: 15px; color: #000000; font-weight: normal; }
.small	 	{ font-size: 10px; line-height: 12px; color: #000000; font-weight: normal; }
.footer 	{ font-size: 11px; line-height: 100%; color: #666666; font-weight: normal; }
.note	 	{ font-size: 10px; line-height: 12px; color: #575757; font-weight: normal; }
.required 	{ font-size: 14px; line-height: 17px; color: #E00101; font-weight: bold; }


/* links */
a:link, a:active, a:visited { color: #C90000; text-decoration: underline; }
a:hover 					{ color: #FF7800; text-decoration: underline; }

a.footer:link, a.footer:active, a.footer:visited	{ color: #666666; text-decoration: underline;  }
a.footer:hover  									{ color: #222222; text-decoration: underline;  }


a.pa:link, a.pa:active, a.pa:visited { color: #A81E69; text-decoration: underline; }
a.pa:hover 							{ color: #0078BE; text-decoration: underline; }

a.pa2:link, a.pa2:active, a.pa2:visited { color: #A81E69; text-decoration: underline; }
a.pa2:hover 							{ color: #97CA52; text-decoration: underline; }

a.lb:link, a.lb:active, a.lb:visited { color: #0078BE; text-decoration: underline; }
a.lb:hover 							{ color: #A81E69; text-decoration: underline; }

a.lb2:link, a.lb2:active, a.lb2:visited { color: #0078BE; text-decoration: underline; }
a.lb2:hover 							{ color: #E00101; text-decoration: underline; }

a.gl:link, a.gl:active, a.gl:visited { color: #FFB400; text-decoration: underline; }
a.gl:hover 							{ color: #445799; text-decoration: underline; }

a.or:link, a.or:active, a.or:visited { color: #FF5400; text-decoration: underline; }
a.or:hover 							{ color: #445799; text-decoration: underline; }

a.ro:link, a.ro:active, a.ro:visited { color: #E00101; text-decoration: underline; }
a.ro:hover 							{ color: #0078BE; text-decoration: underline; }

a.lg:link, a.lg:active, a.lg:visited { color: #97CA52; text-decoration: underline; }
a.lg:hover 							{ color: #A81E69; text-decoration: underline; }

a.db:link, a.db:active, a.db:visited { color: #445799; text-decoration: underline; }
a.db:hover 							{ color: #FF5400; text-decoration: underline; }

a.db2:link, a.db2:active, a.db2:visited { color: #445799; text-decoration: underline; }
a.db2:hover 							{ color: #FFB400; text-decoration: underline; }

/* lists */
ul		{ list-style-type: square; margin-left: 0px; margin-top: 6px; margin-bottom: 6px; padding-left: 22px; }
li		{ line-height: 120%; color: #000000;  margin-bottom: 7px; }

/* ruler */
hr	{ border: solid 1px #444444; height: 1px; text-align: left; }

/* border */
.border		{ border: solid 1px #444444; }

/* forms */
.button 	{ border: 1px solid #E00101; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color: #E00101; cursor: hand; font-family: Arial, Helvetica, sans-serif, Verdana, Geneva ; }
.textfield	{ border: 1px solid #E00101; font-size: 12px; font-weight: normal; color: #000000; background-color: #FFFFFF; padding-left: 2px; padding-right: 4px; font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; }
.textarea	{ border: 1px solid #E00101; font-size: 12px; font-weight: normal; color: #000000; background-color: #FFFFFF; padding-left: 4px; padding-right: 5px; font-family: Arial, Helvetica, sans-serif, Verdana, Geneva; scrollbar-arrow-color: #444444; scrollbar-base-color: #FFFFFF; scrollbar-face-color: #FFFFFF; scrollbar-track-color: #FFFFFF; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF;  }
select 		{ color: #000000; font-size: 12px; }
