/* Global Styles */

/* "html>body" hides style from IE*/

/* Hide from IE-Mac \*/
#example1 {margin-bottom:3em}
#example2 {margin-top:1.5em}
/* End hide */

/* ID for unique items, CLASS for muliple items */
body, td, p, a, h1, h2, input, option, textarea, div {
  font-family : Tahoma, Arial, Helvetica, sans-serif;
}

a:link						{color : #C3C5C8; text-decoration : none;}
a:visited					{color : #C3C5C8; text-decoration : none;}
a:hover						{color : #C3C5C8; text-decoration : underline;}

li {
  list-style: none;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

body {
  background-color : #666666;
  margin-left : 10px;
  color : #C3C5C8;
  font-size : 80%;
  letter-spacing : normal;
  line-height : normal;
}

#container {
  background : #53595C;
  margin: 0 auto;
  padding: 0px;
  width : 771px;
}

.hide {
  display : none;
}

.clear {
  clear : both;
}

.redtext {
  border : #CC0000 solid 1px;
  color: #CC0000;
  margin : 12px;
  padding : 12px;
  background : #FFFFFF;
}

hr {
  border : #7D8B92 dotted 1px;
  height : 1px;
  width: 95%;
  margin : 0px;

}

html>body hr {
  border : #000000 solid 0px;
  border-top : #7D8B92 dotted 1px;
  border-bottom : #000000 solid 0px;
  display : block;
  margin : 0px;
  background : #7D8B92;
}


/* FORM STYLES - START */
form {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
}

textarea {
  font-size : 12px;
}

.button {
  background-color : #7D8B92;
  color: #ffffff;
  border:1px solid #666666;
  font-size:10pt;
  font-weight: bold;
  margin : 0px 26px 0px 26px;
}
/* FORM STYLES - END */

table {
  margin-top : 0px;
  margin-bottom : 0px;
  border : 0px;
}

caption {
  text-align : left;
}

th {
  background-color : #CCCCCC;
  padding-left : 3px;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  font-size : small;
  font-weight: normal;
  text-align : left;
  border : 0px;
}
