﻿

/** 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 */

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;
	line-height: 115%;
}

.orange {
	color:#e57b00;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	font-size: 17px;
	font-weight: normal;
	color: #BD1B01;
}

.text2 {
	font-size: 11px;
	font-style: normal;
	color: #7E7E7E;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
}

.text4 {
	margin-bottom: 1em;
}

.text5 {
	margin-left: 160px;
	padding-left: 20px;
	background: url(../images/homepage15.gif) repeat-y;
}

.text6 {
	font-size: 20px;
	font-style: italic;
	color: #666666;
	text-align:center;
}

.text7 {
	font-size: 18px;
	font-weight: bold;
	color: #E57B00;
}

.text8 {
	font-size: 16px;
	font-weight:normal;
}

.text9 {
	font-size: 20px;
	font-weight: bold;
	color: #E57B00;
}

.text10 {
	font-size: 16px;
	font-weight: bold;
}

.text11 {
	font-size: 20px;
	font-weight:bold;
}

/** LINKS */

a {
	color: #DD8B71;
}

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 {
}

.center {
	text-align:center;
}

/** BACKGROUNDS */
.bg0 { background: url(../images/bg02a.gif) repeat-x;}
.bg1 { background: url(../images/lbg4-1.gif) no-repeat; }
.bg2 { background: url(../images/lbg4-2.gif) no-repeat; }
.bg3 { background: url(../images/lbg4-3.gif) no-repeat; }
.bg4 { background: url(../images/lbg4-4.gif) no-repeat; }
.bg5 { background: url(../images/lbg4-5.jpg) no-repeat; }

/** Subpage backgrounds */
.bg8  { background: url(../images/subpage2_01.jpg) no repeat; }
.bg9  { background: url(../images/subpage2_02.jpg) repeat-y ; }
.bg11 { background: url(../images/subpage2_04.jpg) no-repeat; }



/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }


hr { display: none; }

.hr1 {
	height: 1px;
	margin: 0px 0px 5px 0px;
	background: url(../images/homepage16.gif) repeat-x;
}


