<%
textos = Session("textos")
if textos="" then textos=12
Session("textos")=textos

titulo = Session("titulo")
if titulo="" then titulo1=16
Session("titulo")=titulo

subtitulo = Session("subtitulo")
if subtitulo="" then subtitulo=13
Session("subtitulo")=subtitulo

visitantes = Session("visitantes")
if visitantes="" then visitantes=11
Session("visitantes")=visitantes

textosup = Session("textosup")
if textosup="" then textosup=11
Session("textosup")=textosup

textorodape = Session("textorodape")
if textorodape="" then textorodape=9
Session("textorodape")=textorodape

menu = Session("menu")
if menu="" then menu=13
Session("menu")=menu

linkaumenta = Session("linkaumenta")
if linkaumenta="" then linkaumenta=14
Session("linkaumenta")=linkaumenta

form = Session("form")
if form="" then form=12
Session("form")=form

%> 
<style type="text/css">
body {scrollbar-face-color : #EAFFD5; scrollbar-highlight-color : #FFFFFF; scrollbar-shadow-color : #C1C6CC; scrollbar-3dlight-color : #ABB1B3; scrollbar-arrow-color : #7F8996; scrollbar-track-color : #F8FAF9; scrollbar-darkshadow-color : #ABB1B3}
a.link:link {  color: #7056A2; text-decoration: underline; font-weight: bold}
a.link:visited {  color: #7056A2; text-decoration: underline; font-weight: bold}
a.link:hover {  color: #29BCFA; text-decoration: underline; font-weight: bold}
a.link:active {  color: #7056A2; text-decoration: underline; font-weight: bold}
.titulo {font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: <% =titulo %>px; font-style: normal; font-weight: bold; font-variant: normal; color: #009900}
.subtitulo {  font-family: Arial, Helvetica, sans-serif; font-size: <% =subtitulo %>px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #0066FF; text-decoration: none}
.textos {  font-family: Arial, Helvetica, sans-serif; font-size: <% =textos %>px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration: none}
.form {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: <% =form %>px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #7056A2; text-decoration: none}
.visitantes {  font-family: Arial, Helvetica, sans-serif; font-size: <% =visitantes %>; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000; text-decoration: none}
.textosup {  font-family: Arial, Helvetica, sans-serif; font-size: <% =textosup %>px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; color: #000000; text-decoration: none}
.textorodape {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: <% =textorodape %>px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #FFFFFF; text-decoration: none}
.inputBox {	BACKGROUND-COLOR:#ffffff ;	COLOR: #7056A2;	font:10 Verdana ;border: 1px solid #7056A2;}
.fundocorpo {background-color: #ffffff}
.fundosite {background-color: #E1FFC3}
.fundorodape {background-color: #7056A2}
a.menu:link  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: bold; font-size: <% =menu %>px}
a.menu:visited  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: bold; font-size: <% =menu %>px}
a.menu:hover  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: bold; font-size: <% =menu %>px}
a.menu:active  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: bold; font-size: <% =menu %>px}
a.linkrodape:link  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-weight:  font-size: 9px}
a.linkrodape:visited   {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-weight:  font-size: 9px}
a.linkrodape:hover  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: underline; font-weight:  font-size: 9px}
a.linkrodape:active   {font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; text-decoration: none; font-weight:  font-size: 9px}
a.linkaumenta:link  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: bold; font-size: <% =linkaumenta %>px}
a.linkaumenta:visited  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: bold; font-size: <% =linkaumenta %>px}
a.linkaumenta:hover  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: bold; font-size: <% =linkaumenta %>px}
a.linkaumenta:active  {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: bold; font-size: <% =linkaumenta %>px}
</style>


