﻿body {
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: White;
	
}

*:focus {outline: 0;}

/* ------------------- BILDER ------------------ */


.imageLink {
	border: 0px;
}

/* ------------------- TEXTER ------------------ */

.arial_bold_11_14_white 
{
	font-family: Arial, Georgia;
	font-size: 11px;
	line-height: 14px; 
	font-weight: bold;
	color: white;	
}

.arial_bold_11_14_gray 
{
	font-family: Arial, Georgia;
	font-size: 11px;
	line-height: 14px; 
	font-weight: bold;
	color: #636363;		
}
.arial_reg_10_14_darkgray
{
	font-family: Arial, Georgia;
	font-size: 10px;
	line-height: 14px; 
	font-weight: normal;
	color: #595959;	
}

.georgia_reg_12_17_white 
{
	font-family: Georgia, Arial;
	font-size: 12px;
	line-height: 17px; 
	font-weight: normal;
	color: white;	
	text-align: justify;	
}

.georgia_reg_12_17_white_normal_rendering
{
	font-family: Georgia, Arial;
	font-size: 12px;
	line-height: 17px; 
	font-weight: normal;
	color: white;	
}


.georgia_reg_14_17_white_normal_rendering
{
	font-family: Georgia, Arial;
	font-size: 12px;
	line-height: 17px; 
	font-weight: normal;
	color: white;	
}

.georgia_reg_12_17_white_italic_rendering
{
	font-family: Georgia, Arial;
	font-size: 12px;
	line-height: 17px; 
	font-weight: normal; 
	font-style:italic;
	color: white;	
}



.georgia_reg_14_17_white_italic
{
	font-family: Georgia, Arial;
	font-size: 14px;
	line-height: 17px;	
	font-weight: normal; 
	font-style:italic;
	color: white;	
}
.georgia_reg_14_17_white_normal
{
	font-family: Georgia, Arial;
	font-size: 14px;
	line-height: 17px;		
	font-weight: normal; 
	font-style: normal;
	color: white;	
}



.georgia_reg_12_17_gray
{
	font-family: Georgia, Arial;
	font-size: 12px;
	line-height: 17px; 
	font-weight: normal;
	text-align: justify;
	color: #636363;		
}
.georgia_italic_12_17_lightgray
{
	font-family: Georgia, Arial;
	font-size: 12px;
	line-height: 17px; 
	font-weight: normal;
	text-align: justify;
	color: #BAB9B9;		
}

.georgia_italic_14_17_lightgray
{
	font-family: Georgia, Arial;
	font-size: 14px;
	line-height: 17px; 
	font-weight: normal;
	text-align: justify;
	font-style: italic;
	color: #BAB9B9;		
}


.georgia_italic_24_17_Green
{
	font-family: Georgia, Arial;
	font-size: 24px;
	font-weight: bold;
	text-align: justify;
	color: #8cc640;		
}

.georgia_italic_14_17_Green
{
	font-family: Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: justify;
	color: #8cc63f; 
	font-style:italic;		
}



/* ------------------- LINKS ------------------ */

a:link 
{
	text-decoration: none; 
	color: #8CC640;
}

a:visited 
{
	text-decoration: none; 
	color: #8CC640;

}

a:active 
{
	text-decoration: none; 
	color: #8CC640;

}

a:hover 
{
	text-decoration: underline; 
	color: #8CC640;
}

/* ------------------- FOOTER LINKS ------------------ */

.footerlink:link 
{
	text-decoration: none; 
	color: #595959;
}

.footerlink:visited 
{
	text-decoration: none; 
	color: #595959;

}

.footerlink:active 
{
	text-decoration: none; 
	color: #595959;

}

.footerlink:hover 
{
	text-decoration: underline; 
	color: #FFFFFF;
}


/* ------------------- CONTACT MODULE ------------------ */

.searchForm 
{
	font-family: Arial;
	font-size: 11px;
	color: #636363;
	background-color: #FFFFFF;
	font-weight: normal;
	height: 13px;
	width: 212px;
	padding: 2px 2px 2px 2px;
	border: solid 1px #FFFFFF;
}
.searchDropDown
{
	font-family: Arial;
	font-size: 11px;
	color: #636363;
	background-color: #FFFFFF;
	font-weight: normal;
	height: 19px;
	width: 244px;
	padding: 2px 2px 2px 2px;
	border: solid 1px #636363
}


/* ------------------- CONTACT MODULE ------------------ */

.contactForm 
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #F4FDFF;	
	height: 12px;
	width: 256px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 5px;
	border: solid 1px #D4F7FF
		
}

.contactTextArea
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background-color: #F4FDFF;	
	height: 12px;
	width: 256px;
	height: 165px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 5px;
	border: solid 1px #D4F7FF
		
}

