body {
	background-color: rgb(255,255,255);
	margin: 0px;
	padding: 0px;
    font-family: arial,helvetica;
    font-size: 13px;
}
a {
	text-decoration: none;
	border-bottom-width: 1px ;
	border-bottom-color: rgb(255,204,204);
	border-bottom-style: dashed;
}
a:hover {
	text-decoration: ;
	border-bottom-color: #600000;
	border-bottom-style: solid;
}

blockquote {
	margin: 7px 9px 7px 7px;
}
.QuickNote {
	color:#A0A0A0;
	font-size:10px;
	font-style:italic;
}
.Note {
	color:#A0A0A0;
	font-size:10px;
}	
.SITE_Header {
	height:58px; 
	background-color: rgb(255,204,204);
}
.SITE_Header .CWLogo {
	position:absolute; 
	top: 2;
	left: 15;
}
.SITE_Header .SearchForm {
	float:right; 
	padding: 5px 10px 0px 0px; 
	text-align:right;
	font-weight: bold;
}
.InputTitle {
	font-size:14px;
	font-weight: bold;
	color: #774444;
}
.scrollbox 
{
	height: 300px;
	width: 98%;
	overflow: scroll;
	border: solid 1px black;
	padding: 0px 0px 0px 0px;
	margin: 2px 2px 2px 2px;
}
	
.header1
{
	font-size: 24px;
	margin: 12px 0px 8px 0px;
}
.header2
{
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0px 8px 0px;
}
.header3
{
	font-weight: bold;
	font-size: 16px;
	margin: 8px 0px 8px 0px;
}
.paragraph 
{
	font-size: 13px;
	text-align: justify;
	padding: 8px 5px 10px 5px;
}
.bodyParagraph
{
	margin: 10px 10px 5px 15px;
}
.note 
{
	font-size:9px;
	color:#CCE6FF;
}
.alert_Title
{
	color:#EE4444;
	font-weight:bold
}
.alert_Message
{
	color:#EE4444;
	font-style:italic
}

th, td
{
	font-size:12px;
}


TABLE.list
{
	width: 98%;
	font-size: 12px;
}

TABLE.list TR.header
{
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color:#5f5f5f;
	vertical-align: bottom;
}
TABLE.list TR.sectionHeader
{
	font-size: 13px;
	background-color:#dfdfdf;
	vertical-align: bottom;
	border-top: none;
}

TABLE.list TR
{
	vertical-align: top;
	margin-top: 3px;
	border-top: solid 1px #efefef;
}

TABLE.list TH
{
	font-weight:bold;
	text-align: left;
}

TABLE.list TD
{
}

TABLE.list IMG
{
	vertical-align: middle;
	border: none;
}
.TabBar
{
	font-size: 12px;
	background-color:#EBF5FF;
	line-height: 24px;
	border-bottom: solid 2px #88AA99;
}
.TabBar .InFront
{
	padding: 4px 6px 4px 6px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	background : #CCE6FF url(/images/corner.tl.gif) no-repeat top left;
	border-bottom: solid 2px #88AA99;
}
.TabBar .InBack
{
	padding: 4px 6px 4px 6px;
	font-weight: normal;
	cursor: pointer;
}
#TabTextArea 
{
	height: 350px;
}
.href 
{
	text-decoration:underline; 
	color:#600000;
	cursor:pointer;
}


.SmallDate 
{
	font-weight:bold;  
	font-style:italic;
	font-size: 11px; 
}

div.rounded { 
	width: 135px; 
	background: #000000 url(/images/corner.tr.gif) no-repeat top right; 
	margin: 2px 2px 8px 4px;
} 
div.rounded div { 
	background: transparent url(/images/corner.tl.gif) no-repeat top left; 
} 
div.rounded div div { 
	background: transparent url(/images/corner.br.gif) no-repeat bottom right; 
} 
div.rounded div div div { 
	background: transparent url(/images/corner.bl.gif) no-repeat bottom left; 
	padding: 6px;
	color: #FFFF00;
}

.RSSNews {
	width:95%; 
	padding: 2px 2px 2px 18px;
	margin: 0px 5px 12px 0px;
}
.RSSNews .RSSNewsTitle:first-line {
	font-size:115%;
	text-transform:capitalize;
	font-weight:bold;
}
.RSSNews .RSSNewsBody {	
	text-align: justify;
	padding: 0px 5px 0px 10px;
}
.RSSNews .RSSNewsFooterBar {
	width:100%;
	padding-right: 15px;
	text-align:right;
	font-size: 12px; 
}
.RSSNews .RSSNewsFooterBarDate {
	font-weight:bold;  
	font-style:italic;
}
.RSSNews .Link {
	font-weight: bold;
}