/* Clinical css
*/
body {
 font-family: calibri, arial, sans-serif;
 font-size: 15px;
 line-height: 18px;
 padding: 0px;
 margin: 0px;
 background: rgb(235,205,243);
 color: rgb(120,7,151);
}

.page-top {
  background: rgb(255,213,171);
  color: rgb(153,1,131);
}

.cushycms {
  font-size:16px;
}

p {
  padding-top:0px;
  margin-top:0px;
}

.menu-text {
  font-size: 14px;
  line-height: 16px;
}

table {
	margin-right:auto;
	margin-left:auto;
}

h3+p {
  padding-top: 0px;
  margin-top: 0px;
}

.keyword {
  background: rgb(255,213,171);
  color: rgb(153,1,131);
}


h1 {
 font-size: 24px; 
 line-height: 31px; 
 text-align: center;
 font-weight: normal;
 color: rgb(140,66,6)
}

h2 {
 font-size: 21px; 
 line-height: 31px; 
 text-align: center;
 font-weight: normal;
 color: rgb(140,66,6)
}

h3 {
 font-size: 17px; 
 line-height: 20px; 
 margin-bottom:0px;
 padding-bottom:0px;
 color: rgb(140,66,6)
}

h4 {
 font-weight:bold;
 font-size:15px;
 line-height: 18px;
 margin: 0px;
 color: rgb(209,99,9)
 padding-bottom: 0px;
 padding-top: 5px;
}


a:link{
  text-decoration:none;
  color: #3322cc;
}
a:visited{
  text-decoration:none;
  color: #3322cc;
}
a:focus{
  text-decoration:none;
  color: #3322cc;
}
a:hover{
  text-decoration:underline;
  color: #332288;
}
a:active{
  text-decoration:none;
  color: #3322cc;
}


/* End CSS */

