/*****************************************/
/* Properties commented out are set in   */
/* the header of the relevant HTML file. */
/*****************************************/

/******************************/
/* Type Selectors (HTML Tags) */
/******************************/
/**/
html {
  margin: 0px;
  padding: 0px;
}
/**/
body {
  background-color: #ff99cc;
  font: 12pt times new roman;
  color: black;
  margin: 10px;
  padding: 0px
  scrollbar-base-color: white;
  scrollbar-face-color: hotpink;
  scrollbar-highlight-color: hotpink;
  scrollbar-shadow-color: red;
  scrollbar-3dlight-color: red;
  scrollbar-arrow-color: yellow;
  scrollbar-track-color: yellow;
  scrollbar-darkshadow-color: black;
}
/**/
h2 {
  font-family: impact;
  font-size: 20pt;
  font-weight: normal;
  color: blue;
  text-align: center;
}
/**/
h3 {
  font-family: impact;
  font-size: 16pt;
  font-weight: normal;
  color: blue;
  text-align: center;
}

/****************************/
/* Pseudo Selectors (Links) */
/****************************/
/**/
a:link,
a:visited,
a:active {
  color: blue;
  text-decoration: none;
}
/**/
a:hover {
  color: red;
  text-decoration: none;
}
/**/
a:link img,
a:visited img,
a:active img,
a:hover img {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

/****************************/
/* ID Selectors (Structure) */
/****************************/
/**/
#main_container {
  position:relative;
  width: 653px;
  height: 440px;
  margin: 0px;
  padding: 0px;
  overflow: auto;
}
/**/
#press_text {
  width: 575px
  position: absolute;
  top: 15px;
  left: 25px;
  padding-right: 10px;
  text-indent: 3%;
  text-align: justify;
}
/**/
#press_text img {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  width: 300px;
}
/**/
#gallery {
  position:relative;
  width: 135px;
  text-align: center;
}
/**/
#gallery img {
  width: 130px;
  height: 90px;
  padding: 2px;
}
/**/
#picleft img {
  float: left;
  width: 130px;
  height: 200px;
}
/**/
#picright img {
  float: right;
  width: 140px;
  height: 175px;
  padding-left: 20px;
}
/**/
#buttons_container {
  width: 135px;
  height: 24px;
  align: center;
}
/**/
#buttons_container img {
  width: 52px;
  height: 24px;
  padding: 0px;
}
/**/
#detail_text {
  position:relative;
  top:5px;
  left:10px;
  padding:10px,10px,0px,10px;
  width:475px;
}
/**/
#detail_images {
  width: 475px;
  margin: 0px;
  text-indent: 0px;
  text-align: center;
}

/*******************/
/* Class Selectors */
/*******************/
/**/
.main_title {
  font-family: impact;
  font-size: 45pt;
  font-weight: lighter;
  color: red;
  text-align: center;
}
/**/
.detail_title {
  font-family: impact;
  font-size: 25pt;
  font-weight: lighter;
  color: blue;
  text-align: center;
}
/**/
.main_text {
  font-family: impact;
  font-size: 25pt;
  font-weight: lighter;
  color: red;
  text-align: center;
}
/**/
.main_link {
  width: 100px;
  height: 100px;
  text-align: center;
  font-size: 8pt;
}
/**/
.main_link img {
  width: 90px;
  height: 70px;
}
/**/
.v_small {
  font: 10pt times new roman;
  color: black;
  font-style:italic;
}
/**/
.ID_link {
	font-size: 10pt;
	font-weight: bold;
}
/**/
.FAQ_text {
    font-size: 12pt; font-family: impact; color: #0000FF;
}
/**/
.FAQ_data {
    font-size: 12pt
}
/**/
.FAQ_id {
    color: #FF0000
}

