wise.cssbody {
  font-family: Arial;
  font-weight: lighter;
  color: #333333;
  line-height: 1.166; 
  margin: 0px;
  padding: 0px;
  background-color:#FFFFFF;
}

a:link, a:visited, a:hover {
  color: #7083c7;
  text-decoration: none;
  font-size: 12px;
}

a:hover {
  color: #4B5C94;
  text-decoration: underline;
}

img {
  border : 0;
}

.redcaption {
  font-family: Arial;
  color: #A2053C;
  font-size: 14px;  
}

.whitecaption {
  font-family: Arial;
  color: #FFFFFF; 
  font-size: 12px;
  background-color:#96A5D6;
}

.section {
  font-family: Arial;
  color: #FFFFFF;
  font-size: 14px;
  background-color:#96A5D6;
  margin-top : 3px;
  margin-bottom : 3px;
}

.whitecaption_small {
  font-family: Arial;
  color: #FFFFFF; 
  font-size: 11px;
  font-weight: lighter;
  background-color:#96A5D6;
}

.description {
  font-family: Arial;
  font-weight: lighter;
  font-size: 12px;
}

.description th {
  font-family: Arial;
  font-weight: lighter;
  font-size: 12px;
}

.question {
  font-family: Arial;
  font-weight: lighter;
  font-size: 12px;
  color:#96A5D6;
  font-style:italic;
}

.question th {
  font-family: Arial;
  font-weight: lighter;
  font-size: 12px;
  color:#4B5C94;
  font-style:italic;
}

.reddescription {
  font-family: Arial;
  color: #A2053C; 
  font-size: 12px;
}

.greendescription {
  font-family: Arial;
  color: #008800; 
  font-size: 12px;
}

.reddescription li {
  font-family: Arial;
  color: #A2053C; 
  font-size: 12px;
}

.pageheader {
  font-family: Arial;
  color: #A2053C; 
  font-size: 18px;
  font-style:italic;
  text-align : left;
}

.pageheader_centered {
  font-family: Arial;
  color: #A2053C; 
  font-size: 18px;
  font-style:italic;
  text-align : center;
}

.greytext {
  font-family: Arial;
  color: #999999; 
  font-size: 12px;
}

.navbarlink {
  font-family: Arial;
  color: #888888;
  font-size: 12px;
  background-color:#EAEAF4;
}

.navbarlink th {
  font-family: Arial;
  color: #888888;
  font-size: 12px;
  background-color:#EAEAF4;
}

.navbarlink a {
  font-family: Arial;
  color: #7083c7;
  font-size: 12px;  
}

.navbarlink a:hover {
  color: #4B5C94;
}

.accent {
  font-family: Arial;
  color: #000000;
  font-size: 12px;
  font-weight : bold;
  font-style : italic;  
}

.greytable {
  width : 900px;
  border : solid 1px #C9C9C9; 
  background-color:#FFFFFF;
}

.bluetable {
  border : solid 1px #96A5D6;
}

.navbar {
  width : 155px;  
  background-color : #F7F7F7;
}

.newstable {
  width : 150px;
  background-color : #F7F7F7;
}

.news {
  text-align : left;
  font-family: Arial;
  font-weight: lighter;
  font-size: 11px;
}

.news a:link, .news a:visited, .news a:hover {
  font-family: Arial;
  font-weight: lighter;
  font-size: 11px;
}

.date {
  font-family: Arial;
  font-weight: lighter;
  font-size: 11px;
  font-weight: bold;
}

.expandable{
  cursor:hand;
  font-weight: bold;
}

.collapsed{
  display:none;
}

.expanded{
  display:yes; 
  margin: 0px 0px 0px 0px;
  text-align : justify;
}

form.contact, form.contact * {
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
}

form.contact #name_id, #email_id, #subject_id {
  width: 300px;
}

form.contact #txt_id {
  width: 300px;
  height: 100px;
}