/*
**  Default stylesheet CIAB
*/
body { 
	background-color: #ffffff; 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

/* Left sidebar table cell 
	-- set width and vertical align */
td.tdSubject {
	 vertical-align: top;
	 width: 200;
}

/* Main page middle table cell
	-- set width and vertical align */
td.tdMidContent {
	 vertical-align: top;
	 width: 400;
}

/* Main page right-hand table cell
	-- set width and vertical align */
td.tdRightContent {
	 vertical-align: top;
	 width: 200;
}

/* Secondary page content
	-- set width and vertical align */
td.tdContent {
	 vertical-align: top;
	 width: 525;
}


/* Sidebar header */
.sidebar h1
{
	font-style: italic;
}

h2.rss_title
{
	background-color: #cccccc;
}

/* Links in the sidebar */
.sidebar a, .sidebar a:visited, .sidebar a:active
{
}

/* Hover effect on sidebar links */
.sidebar a:hover 
{

}

/* Search text box and button */
.sidebar input
{
	
}


/* main content text */
.content 
{	
}

p, table, td {
	font-weight: normal; 
	font-size: x-small; 
	color: #000000; 
}
td {
	vertical-align: top;
}
pre {
	font-weight: normal; 
	font-size: small;
	margin: 2px; 
	color: #000000; 
	font-family: Courier New, Courier;
}
.noprint {
   font-family: Verdana, Arial, sans-serif;
}

a:link, a:active, a:visited {
	background: none transparent scroll repeat 0% 0%; 
	color: #000000; 
	text-decoration: underline
}
a:hover {
	color: #6732ba; 
	text-decoration: underline
}

/* The "Welcome" message at the top of the screen (not
	seen by users)
 */
#login_message
{
	font-size: small;
}

/* Admin area */

/* Admin area table */
.tblAdminContent
{
  width: 100%;
  align: center;
  
}

/* Admin area content cell */
td.tdAdminContent
{
	align: center;
}

.adminContent, .adminContent td
{
	width: 500;
}

/* administrator controls */
.content input, .content select, .content textarea 
{ 
}

.content textarea 
{
	font-size: smaller; 
}


/* Error message style ... only affects administrators */
.error
{
   font-family: courier new;
   font-style: bold;
   color: red;	
}
h2, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
