body {
	background : url("images/background.gif");
	margin-left : 10px;
	margin-top : 0px;
}

/* anchor attributes  */
/* old 	color: #003366; hover color: #0099cc; */
a 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	color: #3645F8;
	text-decoration: none;
}

a:hover { color: purple; }

/* link on side navigation bar */
a.sidebarlink 
{
	font-weight: bold; 
	color: #FFFF1A;
}

/* a.sidebarlink:hover { color: white; } */

/* top title bar style */
a.titlebar
{
	color : #ffffff;
	font-size : x-large;
	font-weight : bold;
}



/* styles for the subsections on title and individual pages, 
    mainly in the middle section of the page */
/* old color: #003366; #0080FF;  #114EEE; */
.sectiontitle
{
	font : bold 14 pt;
	color: #0000BB; 
}

.sectiontitlesmall
{
	font : bold 10 pt;
	color: #0000BB; 
}
 


/* DEFAULT fonts for use inside columns/rows */
td 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	font-size: 8pt;
	vertical-align: top;
}
th 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	color: #999999; 
	font-size: 8pt;
}
.td1 {background-color: #99cccc;}
.td2 {background-color: #003366;}
.td3 {background-color: #ffffff;}
.td4 {background-color: #cccccc;}
.td5 {background-color: #999999;}
.td6 {background-color: #666666;}


.pageheader 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000; 
}
.pagetitle 
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #ffffff; 
}
