	body
	{
		background: #b5c7bf url('/english/images/bkgd.gif') repeat-x;
		margin: 0px;
		padding: 0px;
	}


/* type styles */

	body, td
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #4d4d4d;
	}
	
	a:link, a:visited
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #8f0808;
		text-decoration: underline;
	}

	a:active, a:hover
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #333333;
		text-decoration: underline;
	}

	.big
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 13px;
		font-weight: bold;
		line-height: 17px;
		color: #4d4d4d;
	}
	
	.black
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #000000;
	}
	
	.black_big
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 13px;
		font-weight: bold;
		line-height: 17px;
		color: #000000;
	}
	
	.black_small
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 9px;
		font-weight: normal;
		line-height: 11px;
		color: #000000;
	}
	
	.red
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #c70b0b;
	}
	
	a:link.red, a:visited.red
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #c70b0b;
		text-decoration: underline;
	}

	a:active.red, a:hover.red
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #000000;
		text-decoration: underline;
	}

	.red_big
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 13px;
		font-weight: bold;
		line-height: 17px;
		color: #c70b0b;
	}

	.yellow
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #fdecb6;
	}
	
	.white
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #ffffff;
	}
	
	a:link.white, a:visited.white
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #ffffff;
		text-decoration: none;
	}

	a:active.white, a:hover.white
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 11px;
		font-weight: bold;
		line-height: 14px;
		color: #fdecb6;
		text-decoration: none;
	}	
	
	.white_small
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 10px;
		font-weight: normal;
		line-height: 12px;
		color: #ffffff;
	}
	
	a:link.white_small, a:visited.white_small
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 10px;
		font-weight: normal;
		line-height: 12px;
		color: #ffffff;
		text-decoration: underline;
	}

	a:active.white_small, a:hover.white_small
	{
		font-family: Arial, Helvetica, Verdana;
		font-size: 10px;
		font-weight: normal;
		line-height: 12px;
		color: #ffffff;
		text-decoration: none;
	}	
	


/* DIVs */

	#outer
	{
		position: relative;
		margin: 41px auto 0px auto;
		width: 957px;
		height: 255px;
	}

	/* home divs */
	#logo_home
	{
		position: absolute;
		width: 144px;
		height: 103px;
		top: 23px;
		left: 16px;
	}
	
	#text_home
	{
		position: absolute;
		width: 480px;
		height: 124px;
		top: 184px;
		left: 385px;
	}
	
	/* standard divs */
	.top
	{
		background-color: #ffffff;
		width: 957px;
		height: 126px;
	}

	.red_bar
	{
		background-color: #c70b0b;
		width: 957px;
		height: 26px;
	}
	

/* standard block elements */

	table, form
	{
		padding: 0px;
		margin: 0px;
		border-collapse: collapse;
	}
	
	table
	{
		border-spacing: 0px;
		empty-cells: show;
	}
	
	ul, ol
	{
		padding-left: 18px;
		padding-top: 0px;
		margin-top: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	td
	{
		padding: 0px;
	}
	
	img
	{
		border: none;
 		display: block;
	}


