body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

#redBoxContainer{ clear: both;}

#blueBoxContainer{ clear: both;}

#redBoxContainer h1, #blueBoxContainer h1
{
	color: white;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 1px 3px 2px 3px;
	margin-top: 0px;
	margin-bottom: 1px;
}

#redBoxContainer h1
{
	background-color: #DD2719;
}
#blueBoxContainer h1
{
	background-color: #0E237E;
}


#blueBox
{
	background-color: #E9E8FC;
	border: solid 1px #0E237E;
	padding: 7px;
	font-size: 12px;
}

#redBox
{
	background-color: #FCE8E9;
	border: solid 1px #D92D29;
	padding: 7px;
	font-size: 12px;
}
.datetime {

	font-family: arial; 
	font-size: 6pt; 
	color: #000000;
	text-align: left;
}

.text {
	color: #000000;
	text-align: left;
	line-height: 15px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}

.heading {
	color: #272643;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;

}

.heading2 {
	color: #272643;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px;
}

.link	{ 
	font-weight: normal;
	color: #0C3177;
	text-decoration: none;
	line-height: 19px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}	
.warning {
	font-family: arial; 
	font-size: 12pt; 
	color: red;
}


/* --- MENY --------------------------- */

.menu0		{ 
	/*color: Black;
	display: block;
	line-height: 19px;
	text-decoration: none;
	width: 100%;*/
	color: #000000; 
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 8pt;


}
.menu1	{  
	color: #272643; 
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
}	
.menu2	{  
	color: #000000; 
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}	


A:active   
{
	text-decoration: none; 
	color: #000000;
}

A:hover   
{
	color: #000000;
	text-decoration: underline;

}


