@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #333333;
}

.menu1 { font-size: 14px; color: #333333; text-decoration: none; }
.menu1:hover { color: #999999; text-decoration: none; }
.menu1:active { text-decoration: none; background-color: #ffffff; }

.link1 { font-size: 14px; color: #333333; text-decoration: underline; }
.link1:hover { color: #999999; text-decoration: none; }
.link1:active { text-decoration: none; background-color: #ffffff; }

.noticeboard-box { color: #FFFFFF; text-decoration: none; font-family: "Comic Sans MS", "Century Gothic", sans-serif; font-size: 18px; }
.noticeboard:link {	color: #0099CC;	text-decoration: none; }
.noticeboard:visited { color: #0099CC;	text-decoration: none; }
.noticeboard:hover { color: #0099CC; text-decoration: underline; }
.noticeboard:active { color: #0099CC;	text-decoration: none; }

.menu2selected {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

.menu2 {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

.menu2:hover {
	color: #999999;
	text-decoration: none;
}

.menu2:active {
	text-decoration: none;
	background-color: #ffffff;
}

.legal {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}


.legal:hover {
	color: #999999;
	text-decoration: none;
}

.legal:active {
	text-decoration: none;
	background-color: #333333;
}

.legal-box {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}


h3 {
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	text-align: left;
}

h3 a:link { text-decoration: none; color: #FFFFFF; } 
h3 a:visited { text-decoration: none; color: #FFFFFF; } 
h3 a:hover { text-decoration: none; color: #999999; } 
h3 a:active { text-decoration: none; color: #999999; }

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

h1 a:link { text-decoration: none; color: #333333; } 
h1 a:visited { text-decoration: none; color: #333333; } 
h1 a:hover { text-decoration: underline; color: #666666; } 
h1 a:active { text-decoration: none; color: #333333; }

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}

.grey-box {
	background-color: #999999;
	height: 10px;
	width: 100%;
}

.white-14 {
	font-size: 14px;
	margin: 0px;
	color: #FFFFFF;
	line-height: 20px;
	background-color: #666666;
}


.table1 {
	font-family: "Century Gothic", sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
}

.input {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 4px;
}

textarea {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 4px;
}

select {
	font-family: "Century Gothic", sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #eeeeee;
	border: 1px solid #bbbbbb;
	padding: 3px;
}

form { margin: 0px; }
