body {
	font-family: tahoma, geneva, verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	background: #f0f0f0;
	}
h1 {
	font-family: 'Palatino Linotype',  Palatino, Georgia, "Book Antiqua", serif;
	font-size: 14pt;
	font-weight: normal;
	text-transform: capitalize;
	margin: 8px 16px 4px 16px;
	color: #039;
	}
h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin: 16px;
	color: #900;
}
p {
	margin: 0px 16px 16px 16px;
	color: #000;
	font-weight: normal;
	line-height: 125%;
}
a {
	color: #00f;
	text-decoration: none;
}
a:hover {
	color: #f00;
}
img {
	border: 0px;
}
textarea {
	line-height: 150%;
}
.textbox {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	padding: 3px;
	color: black;
	width: 256px;
	border-top: 1px solid #999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
}
input.proceed {
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 8pt;
	padding: 2px 6px 2px 6px;
	background: #e0e0e0;
	border-width: 1px;
	text-transform: capitalize;
	}
input.proceed:hover {
	background-color: #ffc;
	}
.gallery {
	width: 774px;
	background: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.gallery td {
	border: 1px solid #e0e0e0;
	vertical-align: top;
	padding: 0px;
}
.gallery th {
	padding: 0px;
	text-align:left;
}
.catalog {
	width: 7in;
	background: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.catalog td {
	border: 1px solid #e0e0e0;
	vertical-align: top;
	padding: 4px 4px 4px 8px;
}
.catalog th {
	padding: 0px;
	text-align:left;
}
.catalog p {
	font-size: 8pt;
	margin: 0px;
}
.catalog a {
	color: #00f;
	text-decoration: none;
}
.catalog a:hover {
	color:#09f;
}
.default td {
	border: 0;
	}
.mark {
	padding: 2px 4px 2px 4px;
	color: #39c;
	background: #fff;
}

/* navigation
***************************************************************/
div.nav {
	font-family: tahoma, geneva, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px;
	background: #69c;
	color: #fff;
	}
.nav a {
	text-decoration: none;
	color: #fff;
	padding: 3px 8px 3px 8px;
	}
.nav a:hover {
	background: #48b8d8;
	color: #fff;
	}

/* 'Abouts Me' page
***************************************************************/
#about {
	padding: 64px;
	}
#about p {
	text-align: justify;
	}

/* page footer
***************************************************************/
#copy {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: normal;
	text-align: center;
	color: #999;
	margin-top: 4px;
	}

.tiny {
	font-size: 7.5pt;
	font-weight: normal;
}
.feedback td {
	border: 0px;
}
.feedback th {
	padding-top: 8px;
	text-align: left;
	font-size: 8pt;
}
.thin {
	width: 192px;
	background: #fff url(images/hilite.png);
	background-repeat: repeat-x;
	padding: 8px;
	margin-top: 32px;
	font-size: 8pt;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
}
.okay {
	color:#fff;
	background:#0c0;
	padding: 8px 4px 8px 4px;
}
.error {
	color:#fff;
	background:#f00;
	padding: 8px 4px 8px 4px;
}
.normal {
	font-weight:normal;
}
.negative {
	margin-left: 0px;
}
