
/***************************/
/****** TABLE STYLES ******/
/*************************/

html,
body {
  text-align:center;
}

td {
  vertical-align:top;
  text-align:left;
}

td.main-content {
  background-color:#FFFFFF;
  padding:25px;
}

td.outer-border {
  border:1px solid #EAE9BA;
}

td.yellow-footer {
  height:15px;
  background-color:#FFFFD1;
  padding:2px 0px 2px 10px;
}

td.yellow-header {
  height:20px;
  background-color:#FFFFD1;
  padding:2px 10px 2px 0px;
}

/***************************/
/****** TEXT STYLES *******/
/*************************/


p {
  font-family:Arial, sans-serif;
  font-size:13px;
  line-height:18px;
}

h1 {
  font-family:Arial, sans-serif;
  font-size:18px;
  color:#333333;
  margin:5px 0px 10px 0px;
}

h2 {
}

h3 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#2F2F4E;
  margin:4px 15px 2px 10px;
}

/***************************/
/****** FORM STYLES *******/
/*************************/

input,
select,
textarea {
  font-size:12px;
  border:1px solid #000000;
}
 input.200px, select.200px {
 width:200px;
 height:18px;
}
 textarea.350px {
 width:350px;
 height:125px;
}

/***************************/
/****** LINK STYLES *******/
/*************************/

a:link,
a:visited {
  text-decoration:underline;
  color:#666666;
}

a:hover {
  text-decoration:underline;
}


