/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg01.jpg);
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */../../images

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 115%;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	font-size: 17px;
	font-weight: normal;
	color: #BD1B01;
}

.text2 {
	font-size: 10px;
	font-style: normal;
	color: #7E7E7E;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
}

.text4 {
	margin-bottom: 0em;
}

.text5 {
	margin-left: 160px;
	padding-left: 20px;
	background: url(../images/homepage15.gif) repeat-y;
}

/** LINKS */

a {
	color: #BD1B01;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	font-size: 10px;
	color: #8D8E8F;
}

.style1 a {
	color: #8D8E8F;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/bg02.jpg) repeat-x; }
.bg2 { background: url(../images/bg03_header_blue.jpg) no-repeat; }
.bg3 { background: url(../images/bg05.jpg) no-repeat; }
.bg4 { background: url(../images/bg06.jpg) no-repeat; }
.bg5 { background: url(../images/bg07.jpg) repeat-y; height: 300px;}
.bg6 { background: url(../images/bg08.jpg)  repeat-y scroll 100; }
.bg7 { background: url(../images/bg09.jpg) no-repeat; }
/*.bg8 { background: url(../images/bg10.jpg) no-repeat; }*/

.bg9  { background: url(../images/subpage2_02.jpg) repeat-y 0px 126px; }
.bg10 { background: url(../images/subpage2_03.jpg) no-repeat right bottom; }
.bg11 { background: url(../images/subpage2_04.jpg) no-repeat; }
.bg12 { background: url(../images/subpage2_05.jpg) no-repeat; }
.bg13 { background: url(../images/subpage2_06.jpg) no-repeat; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-left: -10px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 0px 0px 5px 0px;
	background: url(../images/homepage16.gif) repeat-x;
}

