/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;}
legend{color:#000;}

body {
    font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #1e1d4f;
	padding-bottom: 0.2em;
	background: transparent url(../images/h1_bg.jpg) right bottom no-repeat;
}

h2 {
	letter-spacing: -1px;
	color: #1e1d4f;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 1em;
	font-style: bold;
	background: transparent url(../images/h1_bg.jpg) right bottom no-repeat;
	padding-bottom: 0.2em;
}

.imgBorder {
	padding: 25px 20px;
	border: 1px solid blue;
}

p {
	margin-bottom: 1em;
}

.ingress {
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}

li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

a:link {
	color: #1e1d4f;
}

a:visited {
	color: #1e1d4f;
}

a:hover {
	color: #ff8540;
}

a:active {
	color: #ff8540;
	outline: none 0;
}

a:focus {
	outline: none 0;
}

.fi a.readMore, .en a.readMore {
	text-indent: -999em;
	display: block;
	width: 110px;
	height: 30px;
	float: right;
	overflow: hidden;
}

.fi .readMore {
	background: transparent url(../images/read_more.jpg) left top no-repeat;
}

.en .readMore {
	background: transparent url(../images/read_more_en.jpg) left top no-repeat;
}

a.readMore:hover {
	background-position: left bottom;
}

table td {
padding: 10px;
}