/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
table {
	width: 769px;
}
td {
	width: 364px;
	text-align: left;
	vertical-align: top;
	padding-right: 20px;
}

/* layout */


#contents
{
	width: 768px;
	text-align: left;
}

#navigation
{
	font-size: 14px;
	width: 768px;
	text-align: left;
}

#footer
{
	width: 768px;
	text-align: left;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #666666;
	margin-top: 20px;
	padding-top: 20px;
}


h1 {
	font-size: 14px;
	color: #990000;
}

.emlink {
	font-size: 14px;
}

.introtitles {
	color: #990000;
}

.descriptions {
	padding-right: 20px;
}

.images {
	text-align: center;
	border-width: 1px;
	border-color: #666666;
	border-style: dotted;
	margin-top: 20px;
}
.smallimages {
	text-align: center;
	border-width: 1px;
	border-color: #666666;
	border-style: dotted;
	margin-top: 20px;
	margin-right: 20px;
}
em {
	font-style: italic;
}

.captions {
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 10px;
margin-right: 10px;
}

.descriptiontitles {
	font-size: 14px;
	color: #990000;
}

.dottedline {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #666666;
	margin-top: 20px;
	padding-top: 20px;
}


#navigation a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

#navigation a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

#navigation a:hover {
	font-size: 14px;
	color: #990000;
	text-decoration: underline;
}

a:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

