/**************************************************
*	BODY SECTION																		*				
**************************************************/

BODY.menu{
	background: url('/images/menu_left_bottom.gif');
	background-position: bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-color: #72C8F9;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
}

BODY.menu_spacer{
  background: url('/images/menu_spacer.gif');
	background-position: bottom;
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-color: #06507A;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
}

BODY.menu_right{
  background: url('/images/menu_right.gif');
	background-position: bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-color: #72C8F9;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
}

BODY.logo{
  background: url('/images/logo.gif');
	background-position: bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-color: #72C8F9;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
}

BODY.main{
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
	scrollbar-base-color: #72C8F9;
	scrollbar-arrow-color: #ffffff;
	background: url('images/main.gif') no-repeat;
  background-color: #61B0DE;
  background-position: 100% 100%;
  background-attachment:fixed;
}

BODY.main_left{
	background: url('images/left_spacer.gif');
	background-repeat: repeat-y;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
	
}

BODY.main_right{
	background: url('images/right_spacer.gif');
	background-repeat: repeat-y;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
}


BODY.bottom{
	background: url('/images/bottom_spacer.gif');
	background-position: bottom;
	background-attachment:fixed;
	background-repeat: repeat-x;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
}

BODY.bottom_left{
	background-image: url('images/bottom_left.gif');
	background-position: bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
}

BODY.bottom_right{
	background-image: url('images/bottom_right.gif');
	background-position: bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
}


/**********************************************
*	TEXT FORMATTING SECTION											*
**********************************************/

/**********************************************
*	Table data behaviour												*
**********************************************/
TD{
	font-family:'Verdana';
	font-size:10pt;
}

/**********************************************
*	This is used for headings smaller then H1's	*	 
**********************************************/
.heading{
	font-weight: bold;
	font-size:11pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: none;
}

/**********************************************
*	Used to give dates behaviour								*	 
**********************************************/
.dato{
	font-size:7pt;
	font-family: Verdana;
	color: #000000;
	text-decorration:none;
	font-weight: normal;
}

/**********************************************
*	This is used for text in forms							*	 
**********************************************/
.formData{
	font-size:8pt;
	font-family:'Verdana';
	color: #000000;
	font-weight: bold;
}

/**********************************************
*	This is used for elements in forms					*	 
**********************************************/
.formElements{
	font-size:8pt;
	font-family:'Verdana';
	color: #000000;
	background-color:#72C8F9;
	font-weight: normal;
}

/**********************************************
*	This is used for buttons in forms						*	 
**********************************************/
.formElementButton{
	font-size:8pt;
	font-family:'Verdana';
	color: #000000;
	font-weight: normal;
	background-color:#72C8F9;
}

HR{
	color:#A0CAE2;
	height: 1px;
}
/**********************************************
*	This is used for drawing the index(Sitemap)	*	 
**********************************************/
.indexheading{
	font-size:8pt;
	font-family: Verdana;
	color: #000000;
	text-decorration:none;
	font-weight: bold;
}

/**********************************************
*	SPECIFIC CLASSES SECTION										*												
**********************************************/

/**********************************************
*	Class copyright															*	 
**********************************************/
.copyright{
	font-weight: normal;
	font-size:7pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: none;
}

A.copyright:link{
	font-weight: normal;
	font-size:7pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: none;
}

A.copyright:selected{
	font-weight: normal;
	font-size:7pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: none;
}

A.copyright:visited{
	font-weight: normal;
	font-size:7pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: none;
}

A.copyright:hover{
	font-weight: normal;
	font-size:7pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: underline;
}

/**********************************************
*	Class mere																	*
**********************************************/
A.mere:selected{
	font-weight: bold;
	font-size:7pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: underline;
}

A.mere:link{
	font-weight: bold;
	font-size:7pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: underline;
}

A.mere:visited{
	font-weight: bold;
	font-size:7pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: underline;
}

A.mere:hover{
	font-weight: bold;
	font-size:7pt;
	font-family:'Verdana';
	color: #ffffff;
	text-decoration: underline;
}


/**********************************************
*	Class Webdesign															*	 
**********************************************/
A.webdesign:selected{
	font-weight: normal;
	font-size:7pt;
	font-family:'Verdana';
	color: #0A045F;
	text-decoration: underline;
}

A.webdesign:link{
	font-weight: normal;
	font-size:7pt;
	font-family:'Verdana';
	color: #0A045F;
	text-decoration: underline;
}

A.webdesign:visited{
	font-weight: normal;
	font-size:7pt;
	font-family:'Verdana';
	color: #0A045F;
	text-decoration: underline;
}

A.webdesign:hover{
	font-weight: normal;
	font-size:7pt;
	font-family:'Verdana';
	color: #0B59DB;
	text-decoration: underline;
}