/* - 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: #999999;
	background-color: #999999;
	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 your customized code in this area - */
#Smalltext {
	font-size: 10px;
	color: #333333;
}

.grayedout {
	color: #999999;
}
/*  popup */

#info {
	font-size: 11px;
	color: #333333;
	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;
	}

#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;
	}

.imageborderBLACK {
	margin: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	background-color: #000000;
	padding: 3px;
	}

.imageborderWhite {
	margin: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #A9A9A9;
	background-color: #FFFFFF;
	padding: 3px;
	}


/*  End popup */
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
