/* Colorscheme for this site is as follows: */
/* White = #EDE7DA, #BAB5AB, #D9D3C7 */
/* Red   = #BE5028, #8B3B1D, #AA4724 */
/* Blue  = #539DBC, #3C7289, #4A8CA8 */
/* Black = #333333, #000000, #1E1E1E */
/* Green = #74952D, #4C621E, #648127 */
/* Indian Texile, http://www.colorschemer.com*/

/*
text-transform: uppercase;
font-variant: small-caps;
displaynline | block | list-item | run-in | inline-block | table | inline-table | table-row-group | table-header-group | table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none |
*/
BODY {
  margin : 0px 10px 0px 10px;
  background-color:#FFFFFF;
}
BODY,P,DIV,SPAN,TBODY,TH,TD,DL,DD,DT{
  font-family:Verdana, Geneva, Arial;
  font-weight:normal;
  font-size:11px;
  color:#000000;
}
A:visited {
  font-family:inherit;
  font-size:inherit;
  color:#0000FF;
  text-decoration:none;
}
A:link {
  font-family:inherit;
  font-size:inherit;
  color:#0000FF;
  text-decoration:none;
}
A:active {
  font-family:inherit;
  font-size:inherit;
  color:#00FF00;
  text-decoration:none;
}
A:hover {
  font-family:inherit;
  font-size:inherit;
  color:#FF0000;
  text-decoration:underline;
}
A.menu:visited {
  font-family:Sans-Serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}
A.menu:link {
  font-family:Sans-Serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#FFFFFF;
}
A.menu:hover {
  font-family:Sans-Serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#0000FF;
}
A.menu:active {
  font-family:Sans-Serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#00FF00;
}
INPUT.in_butt {
  border:solid 1px #787878;
  width:60px;
  color:#000000;
  font-family:Sans-serif;
  font-size:12px;
  background-color:#FFFFFF;
}
INPUT.in_text {
  border:solid 1px #787878;
  width:230px;
  color:#000000;
  font-family:Sans;
  background-color:#FFFFFF;
}
TEXTAREA.in_tarea {
  border:solid 1px #787878;
  width:230px;
  height:100px;
  color:#000000;
  font-family:Sans;
  font-size:12px;
  background-color:#FFFFFF;
}
SELECT.in_select {
  border:solid 1px #787878;
  width:230px;
  color:#000000;
  font-family:Sans;
  background-color:#FFFFFF;
}
LABEL.label {
  display:block;
  width:230px;
}
.scheme {
  float: left;
  display: block; /* SPAN */
  width: 474px;
  margin-bottom: 30px;
}
.outer {
  float: left;
  border: 1px solid #CCC;
  padding: 1px;
  margin: 0 0 7px 7px;
}
.shadow {
  display: block;
  padding: 1px;
}
.color {
  display: block;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
}
