/* --- StyleSheet -------------------------------------------------------- */
/* Author: ASPerience BV                                                   */
/* Creation date: 08-06-2007                                               */
/* Customer: MailBalance - Veenendaal                                      */
/* Usage: Basic stylesheet for MailBalance corporate website               */
/* ----------------------------------------------------------------------- */

BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color : #FFFFFF;
}

H1 {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size : 13pt;
	color : #666666;
	font-weight: bold;
	margin-bottom: 0px;
}

H2 {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size : 11pt;
	color : #666666;
	font-weight: bold;
	margin-bottom: 0px;
}

H3 {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size : 8pt;
	color : #666666;
	font-weight: bold;
	margin-bottom: 0px;
}

P {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size : 9pt;
	color : #666666;	
	line-height: 20px;
	margin-bottom: 0px;
	text-align : justify;
}

P.noJustify {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size : 9pt;
	color : #666666;	
	line-height: 20px;
	margin-bottom: 0px;
	text-align : center;
}

ul {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size : 9pt;
	color : #666666;	
	margin-left : 20px;
	padding-left: 0;
	margin-top : 5px;
	margin-bottom : 5px;
	line-height: 20px;	
}

ol {
	font-family: Arial;
	font-size : 9pt;
	margin-left : 27px;
	padding-left: 0;
	margin-top : 5px;
	margin-bottom : 5px;
	line-height: 20px;		
}

div.languageSelection {
	font-family: Verdana;
	font-size : 10pt;
	color: White;
}

/*--- Default link styles ----------------------------------------------------*/

a:link {	
	color: #9B7C02;
	text-decoration: none;
}

a:visited {	
	color: #9B7C02;
	text-decoration: none;
}

a:active {	
	color: #9B7C02;
	text-decoration: underline;
}

a:hover {
	color: #9B7C02;
	text-decoration: underline;
}
/*--- END Default link styles ------------------------------------------------*/


/*--- menu items normal   -----------------------------------------------*/
a.menu:link,
a.menu:visited 		{
	width: 108px;
	height: 18px;
	display:block;
	padding : 1px 0px 1px 0px;	
	font : normal 8pt Verdana;
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image :  url("gfx/tbutton_normal.gif");
	background-repeat : no-repeat;	
}

a.menu:hover	{
	width: 108px;
	height: 18px;
	display:block;
	padding : 1px 0px 1px 0px;	
	font : normal bold 8pt Verdana;
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image :  url("gfx/tbutton_hover.gif");
	background-repeat : no-repeat;	
}

a.menu_current:link,
a.menu_current:visited,
a.menu_current:hover	{
	width: 108px;
	height: 18px;
	display:block;
	padding : 1px 0px 1px 0px;	
	font : normal bold 8pt Verdana;
	color: #666666;
	background-color: #FFFFFF;
	text-decoration: none;
	background-image :  url("gfx/tbutton_hover.gif");
	background-repeat : no-repeat;	
}


a.submenu:link,
a.submenu:visited 		{
	width: 160px;
	height: 21px;
	display:block;
	padding : 1px 0px 1px 0px;	
	font : normal 7pt Verdana;
	color: #666666;
	background-color: ;
	text-decoration: none;
	background-image :  url("gfx/lbutton_normal.gif");
	background-repeat : no-repeat;
	margin-bottom : 5px;
	text-indent : 35px;
}

a.submenu:hover	{
	width: 160px;
	height: 21px;
	display:block;
	padding : 1px 0px 1px 0px;	
	font : bold 7pt Verdana;
	color: #666666;
	background-color: ;
	text-decoration: none;
	background-image :  url("gfx/lbutton_hover.gif");
	background-repeat : no-repeat;	
	margin-bottom : 5px;	
	text-indent : 35px;	
}

a.submenu_current:link,
a.submenu_current:visited,
a.submenu_current:hover	{
	width: 160px;
	height: 21px;
	display:block;
	padding : 1px 0px 1px 0px;	
	font : normal bold 7pt Verdana;
	color: #666666;
	background-color: ;
	text-decoration: none;
	background-image :  url("gfx/lbutton_hover.gif");
	background-repeat : no-repeat;	
	margin-bottom : 5px;	
	text-indent : 35px;	
}

a.languagemenu:link,
a.languagemenu:visited 		{
	font : normal bold 9pt Verdana;
	color: #FFFFFF;
	text-decoration: none;
}

a.languagemenu:hover 		{
	font : normal bold 9pt Verdana;
	color: #9B7C02;
	text-decoration: underline;
}

a.languagemenu_current:link,
a.languagemenu_current:visited,
a.languagemenu_current:hover	{
	font : normal bold 9pt Verdana;
	color: #9B7C02;
	text-decoration: none;
}
/*--- END menu items ---------------------------------------------------*/



/* --- END StyleSheet ---------------------------------------------------- */