@charset "UTF-8";

* {
	margin:0px;
	padding:0px;
}

body {
	color:#000000;
	background-color:#f8f0f8;
}
#title {
	width:700px;
	margin-left: auto;
	margin-right: auto;
/*	color:#000000; */
/*	background-color:#f0f0f0; */
}
#title p {
	line-height:1em;
/*	top:0px; */
/*	left:0px; */
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:0em;
	padding:0em;
	font-size:large;
	color: #333333;
	background-color:transparent;
}
#title dl {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	margin:0em 1em;
	padding:0em;
	font-size:small;
}
#title dt {
	color: #666666;
	background-color:transparent;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
	line-height:1em;
}
#title dd {
	color: #999999;
	background-color:transparent;
	margin-left: 1em;
	margin-bottom: 0.5em;
	line-height:1.1em;
}

#footer {
	color: #979797;
	background-color: #ffe0e0;
	border-top:2px solid #cc99ff;
	border-bottom:1px solid #cc99ff;
	margin:0;
	padding:1px;
	font-size: 75%;
	white-space:nowrap;
	overflow:hidden; /* for float */
/*	float:left; */
}
#footer .left {
	float:left; 
}
#footer .center {
	float:left;
	padding:0.2em 2em 0.2em 2em;
/*	text-align: center; */
}
#footer .right{
	float:right;
	text-align:right;
	padding: 0em 1em 0em 1em;
}
#footer:after { /* IE pass */
  display:block;
  margin-top:-1px;
  height:1px;
  content:"";
  clear:both;
	overflow:hidden;
}
/* for IE without MacIE5 */
/*\*/
* html #footer {
	height: 1em;
  overflow: visible;
}
/**/

/*
#navbar {
	padding: .5em 0;
	font-size: 85%; *//* 11px
	text-align: center;
	background: #111 url(//images.slashdot.org/sdredesign/ostg-bg.png) repeat-x;
}
#navbar a {
    padding: 0 .2em 0 .4em;
    color: #ccc;
    text-decoration: none;
    border-left: 1px solid #ccc;
  }
#navbar a.highlight { font-weight: bold; }
#navbar a:hover { color: #fff; }
 
#navbar li { list-style: none; display: inline; }
#navbar li.begin a { border: none; }
*/

#main {
	margin:0px;
	white-space:nowrap;
}
h1{
	color:#0099FF;
	background-color:transparent;
	font-size: 120%;
/*	font-family:Arial,helvetica, sans-serif; */
	font-family: "Comic Sans MS", cursive, sans-serif; 
	border-top:2px solid #9966ff;
	border-bottom:2px solid #9966ff;
	margin:0px;
	padding:5px 1em;
}
div.mbody {
/*
	background:url(../images/heart.gif);
	background-position:right;
	background-repeat:repeat-y;
*/
	border-left:10px solid #ffdddd;
/*	border-left:2px solid #cc66ff; */
/*	padding:10px 10px 20px 20px; *//* IE bug */
	font-size:small;
	margin:0px 0px 0px 45px;
/*	margin:0px 0px 0px 50px; */
}
div.desc {
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3333;
	padding:5px 0px 10px 20px;
	margin:0em;
	width:auto;
}
.desc p {
	margin:0em;
}
.desc pre {
	color:inherit;
	background-color:#e0e4ed;
	font-family: "Courier New", monospace;
	line-height:1em;
	font-size: 100%;
	margin-top:0.5em;
	margin-right:100px;
	margin-left:1em;
	margin-bottom:0.5em;
	padding:0.5em;
	border:1px solid silver;
/*	overflow:auto; */
	width:85%; /* for IE */
	height:5em;
}

.desc pre {
	overflow:auto; /* for Mac IE */
}
div.mbody > div.desc pre { /* for IE */
	width:auto;
}

a{
 text-decoration:none;
}
a:visited{
}
a:hover{
 text-decoration:underline;
}

#title a:link{
	color:#33ccff;
	text-decoration:none;
	background-color:transparent;
}
#title a:visited{
	color:#33ccff;
	text-decoration:none;
	background-color:transparent;
}
#title a:hover{
	color: #ff99ff;
	text-decoration:none;
	background-color:transparent;
}

h1 a{
	font-size:85%;
	font-weight:normal;
	padding: 0px 2px;
}
h1 a:link{
	color:#9900ff;
	background-color:transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #f8f0f8;
}
h1 a:visited{
	color:#ff00ff;
	background-color:transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #f8f0f8;
}
h1 a:hover{
	border-width: 1px;
	border-style: solid;
	border-color: #fed0fe #cc88cc #cc88cc #fed0fe;
	text-decoration: none;
}
/* for IE only */
* html h1 a:hover{
	color:inherit;
	background-color:#f2e8e0;
}
/* for IE only */

/* for without IE */
html[xmlns] h1 a:link:hover{
	color:#9900ff;
	background-color:#f2e8e0;
}
html[xmlns] h1 a:visited:hover{
	color:#ff00ff;
	background-color:#f2e8e0;
}
/* for without IE */

img {
	vertical-align: middle;
	border:0;
}

iframe {
	position: absolute;
	left: 0px;
	top: 0px;
}
hr{ display: none; }

address {
	color:#9900CC;
	background-color:transparent;
	font: italic medium "Times New Roman",sans-serif;
	text-align: right;
}
