/** BASIC */

body {
   background-color: #554537;
}
.d {
color: #554537;
}

.d a {
text-decoration:none;
}
.d a:visited {
color: #554537;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
   margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
/*   color: #494E59; */
}

p, blockquote, ul, ol, dl {
   margin-top: 0px;
   margin-bottom: 1em;
   text-align: justify;
}

.text1 {
   font-size: 11px;
   font-weight: bold;
   color: #272727;
}

.text2 {
   margin-bottom: 6px;
   font-size: 11px;
   font-weight: bold;
   color: #272727;
}

.text3 {
   text-align: center;
   color: #ffffcc;   
   text-decoration:none;
}

.text3 a {
     text-decoration:none;
	 color: #ffffcc;
}

.text3a {
   text-align: center;
   color: #ffffcc;
   text-decoration:none;
}


.text3a a {
   text-align: center;
   color: #ffffcc;
   text-decoration:none;
}



.text4 {
   font-size: 10px;
   font-weight: bold;
   color: #494E59;
}

/** LINKS */

a {
   color: #FFFFCC;
}

a:hover {
   text-decoration: none;
}

.link1 {
   text-decoration: none;
   font-size: 15px;
   font-weight:400;
   color: #FFFFCC;
   
}

.link1:hover {
   text-decoration: underline;
}

.link2 {
   text-decoration: none;
   font-size: 15px;
   font-weight:400;
   color: #FFFFCC;
}

.link2:hover {
   text-decoration: underline;
}



/** STYLES */

.style1 {
   text-align: center;
   color: #FFFFFF;
}

.style1 a {
   color: #FFFFFF;
}

.style1 a:hover {
}


/** 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 {
   height: 1px;
}

/** BOXES */

.boxA {
   background: #554537;
   color: #ffffcc;
   font-size: 12px;
}

