.caption { 
margin-right: 8px;
margin-bottom: 0px;
padding: 0px; 
border: 0px solid #777;
background: #F8F8F8;
font-size:10px;
font-family:Verdana;
color: #000000;
} 

.caption img {border: 1px solid #FFFFFF;}
.left {float: left;} 
.right {float: right;} 

/* Início das Configurações Gerais */
body {
	margin: 0px;
/* editavel */ color: %%P_COLOR%%;
	}
td {
/* editavel */ color: %%P_COLOR%%;
	font:12px /* editavel */%%FONT_FAMILY%%;
	}
select {
	font-family: /* editavel */%%FONT_FAMILY%%;
	font-size: 11px;
	}
input {
	font-family: /* editavel */%%FONT_FAMILY%%;
	font-size: 11px;
	}
a:link {
/* editavel */	color: %%LINK_COLOR%%;
	}
a:hover {
/* editavel */ 	color: %%LINK_HOVER%%;
	}
a:visited {
/* editavel */	color: %%LINK_COLOR%%;
	}
h1 {
	margin: 10 0 0 0;
/* editavel */	color: %%H1_FONT_COLOR%%;
	font:bold 24px;
	}
h2 {
	margin: 10 0 0 0;
/* editavel */	color: %%H2_FONT_COLOR%%;
	font:bold 18px;
	}
h3 {
	margin: 10 0 0 0;
/* editavel */	color: %%H3_FONT_COLOR%%;
	font:bold 14px;
	}
/* Fim das Configurações Gerais */


/* Início do Topo */
div.nav {
	padding: 3px 3px 3px 13px;
	}
a:link.nav {
	font-family: Tahoma;
	text-decoration: none;
	color: #FF6666;
	}
a:visited.nav {
	font-family: Tahoma;
	text-decoration: none;
	color: #FF6666;
	}
a:hover.nav {
	font-family: Tahoma;
	text-decoration: none;
 	color: #FF0000;
	}
a:active.nav {
	font-family: Tahoma;
	text-decoration: none;
	color: #FF0000;
	}
a:link.topo {
	font-family: Tahoma;
	color: #000000;
	}
a:visited.topo {
	font-family: Tahoma;
	color: #000000;
	}
a:hover.topo {
	font-family: Tahoma;
 	color: #FF6666;
	}
a:active.topo {
	font-family: Tahoma;
	color: #000000;
	}
/* Fim do Topo */

/* Início do Menu */
a:link.menu {
	text-decoration: none;
	}
/* Fim do Menu */

/* Início do Rodapé */
td.rodape {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #666666;
	}
/* Fim do Rodapé */

/* Início da Index */
/* Fim da Index */

/* Início do Perfil */
td.perfil {
	border-right: 1px dashed #CCCCCC;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCCCCC;
	}
h1.perfil {
	}
h2.perfil {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
	padding-left: 5px;
	}
h3.perfil {
	background-color: #F8F8F8;
	border: 1px solid #EFEFEF;
	padding: 3px 3px 3px 5px;
	}
textarea {
	font:12px Tahoma;
}
/* Fim do Perfil */

/* Início do Sexlog */
/* Fim do Sexlog */

/* Início do Sexmessenger */
h3.sexmessenger {
	background-color: #F8F8F8;
	border: 1px solid #EFEFEF;
	padding: 3 3 3 5;
	margin: 5 0 5 0;
	}
/* Fim do Sexmessenger */

/* Extras */
.extra1 {
 	color: #FF6666;
}

/* MSG TOP START*/
.topNoticesPanel 
{
	display: block;
	position: relative;
	top: 0px;	
	margin: 0;
	width: 100%;
	height: 25px;
	background-color: #fdf1d0;
	border: solid 1px #fad163; 	
	text-align: center;
	font-size: 13px;
	color: #000;
	z-index: 9999;
	overflow: hidden;
}
#topNotices {display: block; position: absolute; width: 920px; left: 50%; margin: 5px 0 0 -470px; font-family: Arial,Helvetica,Verdana,sans-serif;}
#topNotices a {font-weight: bold; color:#0048FF;}
#topNoticesClose {display: block; position: absolute; right: 10px; top: 0px; padding-top: 6px; cursor: pointer; }
/* MSG TOP END*/
