/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/homepage01.jpg) repeat-x left top;}

/** FORMS */

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

.input1 {
	padding: 4px;
	background-color: #000000;
	border-top: 1px solid ;
	border-right: 1px solid ;
	border-bottom: 1px solid ;
	border-left: 1px solid ;}


.input2 {
	width: 64px;
	height: 23px;
	border: none;
	background: url(images/subpage1_01.jpg) no-repeat left center;
	font-size: 10px;
	font-weight: bold;
	color: #F2E8C9;}

.input3 {
	width: 54px;
	height: 23px;
	border: none;
	background: url(images/homepage14.jpg) no-repeat left center;
	font-size: 10px;
	font-weight: bold;
	color: #F2E8C9;}

input[type=submit]{
color:#FFFFFF;
background-color:#660000;}

input,textarea,select{
color:#FFFFFF;
padding: 1px;
font-size: 11px;
background-color:#000000;}

/** HEADINGS */

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

/** CHECK BOXES */
/*
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
        background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}

.select {
	position: absolute;
	width: 158px;
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}
*/

/** TABLES WITH ALL BORDERS COLORED OR NOT*/

/** TABLE 1 **/
#mytable1 {
  border: 4px solid #660000;
  background: #000000;}
#mytable1 td {
  border: 2px solid #660000;}

/** TABLE 2 **/
#mytable2 {
  border: 2px solid #660000;
  background: #000000;}
#mytable2 td {
  border: 1px solid #660000;}

/** TABLE 3 **/
#mytable3 {
  border: none;
  background: none;}
#mytable3 td {
  border: none;}

/** TABLE 4 **/
#mytable4 {
  border: 2px solid #660000;
  background: #000000;}
#mytable4 tr {
  border: 1px solid #660000;}
#mytable4 td {
  border: none;}

/** TABLE 5 **/
#mytable5 {
  border: 1px solid #660000;
  background: #000000;}
#mytable5 td {
  border: 1px solid #660000;}

/** TABLE 10 **/
#mytable10 {
  border: none;
  background: none;
  word-wrap: break-word;
  overflow: hidden;
  table-layout: fixed;
  width: 370px;
  max-width: 370px;
  width:expression(document.body.clientWidth > 370? "370px": "auto" );}
#mytable10 tr {
  border: none;}
#mytable10 td {
  border: none;}



/** TEXTS */

body, th, td{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EEEEEE;
}

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

#mytext1 {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;}

.text1 {
	height: 32px;
	padding: 8px 0px 0px 20px;
	background: url(images/homepage07.jpg) no-repeat left top;
        font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #F2E8C9;
}

.text2 {
	height: 38px;
	padding: 12px 0px 0px 20px;
	background: url(images/homepage10.jpg) no-repeat left top;
        font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #F2E8C9;
}

.subpage2 .text2 {
	background-image: url(images/subpage2_03.jpg);
}

.subpage3 .text2 {
	background-image: url(images/subpage3_03.jpg);
}

.text3 {
	font-size: 16px;
	font-weight: bold;
	color: #F5EED0;
}

.text4 {
	font-size: 11px;
	font-weight: normal;
}

.text5 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #F6F6EB;
}

.text6 {
	font-size: 10px;
}

.text7 {
	font-size: 10px;
	color: #EEEEEE;
}

.text8 {
	text-align: center;
	color: #676459;
}

.text9 {
	height: 38px;
	padding: 12px 0px 0px 20px;
        font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	font-weight: bold;
}

.text10 {
	height: 32px;
	padding: 8px 0px 0px 20px;
        font-family: Georgia, Times New Roman, Serif;
	font-size: 12px;
	font-weight: bold;
	color: #F2E8C9;
}

.text11 {
	height: 38px;
	padding: 12px 0px 0px 20px;
	background: url(images/homepage17.gif) no-repeat left top;
        font-family: Georgia, Times New Roman, Serif;
	font-size: 14px;
	font-weight: bold;
	color: #F2E8C9;
}

/** LISTS */

.list1 {
	width: 137px;
	margin-left: 0px;
	padding-left: 20px;
	list-style: none;
}

.list1 li {
	padding: 3px 0px;
	background: url(images/homepage08.gif) repeat-x left top;
}

.list1 li.first {
	background: none;
}

.list1 a {
	text-decoration: none;
	color: #EEEEEE;
}

.list1 a:hover {
	text-decoration: underline;
	color: #990000;
}

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

.list2 li {
	display: inline;
}

.list2 a {
	display: block;
	float: left;
	height: 20px;
	padding: 3px 25px 0px 15px;
	background: url(images/homepage12.gif) no-repeat left center;
}

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

/** LINKS */

a {
	text-decoration: none;
	color: #EEEEEE;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage03.jpg) no-repeat left top; }
.bg2 { background: url(images/homepage04.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage05.jpg) repeat-y left top; }
.bg4 { background: url(images/homepage03_2.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage04_2.jpg) no-repeat left top; }
.bg6 { background: url(images/homepage05_2.gif) repeat-y left top; }
.subpage2 .bg3 { background-image: url(images/subpage2_01.jpg); }
.subpage3 .bg3 { background-image: url(images/subpage3_01.jpg); }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 5px;
	padding: 10px 0px;
	background: url(images/homepage11.jpg) repeat-x left center;
}


