/* CSS Document */

/* Footer Text */
.copyright {
	font-family: Tahoma;
	font-size: 9.5px;
	color: #676766;
	}
	
.faduchi_designed {
	font-family: Tahoma;
	font-size: 8.5px;
	color: #676766;
	}
	
/* Shared CSS Among Pages */

.frame_bkg {
	background-image:url(../images/frame_bkg.jpg);
	background-repeat: repeat-x;
	margin: 8px;
	padding: 8px;
	background-position: top;
	}

.body {
	font-family: Tahoma;
	font-size: 11px;
	color: #3C3C3C;
	text-align: left;
	}
	
p {
	width: 70%;
	}
	
h1 {
	font-family: Tahoma;
	font-size: 14px;
	color: #3C3C3C;
	text-align: left;
	font-weight: bold;
	}
	
a.link {
	color: #3C3C3C;
	font-weight: bold;
	text-decoration: none;
	}

a.link:hover {
	text-decoration: underline;
	}
	
a.body:link {
	color: #A659A3;
	text-decoration: none;
	}

a.body:hover {
	text-decoration: underline;
	}