/* CSS Document */

body, input, select, textarea { font-family: verdana, helvetica, sans-serif; font-size: 13px; }
body { color: #393839;  background-color: #fff; text-align: left; }


	
h1, h2, h3, h4, h5, h6 { font-family: verdana, helvetica, sans-serif; color: #000; }
h1 { font-size: 1.8em; margin: 0em 0em 0.6em 0em; font-weight: bold;}
h2 { font-size: 1.5em; margin: 1.2em 0em 0.4em 0em; }
h3 { font-size: 1.4em; margin: 1.2em 0em 0.4em 0em; color: #DE004A;}
h4 { font-size: 1.2em; margin: 1.2em 0em 0.4em 0em; letter-spacing: 1px; font-weight: bold;}
h5 { font-size: 1.0em; margin: 1.2em 0em 0.4em 0em; font-weight: bold; }
h6 { font-size: 0.8em; margin: 1.2em 0em 0.4em 0em; font-weight: bold; }


a:link { color:#FFFFFF; text-decoration: none;}
a:visited { color:#FFFFFF; text-decoration: none;  }
a:active { color:#82C6E2; text-decoration: none;  }
a:hover { color: #CEDBBD; text-decoration: none;  }


td { font-family: verdana, helvetica, sans-serif; font-size: 13px; font-weight:bold; text-align:center; padding: 1px;}
.td-pink  {background-color:#DE004A; }



.td-grey {background-color:#393839; }
.td-grey a:hover { color: #DE004A;  }

.td-blue  {background-color:#82C6E2; }
.td-blue a:hover { color: #DE004A;  }

.td-lt-grey  {background-color:#CEDBBD }
.td-lt-grey a:link {color:#000; text-decoration: none; }
.td-lt-grey a:hover { color: #DE004A;  }

.td-white  {color: #DE004A;  }
.td-white a:link {color:#393839; text-decoration: none; }
.td-white a:hover { color: #DE004A;  }

.td-white-pink  {color: #DE004A;  }
.td-white-pink a:link {color:#DE004A; text-decoration: none; }
.td-white-pink a:hover {color:#393839; text-decoration: none; }
 
