@CHARSET "iso-8859-1";
/* CSS Document */

body {
	background:#ffffff;
	color:#310070;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
table { border:0px; }
form { display:inline; } /* Preventing Form Tag to Create New Line in IE! */
td {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#310070;
}
td.menu { font-size:13px; }
.mini { font-size:10px; }
td.bottom {
	text-align:center;
	height:15px;
	font-size:10px;
}
a:link, a:visited {	color:#0aba72; text-decoration:none }
a:hover, a:active {	color:#310070; text-decoration:underline }
acronym {
	border-bottom:0px;
	color:#310070;
	cursor:help;
	text-decoration:underline;
}
img {
	border:0px;
	vertical-align:bottom;
}
input, textarea {
	border:1px dotted #d5b7d2;
	background:#f7f4f9;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	width:100%;
	color:#310070;
}
input#c, input#v, input#e {
	border:0px;
	height:20px;
	width:auto;
}
.code {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	width:100%;
	color:#310070;
	background-color:#f7f4f9;
	padding-top:5px;
	padding-left:5px;
	padding-right:0px;
	padding-bottom:5px;
	border-color:#d5b7d2;
	border-style:dashed;
	border-width:1px;
	text-align:left;
}
div.rss {
	text-align:right;
	position:absolute;
	top:60px;
	left:0px;
	width:90%;
}
div.iframe {
	height:300px;
	overflow:auto;
}