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

html {
		overflow-y: scroll;
}

#container {
  width: 940px ;
  margin-left: auto ;
  margin-right: auto ;
}
#titlediv {
	width: 240px;
}
#maindiv {
	width: 650px;
}
.title {
	font-family: Courier;
	font-weight:normal;
	text-decoration: none;
	color: #1A1A1A;
	font-size: 1.3em;
	margin:0px 0 0px 0;
}
.text {
	font-family: Courier;
	font-weight:100
	text-decoration: none;
	color: #1A1A1A;
	font-size: 0.8em;
	margin:0px 0 0px 0;
}
.smalltext {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #1A1A1A;
	font-size: 0.7em;
	margin:0px 0 0px 0;
}
a:link {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #1A1A1A!important;
	font-size: 0.8em;
}
a:visited {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #1A1A1A!important;
	font-size: 0.8em;
}

a:hover {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #94FCFF!important;
	font-size: 0.8em;
}
a:active {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #94FCFF!important;
	font-size: 0.8em;
}
a.current:link {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #94FCFF!important;
	font-size: 0.8em;
}
a.current:visited {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #94FCFF!important;
	font-size: 0.8em;
}

a.current:hover {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #94FCFF!important;
	font-size: 0.8em;
}
a.current:active {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #94FCFF!important;
	font-size: 0.8em;
}
a.title:link {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #1A1A1A!important;
	font-size: 1.3em;
}
a.title:visited {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #1A1A1A!important;
	font-size: 1.3em;
}
a.title:hover {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #94FCFF!important;
	font-size: 1.3em;
}
a.title:active {
	font-family: Courier;
	font-weight:100;
	text-decoration: none;
	color: #94FCFF!important;
	font-size: 1.3em;
}