/* CSS Document */


body {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left; 
	color: #003366;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg02.jpg);
	
}

table tr td.click {
	font-weight: bold;
	background-color:#FFFFFF;
	color:#01922B;
	height:25px;
}

/* Make the link a block-level element, and make it the same size as the above rule */
table tr td.click a {
	text-decoration: none; 
	background-color:#FFFFFF;
	color:#003366;
	display:block;
	height:25px;
}

/* Add your hover colors/effects */
table tr td.click a:hover {
	color:#FFCE03;
	background-color:#01922B;
	display:block;
}

table tr td.normal {
	background-color:#FFFACD;
	color:#003366;
}


table tr td.yellow {
	background-color:#FFCE03;
	color:#01922B;
}

table tr td.green {
	color:#FFCE03;
	background-color:#01922B;
	background-image: url(images/rainbow.jpg);
}

table tr td.white {
	color:#FFCE03;
	background-color:#FFFFFF;
}

table tr td.blue {
	text-align: left; 
	background-color:#003366;
	color:#FFFFFF;
}

table tr td.rainbow {
	color:#FFCE03;
	background-color:#01922B;
	background-image: url(images/rainbow.jpg);
}


#topwrapper {
	text-align: right;
	height:150px;
	background-image: url(images/instruments04.jpg); 
}

#topwrapper2 {
	text-align: right;
	height:150px;
	background-image: url(images/instruments03.jpg); 
}

#topwrapper3 {
	text-align: right;
	height:150px;
	background-image: url(images/instruments05.jpg); 
}


#wrapper {
	text-align: right;
	width: 400px; height: 7px;   }



#homeNav {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 10px; 
}


#homeNav ul {
	margin: 0px;
	padding-left: 55px;
}


#homeNav li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	display: inline;
	line-height: 27px;
}


#homeNav a {
	text-decoration: none; 
	color: #FFFFFF;
}


#homeNav a:hover {
	text-decoration: none; 
	color:#FF9900;
}

#linkHeadline {
	color:#01922B;
	font-weight: bold;
}

#siteBody {
	color: #003366;
	text-align: left;
	line-height: 16px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 115px;
}


#siteBody a{
	color: #003366;
	text-decoration: none; 
	font-weight: bold;
}

#siteBody a:hover {
	color:#FF9900;
}

#siteBody li {
	text-decoration: none; 
	list-style-type: none;
}


#copyHeadline {
	line-height: 24px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right:10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003366;
	text-align: left;
	padding-left: 105px;
}

#copyHeadline ul {
	margin: 0px;
	padding: 0px;
}


#copyHeadline li {
	margin: 0px;
	padding: 0px 0px 0px 5px;
	list-style-type: none;
	line-height: 12px;
}


#copyHeadline a {
	text-decoration: none;
	color: #003366;
}


#copyHeadline a:hover {
	text-decoration: none; 
	color: #CCFF00;
}


#bodyCopy {
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #003366;
	text-align: left;
	padding-left: 0px;
	line-height: 18px
}



#smallPrint {
	font-weight: normal;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


