/* ------ Text items -------- */
body
{
	font-family: Arial, Verdana, Helvetica, Tahoma;
	font-size: 0.75em;
	color: #333;
	padding: 0; 
	margin: 0;
	line-height:120%;
	text-Align:center;
}
p
{
	font-family: Arial, Verdana, Helvetica, Tahoma;
	color: #333;
	line-height:160%;
}
h1, .heading1
{
	font-size: 2.1em; 
	font-weight:bolder;
	line-height:25px;
	margin-top:7px;
	color: #333333;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-weight: bold; 
	font-size: 1.2em; 
	color: #333333;
	padding:0px;
	margin-top:3px;
	margin-bottom:7px;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-weight: bold;
	color: #333333;
	margin-top:0px;
	margin-bottom:0px;
	float:left;
	line-height:160%;
	font-size:0.96em;
	EditMenuName: Heading 3;
}
.bh1
{
	font-weight: bold;
	color:#0067b0;
	font-size: 1.2em; 
}
.bh2
{
	color:#1070b4;
}
.bh3
{
	color:#1070b4;
	font-size: 0.98em; 
}
.bluetext
{
	color:#1070b4;
	EditMenuName: Blue text;
}
.blueheading
{
	font-size:1.2em;
	color:#0066B0;
	font-weight:bold;
	margin-bottom:5px;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
hr
{
	height: 0.1em;
	color: #B4D206;
}


/* ------ Links -------- */
a
{
	color: #0067b0;
	text-decoration:none;
}
a:hover
{
	color: #000000;
	text-decoration:underline;
}
a.link
{
	color: #333333;
	text-decoration:none;
}
a:hover.link
{
	color: #0067b0;
}
/* --------- Links in Top menu ----------- */
a.menuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	color: #333;
	text-decoration: none;
	margin: auto;
}
a.activemenuhead
{
	padding: 0em 0em 0em 0.55em;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	margin: auto;
}


/* --------- Input ----------- */
.textbox
{
	width:138px;
}
.emailtextbox
{
	color:#333333;
	font-family: Arial, Helvetica, Tahoma;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
}
select
{
	font-size: 1em;
}
/* --------- Table format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: BE Group;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #0066b0;
	color:#FFFFFF;
	font-weight:bold;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #0066b0;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #0066b0;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #0066b0;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: BE Group blue;
	color:#FFFFFF;
	font-weight:bold;
}
table.classic th.highlighted
{
	background-color: #0066b0;
	color:#FFFFFF;
	font-weight:bold;
}
table.classic td.highlighted
{
	background-color: #0066b0;
}
table.color th.highlighted
{
	background-color: #0066b0;
}
table.color td.highlighted
{
	background-color: #0066b0;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}

