body
{
	background-color: #82DDEA;
	background-image: url(pics/bg.jpg);
	color: #000000;
	margin: 30px;
}
				
td.main
{
	background-color: #FFFFFF;
	height: 495px;
}

div.tab
{
	padding: 5px;
	height: 35px;
	width: 75px;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #C0C0C0;
	background-color: #ffffff;
	display: inline;
}

div.tabunder
{
	padding: 5px;
	width: 75px;
	height: 35px;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #AAAAAA;
	background-color: #DDDDDD;
	background-image: url(pics/bg_dither_grey.gif);
	display: inline;
}                

div.storybody
{
	height: 425px;
	width: 720px; 
	overflow: auto;
	margin: 0px 5px 10px 5px;
	padding: 5px 20px 5px 40px;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #AAAAAA;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #AAAAAA;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

p, h2, h1, h3, h4
{
	font-family: "century gothic", arial, helvetica, sans-serif;
}

p.tab
{
	text-align: center;
	display: inline;
}

p.title
{
	text-align: right;
	margin-bottom: 0px;
}

p.copyright
{
	font-size: 66%;
	color: #FFFFFF;
}

p.form
{
	font-size: 66%;
	text-align: right;
	margin-bottom: 0px;
}

a:link
{
	color: #800080;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;
}

a:visited
{
	color: #000000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;                
}

a:hover
{
	color: #006600;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #006600;                
}

a:active
{
	color: #FF0000;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #AAAAAA;                
}

a.tabunder:link
{
	color: #AAAAAA;
}

a.tabunder:visited
{
	color: #AAAAAA;
}

a.tabunder:hover
{
	color: #0000FF;
}

a.tabunder:active
{
	color: #FF0000;
}

a.nounderline:link
{
	color: #AAAAAA;
	border: none;
}

a.nounderline:visited
{
	color: #AAAAAA;
	border: none;
}

a.nounderline:hover
{
	color: #0000FF;
	border: none;
}

a.nounderline:active
{
	color: #FF0000;
	border: none;
}

img
{
	border-style: none;
}

img#imgKlixo
{
	vertical-align: middle;
}

a#aCopyright:link
{
	color: #FFFFFF;
}

a#aCopyright:visited
{
	color: #FFFFFF;
}

a#aCopyright:hover
{
	color: #0000FF;
}

a#aCopyright:active
{
	color: #FF0000;
}

input.textbox
{
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 66%;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #AAAAAA;
	background-color: #DDDDDD;
	width: 200px;
}

textarea
{
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 66%;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #AAAAAA;
	background-color: #DDDDDD;
	width: 300px;
	height: 75px;
}

input.button
{
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 100%;
	border-style: solid 1px #AAAAAA;
}
input.textbox2
{
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 66%;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #AAAAAA;
	background-color: #DDDDDD;
	
}
input.button2
{
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 67%;
	border: solid 1px #AAAAAA;
	width: 60px;
	height: 20px;
}
input.button_light
{
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 67%;
	border: solid 1px #DDDDDD;
	width: 60px;
	height: 20px;
	color: #CFCFCF;
	background-color: #F5F5F5;
}
input.textbox_light
{
	font-family: "century gothic", arial, helvetica, sans-serif;
	font-size: 66%;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #F5F5F5;
	color: #CFCFCF;
	background-color: #F5F5F5;
	
}
hr
{
	border: solid 1px #CCCCCC;
	height: 1px;
	margin-bottom: 1px;
}

p.light
{
	color: #CFCFCF;
	 font-family: "century gothic", arial, helvetica, sans-serif;
}
p.dark
{
	color: #000000;
	 font-family: "century gothic", arial, helvetica, sans-serif;
}