/* 
 * www.tccn.info CSS stylesheet 
 * Copyright (C) TCCN
 */
body { 
  text-align:left;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #000;
  background-color: #fff;
  }

 cite {
text-decoration: blink;
}

.content {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #ff3;
 }

#frame {
  width:720px;
  margin-right:auto;
  margin-left:auto;
  margin-top:40px;
  padding:0px;
  text-align:left;
}
		
#contentcenter {
  width:550px;
  margin-top:5px;
  padding:10px;
  float:none;
  text-align:left;
  font-size: 12px;
  background:#FF0;
}
#contentcenter
P:first-line {
 color: #000000;
 font-weight: bold;
 font-variant: small-caps;
}
#contentcenter
P:first-letter {
  font-size: 150%;
  float: left;
  color: #ff0000;
  background: #b3b3b3;
  padding: 2px;
  margin-right: 3px;
}
#contentcenter a {  
  color: #2244ff; 
}

#contentright {
  width:160px;
  padding:0px;
  margin-top:3px;
  float:left;
  background:#fff;
}
	
#contentheader {
  background:#fff
}
		
p,h1,h2,h3,pre {
  margin:0px 10px 10px 10px;
  padding-top: 0px;
}
		
h1 {
  font-size:14px;
}
h2 {
  font-size:13px;
}
h3 {
  font-size:12px;
}
		
#contentheader h1 {
  font-size:14px;
  padding:10px;
  margin:0px;
}
	
#contentright p { 
  font-size:10px;
}

a { 
  color: #2244ff;
  text-decoration: none;
  font-weight:bold;
  line-height: 18px;
}

a:hover {
  text-decoration: underline;
}

.button {
  border: 1px solid #000;
}

.text {
  border: 1px solid #000;
  color: #000;
}

.raised {
  position: relative;
  top: -12px;
  left: 12px;
  padding: 4px;
  background:#fff;
}

table.calendar {
  margin-left: 10px;
}
div.line {
 padding-left: 0.2em;
    border-left: none;
    border-right: none;
    border-top: solid;
    border-bottom: none;
    border-top-width: thin;
    border-color: lightblue;
}
