@charset "utf-8";
/* CSS Document */

#indexcontainer {
	padding: 0px 15px 15px 15px;
	clear: both;
	min-width: 800px;
	
	/*
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	*/
	font-family: Arial;
	font-size: 12px;
}
.indexnote{
	float: left;
	width: 295px;
	/*margin-right: 15px;*/
	
	margin-top: 4px;
	border-bottom: dotted 1px #000000;
}
.indexnote #by {
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0px 0px 14px 0px;
}
.indexnote #title {
	/*
	font-family: Arial;
	font-size: 18px;
	font-weight: bolder;
	margin-top: -1px;
	padding: 0px 0px 12px 0px;
	*/
	/*
	font-family: "Times New Roman";
	font-size: 22px;
	font-style: italic;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: -2px;
	padding: 0px 0px 13px 0px;
	line-height: 16px;
	*/
	
	font-family: "Times New Roman";
	font-size: 21px;
	font-style: italic;
	font-weight: bolder;
	line-height: 24px;
	margin-top: -5px;
	padding: 0px 0px 8px 0px;
	text-transform: uppercase;
	
	/*
	font-family: "Times New Roman";
	font-size: 25px;
	font-weight: bolder;
	margin-top: -4px;
	padding: 0px 0px 15px 0px;
	*/
	
	border-bottom: solid 3px #000000;
}
.indexnote #image {
	padding-top: 15px;
	padding-bottom: 4px;
}
.indexnote #image a:hover, #headlogo a:hover {
	border: none;
}
.indexnote #text {
	padding-bottom: 11px;
}
#loadingMSG {
	z-index: 2;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bolder;
	
	position: fixed;
	*position:absolute;
	
	text-align: right;
	
	bottom: 27px;
	right: 15px;
	background-color: #FFFFFF;
}

