.formtext {
	font-family: Verdana, sans-serif;
	font-size: 10px;

}

body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}


.datetime {

	font-family: arial; 
	font-size: 6pt; 
	color: #000000;
	text-align: left;
}

.text {
	color: #272643;
	text-align: left;
	line-height: 15px;
	font-size: 12px;
}
.textbold {
	color: #272643;
	text-align: left;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
}

.heading {
	color: #272643;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}

.heading2 {
	color: #272643;
	font-weight: normal;
	font-size: 14px;
	line-height: 14px;
}

.heading3 {
	color: #272643;
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
}

.link	{ 
	font-weight: normal;
	color: #0C3177;
	text-decoration: none;
	line-height: 19px;
}	
.warning {
	font-family: arial; 
	font-size: 12pt; 
	color: red;
}


/* --- MENY --------------------------- */

.menu0		{ 
	color: #272643; 
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;


}
.menu1	{  
	color: #272643; 
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}	
.menu2	{  
	color: #272643; 
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}	


A:active   
{
	text-decoration: none; 
	color: #000000;
}

A:hover   
{
	color: #007700;
	text-decoration: underline;

}

