body{
	background: #fff;
	color: #000;
	font-family: Tahoma, "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
}

/* Links -------------------------------------------------------------------------------  */
a{
	color: #35649B;
}
a:visited{
	color: #69829E;
}
a:hover{
	text-decoration: none;
}

/* Headings ----------------------------------------------------------- */
h2 {
	font-size: 140%;
	color: #1664C4;
	font-style: normal;
}
h3 {
	font-size: 100%;
	color: #1664C4;
	font-style: normal;
	padding: 0px;
	margin: 0px;
}
h2 em, 
h3 em{
	display: block;
	margin-top: 0em;
	font-size: 65%;
	color: #999999;
	font-style: normal;
}
#contents h2:first-child{
	margin-top: 0;
}

/* Main Body Section  ------------------------------------------------- */
#contents{
	line-height: 1.4;
}
#nav{
	display: none;
}
address{
	font-style: normal;
	font-size: 95%;
}

/* Random Styles ----------------------------------------------------- */
.center{
	text-align: center;
}
.more{
	text-align: right;
}
