/*************/
/* HTML TAGS */
/*************/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  background-color: #FFFFFF;
}
a { 
  font-family:Arial, Helvetica, sans-serif;
  color: #666666;
  text-decoration: underline;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
p, td { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
li { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  list-style-type: disc;
  line-height: 15px;
}
h1 {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  margin-bottom: -2px;
}
h2 { 
  font-size: 12px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 5px;
}
input, textarea, select { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
strong { 
  font-weight: bold;
}
em { 
  font-style: italic;
}

/*****************/
/* CUSTOM STYLES */
/*****************/

.main { 
  background-color: #E6E4D8;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.bottomline {
  font-size: 9px;
  color: #FFFFFF;
  background-image:url(../_gfx/design_20.gif);
}
.bottomline_link {
  font-size: 9px;
  color: #FFFFFF;
  text-decoration: none;
}
.bottomline_link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.bottomnav {
  color: #444444;
  background-image:url(../_gfx/design_17.gif);
}
.bottomnav_link {
  font-weight: bold;
  color: #444444;
  text-decoration: none;
}
.bottomnav_link:hover {
  text-decoration: underline;
  color: #666666;
}
.tableborder { 
  border: 1px #C1B6AB solid;
  background-color: #E5E5E5;
}
.hintbox {
  border: 1px #CCCCCC solid;
  background-color: #F0F0F0;
}
.shadow_left {
  background-image:url(../_gfx/shadow_left.gif);
}
.shadow_right {
  background-image:url(../_gfx/shadow_right.gif);
}
.color_lavender { 
  background-color: #617395;
}
.color_lavender_bright { 
  background-color: #b4bccf;
}
.color_white { 
  background-color: #F8F8F8;
}
.color_yellow { 
  background-color: #F2EED6;
}
.color_brightyellow { 
  background-color: #F7F5E6;
}
.color_brown { 
  background-color: #797870;
}
.color_brightbrown { 
  background-color: #DBD9CC;
}
.fltrt {
	float: right;
	margin: 10px;
}
