/* CSTS website CSS */

* {
  FONT-SIZE:12pt;
	color:black;
	FONT-FAMILY: Trebuchet MS, Arial, Helvetica;

}

A:active { 
    color:#FF9900; text-decoration: underline
}

A:link { 
    color:#993300; text-decoration: underline
} 

A:visited {
    color:#0000FF; text-decoration: underline
} 

A:hover {
    color:darkblue; text-decoration: underline
}

body {
	background-color: #fff;
	background-image: url(../page_images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: left top; 
	overflow:auto;
	margin-left:10px;
	margin-right:10px;
}

.boldred {
  color:red;
  font-weight:bold;
}

.widetext {
  text-align:justify;
  width:90%;
}

.toptext {
width:800px;
padding-top:3px; 
padding-bottom:18px;
text-align:justify;
font-size:11pt;
}

.comment {
width:550px;
padding-top:3px; 
padding-bottom:0px;
text-align:justify;
font-size:10pt;
}

.inbox {
border-style:none;
border-color:#fff;
}

.topheading {
FONT-FAMILY: Arial;
font-size:25pt;
margin-left:10px;
}

td.captcha {
  height:78px;
	border:1px solid gray;
	padding:2px;
}

acronym {
color: #993300;
cursor : help;
border-bottom : 1px dotted;
}

#pleasewait {
visibility:hidden;
}

/* Start BLOG related styles */



table.bet { /* overall width of blog display */
width:600px;
}

table.bet td {
border-spacing:0;
padding:0;
}

table.ct {
width:100%;
text-align:left;
}

img.ch {
cursor:pointer;
border:0;
vertical-align:middle;
}

img.bi {
width:80px;
border:0;
margin-top:6px;
margin-left:10px;
margin-right:10px;
}

img.ci {
border:0;
margin:3px 10px 3px 3px; /* top right bottom left */
width:40px;
}

.bs {
font-size:10pt;
font-weight:bold;
}

td.ie {
width:100px;
}

td.bp {
width:100px;
}

td.cc {
width:53px;
}

td.te {
text-align:justify;
vertical-align:top;
}

td.bc {
border-left:5px solid #eee;
border-top:5px solid white;
border-bottom:5px solid white;
background:#eee;
font-size:10pt;
}

td.bc b {
font-size:10pt;
}

.sl {
visibility:visible;
}

.sl a {
font-size:10pt;
text-decoration:none;
}

/* End BLOG related styles */

/* End CSTS website CSS */

