/** BASIC */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, blockquote, ul, ol, dl {
	margin-top: 0;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	padding-top: 3px;
	padding-right: 10px;
	float: left;
}

img.logo {border: 0;vertical-align:middle;margin:10px 5px;}
img.logo-en {border: 0;vertical-align:middle;margin:10px 5px;}

img.imgRight {float: right; margin: 0 0 10px 10px; padding: 2px; border: 1px solid #999999;}
.imgLeft1 {float: left; margin: 2px 10px 10px 0; padding: 1px; border: 1px solid #999999;}
.imgRight1 {float: right; margin: 2px 0 10px 10px; padding: 1px; border: 1px solid #999999;}

/** FORMS */

.input1 {
	width: 100%;
	color: #B2B2B2;
}

.button1 {
	width: 65px;
	height: 21px;
	background: url(/image/layout/homepage04.gif) no-repeat left top;
	border: none;
	color: #FFFFFF;
}

/** BACKGROUNDS */

.bg1 {
	background: url(/image/layout/homepage03.gif) repeat-x;
}

.bg2 {
	background: url(/image/layout/homepage09.gif) repeat-x;
}

.bg3 {
	background: url(/image/layout/homepage11.gif) repeat-y;
}

.bg4 {
	background: url(/image/layout/homepage12.gif);
}

.bg5 {
	background: url(/image/layout/homepage15.gif);
}

.bg6 {
	background: url(/image/layout/subpage2_01.gif) repeat-y;
}

/** LINKS */

img {
	border: 0;
}

a {
	color: #417EDB;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #484848;
}

a.link2 {
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}

a.link2a {
	font-weight: normal;
	/*font-size: 10px;
	color: #494949;*/
	color: #417EDB;
	text-decoration: underline;
}

a.link2:hover {
	text-decoration: underline;
}

a.link2a:hover {
	text-decoration: none;
}

a.link3, a.link4 {
	text-decoration: underline;
	display: block;
	padding: 7px 30px;
	background: #F2F2F2 url(/image/layout/homepage16.gif) no-repeat 19px center;
	color: #484848;
}

a.link3:hover, a.link4:hover {
	text-decoration: none;
}

a.link3active, a.link4active {
	text-decoration: none;
	display: block;
	padding: 7px 30px;
	background: #F2F2F2 url(/image/layout/homepage16bl.gif) no-repeat 19px center;
	color: #484848;
}

a.link4 {
	padding: 7px 0 7px 50px;
	background: #F2F2F2 url(/image/layout/homepage16.gif) no-repeat 39px center;
}

a.link4active {
	padding: 7px 0 7px 50px;
	background: #F2F2F2 url(/image/layout/homepage16bl.gif) no-repeat 39px center;
}

a.linktop {
	color: #417EDB;
	text-decoration: underline;
}

a.linktopactive {
	color: #417EDB;
	font-weight: bold;
	text-decoration: none;
}

a.linktop:hover {
	text-decoration: none;
}

/** HEADINGS */

.content h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}

/** TEXTS */

.tooltip {
	margin: 0;
	padding: 0;
	display: inline;
	cursor: help;
	border-bottom: 1px #AAA dashed;
}

.text1 {
	color: #999999;
}

.text2 {
	margin: 0;
	padding: 7px 0 6px 19px;
	background: #5C83C0 url(/image/layout/homepage14.jpg) no-repeat right top;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}

.text3 {
	margin: 0;
	padding: 7px 0 6px 19px;
	background: #EEEDED url(/image/layout/homepage18.gif) no-repeat right center;
	font-weight: bold;
	color: #295196;
	font-size: 11px;
}

.text4 {
	margin: 0;
	padding: 7px 0 6px 19px;
	background: #EEEDED;
	font-weight: bold;
	color: #295196;
	font-size: 11px;
}

.date {color: #ccc; text-align: right; margin: 1.5em 0 2em 0; padding: 0.4em 0 0 0; background: url(../news/images/dotted.gif) repeat-x top; }
.underline {text-decoration: underline;}
.subHeader {border-bottom: 1px solid black; font-weight: bold;clear:both;}
.note {border: 1px solid #FFB96C;background:#FFF0B7;padding:5px;}

