@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003366;
	background-color: #CCCCCC;
	padding-top: 5px;
}
.contentTxt {
	padding-left: 15px;
	text-align: left;
}

.mainFrameTL {
	background-image: url(../graphics/mainFrame/tL.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}
.mainFrameTR {
	background-image: url(../graphics/mainFrame/tR.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}
.mainFrameBL {
	background-image: url(../graphics/mainFrame/bL.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}
.mainFrameBR {
	background-image: url(../graphics/mainFrame/bR.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}
.mainFrameTop {
	background-image: url(../graphics/mainFrame/top.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.mainFrameBottom {
	background-image: url(../graphics/mainFrame/bottom.gif);
	background-repeat: repeat-x;
	height: 20px;
}
.mainFrameRight {
	background-image: url(../graphics/mainFrame/right.gif);
	background-repeat: repeat-y;
	width: 20px;
}
.mainFrameLeft {
	background-image: url(../graphics/mainFrame/left.gif);
	background-repeat: repeat-y;
	width: 20px;
}.mainTable {
	background-color: #FFFFFF;
}
.mainTop {
	background-image: url(../graphics/sign/top.jpg);
	background-repeat: repeat;
	height: 200px;
	width: 900px;
}
.titleTop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #567594;
	text-align: center;
	padding: 0px;
}
.titleTop2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C5343B;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
h2 {
	padding-left: 15px;
}
a.global:link {
	color: #C5343B;
	font-weight: bold;
	text-decoration: none;
}
a.global:visited {
	text-decoration: none;
	color: #C5343B;
}
a.global:hover {
	text-decoration: underline;
	color: #339900;
}
a.global:active {
	text-decoration: none;
	color: #C5343B;
}
.highlight {
	color: #FF0000;
	font-weight: bold;
}
