/** BASIC */

body {
    margin: 0px;
    padding: 0px;
    background-color: #8E9783;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1
{
    font-size:x-large;
    text-decoration:bold;
}
h2
{
    font-size:large;
    text-decoration:bold;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-transform: lowercase;
	text-align: center;
	color: #A1A699;
}

.text2 {
	text-transform: lowercase;
	font-size: 12px;
	font-weight: bold;
	color: #DFE0DD;
}

.text3 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #F2EAB1;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

/** LINKS */

a {
	color: #F2EAB1;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(bg010000.jpg) repeat left top;}
.bg2 { background: url(bg020000.jpg) repeat-x left top; }

.bg3 { background: url(bg030000.jpg) repeat-y left top; }
.bg4 { background: url(bg040000.jpg) no-repeat left top; }
.bg5 { background: url(bg050000.jpg) no-repeat left bottom; }

.bg6 { background: url(bg060000.jpg) no-repeat left top; }

.bg7  { background: url(homepage.jpg) no-repeat left top; }
.bg8  { background: url(homepage.jpg) repeat-y left top; }
.bg12 { background: url(subpage1.jpg) no-repeat left top; }

.bg9  { background: url(homepage.jpg) no-repeat left top; }
.bg9_wide  { background: url(homepage.jpg) no-repeat left top; }
.bg10 { background: url(homepage.jpg) repeat-y left top; }
.bg10_wide { background: url(homepage.jpg) repeat-y left top; }
.bg11 { background: url(homepage.jpg) no-repeat left top; }

.bg13 { background: url(subpage2.jpg) no-repeat left top; }
.bg14 { background: url(subpage3.jpg) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 6px;
	background: url(homepage.jpg) no-repeat left top;
}

.hr2 {
	clear: both;
	height: 6px;
	background: url(homepage.jpg) no-repeat left top;
}


.header_menu_bg2 {
    background-image:url(homepage.jpg)
}
.header_menu_bg3 {
    background-image:url(homepagf.jpg)
}
.header_menu_bg4 {
    background-image:url(homepagg.jpg)
}
.header_menu_bg5 {
    background-image:url(homepagh.jpg)
}
.td_text3
{
    border-bottom:1px solid #b2b8ab;
    border-right:1px solid #b2b8ab;
	font-size: 11px;
	font-weight: bold;
	color: #F2EAB1;    
}
.td_normal
{
    border-bottom:1px solid #b2b8ab;
    border-right:1px solid #b2b8ab;
}
.td_first_in_row
{
    border-bottom:1px solid #b2b8ab;
    border-left:1px solid #b2b8ab;
    border-right:1px solid #b2b8ab;
	font-size: 11px;
	font-weight: bold;
	color: #F2EAB1;    
}