/* - PSEUDO-CLASSES - */
/* - Not editable or viewable in DreamWeaver - */

A:visited {
	color: #CCCCCC;
	text-decoration: none;
}

A:link {
	color: #CCCCCC;
	text-decoration: none;
}


A:hover{
	color: #FFFFFF;
}




/* - REDEFINED HTML TAGS- */

body {
	background: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


.stroke {
	background: #999999;
	background-color: #999999;
}

/* - Applied to bold text - */

.bold {
	font-weight: bold;
}

/* - Applied to table for the bread crumbs for to color text of non-linked widgets- */

.crumbs {
	color: #666666;
	font-size: 10px;
}


/* - Custom Class for default font override - */
/* - Use to override other styles making the text appear as the default font - */

.normal {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* - CUSTOM CLASSES - */
/* - insert customized code in this area - */
.Smalltext {  font-family: Arial, Helvetica, sans-serif; font-size: x-small}

.grayedout {
	color: #999999;
}


#info {
	font-size: 10px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	line-height: 15px;
	}
	
.Statementstroke {
	background: #e6e6e6;
	border: thin solid #999999;
}
	
#Statement {
	font-family: "Trebuchet MS", "Times New Roman", Georgia;
	text-align: justify;
	font-size: 11px;
	color: #333333;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	margin-right: 70px;
	margin-left: 75px;
	line-height: 17pt;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-top: 20px;
	}
	
	

#thumbnail img, #thumbnail a img, #thumbnail a:visited img {

	border-width: 1px;
	border-style: solid;
	border-color: #A9A9A9;
	background-color: #FFFFFF;
	padding: 2px;
	}
	
#thumbnail a:hover img {
	background-color: #CCCCCC;
	}
	
	
#navigation, #navigation a, #navigation a:visited {
	color: #666666;
	}
	
#navigation a:hover {
	color: #999999;
	}



.imageborderBLACK {
	margin: 2px;
	background-color: #000000;
	padding: 2px;
	border: 1px solid #000000;
	}

.imageborderWhite {
	margin: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #A9A9A9;
	background-color: #FFFFFF;
	padding: 3px;
	}
	
#trebuchet, #trebuchet a, #trebuchet a:visited  {
	font-family: "Trebuchet MS", "Times New Roman", Georgia;
	font-size: 11px;
	color: #666666;
}

#trebuchet a:hover {
	color: #999999;
}
#popupnavigation, #popupnavigation a, #popupnavigation a:visited {
	font-size: 10px;
	color: #666666;
	line-height: 28px;
	}
	
#popupnavigation a:hover {
	color: #999999;

}
.StatementTitle {
	font-family: "Trebuchet MS", "Times New Roman", Georgia;
	font-size: 43px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
}

#linktext a, #linktext a:visited {
	font-size: 10px;
	color: #666699;
	font-weight: bold;
	}
	
#linktext a:hover {
	color: #999999;
}

