<!--

.bold { font-weight: bold; }
.italic { font-style: italic; }

/************************************************/
/* ANCHOR tag                                   */
a {
  color: #000000;
  font-family: verdana, arial, sans-serif;
  font-size:10px;
  text-decoration: none;
  font-weight:bold;
}
a:link {
  color: #0D70C6;
  text-decoration: bold;
}
a:visited	{
  color: #0D70C6;
  text-decoration: none;
}
a:active {
  color: #FFCC66;
}
a:hover {
  color: #FFCC66;
}

TABLE.top-wrapper {
  background: #99CCFF;
	width= 100%;
}

body {
  font-family: verdana, arial, sans-serif;
  color: #666;
  font-size:11px;
  font-weight:normal;
  line-height:16px;

  margin: 0px;
  background: #FFFFFF;
}

#page-logo {
  font-family:verdana, arial, sans-serif;
  color: #0066CC;
  font-size: 30px;
  font-weight: normal;
  background:#99CCFF;
}

#page-logo * {
  font-family:verdana, arial, sans-serif;
  font-size: 30px;
  font-weight:normal;
  color: #FFFFCC;
}

#page-tagline {
  font-family:verdana, arial, sans-serif;
  color:#0066CC;
  font-size:16px;
  font-weight:bold;
  background:#99CCFF;
}

#page-buttons {
  background:#EEEEEE;
  border-bottom: 1px solid black;
  text-align:left;
}

#page-wrapper {
  background:#FFF;
}

#page-content {
  background:#FFF;
  overflow: hidden;
}

#page-side-content {
  border: 1px solid #FF9900;
  background: #FFFFCC;
  font-family: verdana, arial, sans-serif;
  color: #666;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
  overflow: hidden;
}

.main-content {
  clear: left;
  border: 0;
  display: block;
  font-family: verdana, arial, sans-serif;
  color:#666;
  font-size:11px;
  font-weight:normal;
  background:#FFF;
  line-height:16px;
}

img { border: 0 none }


-->
