BODY {
	color: #314D81;
	background-color: #F5F9FB;
	font-family:	Verdana, "Lucida Sans", "Gill Sans", Arial, "Trebuchet MS", sans-serif;
	font-size:	12pt;
}

H1 {
	font-size: 22pt;
	font-weight: normal;
}

H2 {
	font-size: 18pt;
	font-weight: normal;
}

H3 {
	font-size: 14pt;
	font-weight: normal;
}

IMG {
	border-style: none;
}

A {
	text-decoration: none;
	/*font-style: italic;*/
	font-weight: bold;
}

A:link, A:visited {
	color: #81313F;
}

A:hover {
	color: #AD384D;
}

A.nav {
	color: #317881;
}

BODY.logo {
	background-image: url("images/background_logo.png");
	background-repeat: no-repeat
}

BODY.banner {
	background-image: url("images/background_banner.png");
	background-repeat: repeat-x;
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 20px;
}

BODY.nav {
	background-image: url("images/background_nav.png");
	background-repeat: repeat-y;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

BODY.contents {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}

UL.subtopic {
	font-size: 12pt;
	list-style: none;
}

LI.subtopicsel {
	list-style-image: url("images/sub_topic_sel.png");
}

DIV.sellang {
	text-align: right;
}

.center {
	text-align: center;
}