.border-line {
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #88A4C8;
}
hr {
	color: #9D3939;
}
.lower-border {
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #000000;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.upper-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9D9D;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.dotted-border {
	border-top: 1px dotted #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.rect-bullet {
	list-style-position: inside;
	list-style-type: disc;
}
#top-nav {
	a:background-color;
	text-decoration: none;
	font-size: xx-small;
	color: #9D3939;
	
}
#int-link {
	font-size: 10px;
}
.nolinkdecor {
	text-decoration: none;
}
#top-link {
	font-weight: lighter;
	margin-left: 10px;
}
#top-link2 {
	font-weight: lighter;
	margin-left: 3px;
}
.header-style {
	font-size: xx-small;
	font-weight: lighter;
}
.color01 {
	background-color: #F7E6E6;
}
.color02 {
	background-color: #F2D7D7;
}
