/************************************************************************************************/
/*                                         STYLES                                               */
/************************************************************************************************/
/* -- MAIN -- */
*, html *, body * {
    padding: 0;
    margin: 0;
}
* {}
html {}
body {
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #000;
    background: #999;
    text-align: center;
}
div {}
span {}

/* -- LINKS -- */
a {
    color: #2e6898;
    text-decoration: underline;
}
a img { border: none; }
a:focus {}
a:link, a:visited {
	font-weight: bold;
    color: #669933;
    text-decoration: underline;
}
a:hover, a:active {
    color: #669933;
    text-decoration: none;
}
a:visited {
  color: #787878
}
area {}
map {}

/* -- TEXT -- */
h1 {
  font-family:Georgia, Times New Roman, Times, serif;
  font-size:2.1em;
  text-align:left;
  font-weight: normal;
  border-top-style:solid;
  border-top-width: 3px;
}

h1 img {
  margin-top: 5px;
}

h2 {
  font-family:Georgia, Times New Roman, Times, serif;
  font-size:2.1em;
  text-align:left;
  font-weight: normal;
}

h2 img {
  margin-top: 5px;
}

h3 {
  margin: 0;
  font-size: 1.3em;
  padding: 0;
  font-weight: normal;
  font-family: Georgia, Times New Roman, Times, serif;
}

p {
    margin-bottom: 10px;
    line-height: 1.4em;
}
p:first-line {}
p:first-letter {}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    margin-bottom: 10px;
}

/* -- LISTS -- */
ul {
    list-style: none;
    margin-left: 20px;
}
ol {
    margin-left: 25px;
}
ol.lower-alpha { list-style-type: lower-alpha; }
li {}
ul li {
    padding: 0 0 7px 2px;
}
ol li {
    padding: 0 0 7px 0;
}

/* -- IMAGES -- */
img {
    border: 0;
}
img a {}
img a:hover {}

/* -- FORMS -- */
fieldset {
    margin: 3px;
    border: 1px solid #8c6c6e;
    padding: 3px;
}
#header fieldset, #col-right fieldset { border: 0;   }

legend {
    font-weight: bold;
    color: #000;
}
label { font-weight: bold;  }

input {}
input:focus {}
input:hover {}
input[type="text"], input[type="password"], input[type="file"], textarea {
    border-top: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #ccc;
}
input:focus, textarea:focus {   background: #fff9c2;   }
input, textarea, select, button {   margin: 2px;   }
form input[type=text] {}
form {}

/* -- STYLES -- */
blockquote {
    padding: 10px;
    color: #666;
    font-size: 1.1em;
    line-height: 1.4em;
}
blockquote p {}
blockquote cite {   font-weight: bold;  }

hr {
    border-top: 1px dashed #d9d9d9;
    border-bottom: 0;
    height: 1px;
    margin: 5px 0 10px 0;
}

/* -- TABLES -- */
table {
    margin: 10px 0;
}
th,tr,td {
    font-size: 1em;
}

/* -- CLASSES -- */
.hide {     display: none; }
.show {     display: block; }
.right {    float: right; }
.left {     float: left; }
.vert-align {
    vertical-align: middle;
}
.center {
    text-align: center;
}
.clear {
    display: block;
    clear: both;
}
.error {    color: red; }
