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

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

BODY.main{
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
	scrollbar-base-color: #C5D7E7;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #C5D7E7;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	background-attachment:fixed;
	background-color: #ffffff;
	background: url('/images/bg.gif') no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}

BODY.main_teori{
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
	scrollbar-base-color: #880505;
	scrollbar-track-color: #BEC0C3;
	scrollbar-face-color: #880505;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #79570E;
	scrollbar-3dlight-color: #5DA4EC;
	scrollbar-darkshow-color: #0A6498;
	scrollbar-arrow-color: #ffffff;
	background-color: #A4CBEC;	
}

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

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

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

BODY.spacer{
	background-color: #01284E;
	font-family:'Verdana';
	margin:0;
	font-size:8pt;
}

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

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


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

/**********************************************
*	General link behaviour											*	 
**********************************************/
A:selected{
	font-weight: bold;
	font-size:8pt;
	font-family:Verdana;
	color: #0B2F68;
	text-decoration: underline;
}

A:link{
	font-weight: bold;
	font-size:8pt;
	font-family:Verdana;
	color: #0B2F68;
	text-decoration: none;
}

A:visited{
	font-weight: bold;
	font-size:8pt;
	font-family:'Verdana';
	color: #0B2F68;
	text-decoration: none;
}

A:hover{
	font-weight: bold;
	font-size:8pt;
	font-family:'Verdana';
	color: #0B2F68;
	text-decoration: underline;
}

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

/**********************************************
*	This is used for largest headings						*	 
**********************************************/
H1{
	font-size:14pt;
	font-family: Verdana;
	color: #0B2F68;
	text-decorration:none;
	font-weight: bold;
}

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

/**********************************************
*	This is used for normal text								*	 
**********************************************/
.text{
	font-size:8pt;
	font-family:Verdana;
	color: #000000;
}

/**********************************************
*	Used to give dates behaviour								*	 
**********************************************/
.dato{
	font-size:8pt;
	font-family: Verdana;
	color: #AEAFB0;
	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:#C5D7E7;
	font-weight: normal;
}

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

HR{
	color:#0B2F68;
	height: 1px;
}
/**********************************************
*	This is used for drawing the index(Sitemap)	*	 
**********************************************/
.indexheading{
	font-size:11pt;
	font-family: Verdana;
	color: #4D7195;
	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;
}

/**********************************************
*	Class menuitem															*	 
**********************************************/
A.menuitem:selected{
	font-weight: bold;
	font-size:9pt;
	font-family:'Verdana';
	color: #0B2F68;
	text-decoration: underline;
}

A.menuitem:link{
	font-weight: bold;
	font-size:9pt;
	font-family:'Verdana';
	color: #0B2F68;
	text-decoration: none;
}

A.menuitem:visited{
	font-weight: bold;
	font-size:9pt;
	font-family:'Verdana';
	color: #0B2F68;
	text-decoration: none;
}

A.menuitem:hover{
	font-weight: bold;
	font-size:9pt;
	font-family:'Verdana';
	color: #0B2F68;
	text-decoration: underline;
}
