/*
**  Default stylesheet CIAB
*/
body { 
	background-color: #ffffff; 
	color: #000000; 	
    font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

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;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

h2 {
   font-style: Arial, Verdana, sans-serif;
   font-size: normal;
   font-weight: bold;
}
a:link, a:active, a:visited {
	background: none transparent scroll repeat 0% 0%; 
	color: #990000; 
	text-decoration: underline
}
a:hover {
	color: #6732ba; 
	text-decoration: underline
}
/* Left sidebar table cell 
	-- set width and vertical align */
td.tdSubject {
	 vertical-align: top;
	 width: 160;
}

/* Main page middle table cell
	-- set width and vertical align */
td.tdMidContent {
	 vertical-align: top;
	 padding: 10px;
}

/* 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
{

}

h2.rss_title, .content h3
{
}


/* 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 
{
}

/* Links in the main content areas */
.content a, .content a:visited, .content a:active
{

}

/* Hover effect in the main content areas */
.content a:hover 
{
}

/* 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
{
	width: 800;
}

.adminContent td 
{
}

/* 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;	
}

