@charset "UTF-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6 {
	font-family: Gill Sans, sans-serif;
}
h2 {
	font-size: 24px;
}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #C2BFBD;
}

body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	color: #000048;
	line-height: 18px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}

a.back:link {
	color: #0000FF;
	text-decoration: none;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}
a.back:visited {
	text-decoration: none;
	color: #0000FF;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}
a.back:active {
	text-decoration: none;
	color: #0000FF;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}

a.back:hover {
	color: #0000CC;
	text-decoration: underline;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}

a.profile:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}
a.profile:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}
a.profile:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}
a.profile:hover {
	color: #EEEEEE;
	text-decoration: underline;
	font-family: "Gill Sans", sans-serif;
	font-size: 16px;
}

a.change:link {
	color: #FF0000;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}
a.change:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}
a.change:active {
	color: #FF0000;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}
a.change:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}

a.smaller:link {
	color: #FF0000;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
}
a.smaller:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
}
a.smaller:active {
	color: #FF0000;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
}
a.smaller:hover {
	color: #CC0000;
	text-decoration: underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 11px;
}

.message {
	font-size: 11px;
	color: #FF0000;
	line-height: 14px;
}
.smaller {
	font-size: 11px;
}

.red_content {
	color: #FF0000;
}

.red_ast {
	font-size: 20px;
	color: #FF0000;
	line-height: 14px;
}
.msgboard {
	font-size: 17px;
	text-decoration: underline;
}
.change_nolink {
	color: #FF0000;
	text-decoration: none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}

