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

/* Body DIV */

body {
	background-color:#000;
	color:#f3f3b3;
	text-align:center;
}

/* mainContent DIV Tag */

#mainContent {
	width:90%;
	margin: 0 auto;
}

/* Text Format */

#mainContent h3 {
	text-align:center;
}

#mainContent h3 span.subtitle {
	font-size:0.6em;
}

#mainContent P {
	font-size:0.8em;
	text-align:justify;
}

/* Notes to Graphical Illustration */

#mainContent p.note {
	font-size: 0.6em;
}

span.note-style {
	text-transform: uppercase;
}

/* Graph Subtitle */

#mainContent p.graph {
	text-align:center;
}

/* IMF TAG */

img {
	border:none;
}

/* AREA Tag */

area {
	border:none;
}


/* Body Linkage */

a:link {
	color:#ffbf00;
	text-decoration:none;
}

a:visited {
	color:#ffbf00;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

a:active {
	color:#f00;
	text-decoration:none;
}


