/* style.css - a simple style sheet */


/* PAGE ATTRIBUTES*/

body {
	background-color: #FFFFFF;
}
body,td,th {
	color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/* FORMS*/

.btn {
  color: #ffffff;
  font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-size:100%;
  background: #000000;
  font-weight: bold;
  border: 1px solid #ffffff;
}

.btn:hover {
  color: #000000;
  background: #c6d3b9;
}

/* LINKS*/

a:link {
	color: 000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 000000;
}
a:hover {
	text-decoration: none;
	color: c6d3b9;
}
a:active {
	text-decoration: none;
	color: 000000;
}

.class1 a:link {  color: #000000; text-decoration: none}
.class1 a:visited {  color: #000000; text-decoration: none}
.class1 a:hover {  color: #c6d3bb; text-decoration: none;}
.class1 a:active {  color: #000000; text-decoration: none}

.class2 a:link {  color: #ffffff; text-decoration: none}
.class2 a:visited {  color: #ffffff; text-decoration: none}
.class2 a:hover {  color: #c6d3bb; text-decoration: none;}
.class2 a:active {  color: #ffffff; text-decoration: none}


/* FONTS*/

p {  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; font-size: 9pt; font-weight: normal; color: #FFFFFF}


.style16 {font-family: "Times New Roman", Times, serif}

.style22 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
}

.style23 {color: #FFFFFF}
.style24 {color: #1D5188}
.style25 {color: #cfe0f2}
.style29 {font-weight: bold; color: #000000;}
.style30 {color: #000000; }
.style32 {color: #c6d3b9}
.style34 {font-size: 10pt}
.style35 {font-size: 11pt;font-weight: bold;color: #c6d3b9;}
.style36 {font-size: 12pt;font-weight: bold;}
.style38 {font-size: 11pt}
.style39 {font-size: 9pt}
.style40 {color: #C6D3B9}
.style41 {color: #C6D3B9; font-size: 9pt; }







