body, html, form
{
	margin: 0px;
	background-color: #AFDA8F;
	font-family: Arial;
}

body.index, html, form
{
	height: 100%;
}

body.index
{
	background-image: url(Imagens/Background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

body.inner
{
	min-height: 376px;
	background-color: white;
	background-image: url(Imagens/ctBackground.jpg);
	background-attachment: fixed;
	_height: 376px;
}
body.innerVideo
{
	_width: 514px;
	height: 550px;
	background-image: url(Imagens/ctBackground.jpg);
	background-attachment: fixed;
}


table
{
	border: 0px;
}

a
{
	color: Blue;
}
a:hover
{
	text-decoration: none;
}

li a
{
	font-size: 14px;
}

.scNome
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}
.scParagrafoNormal
{
	text-align: justify;
	font-size: 14px;
	padding: 0px 8px 0px 8px;
}
.scParagrafoQuote
{
	text-align: center;
	font-size: 12px;
	font-style: italic;
}
.scParagrafoVoltar
{
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

.prEsquerda
{
	width: 200px;
}
.prDireita
{
	padding: 10px 6px 8px 6px;
	width: 330px;
	vertical-align: top;
	_padding: 10px 20px 8px 6px;
}
.prNome
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.prDescricao
{
	text-align: justify;
	font-size: 14px;
}
.prTamanho
{
	text-align: justify;
	font-size: 12px;
}
.prIngredientes
{
	text-align: justify;
	font-size: 11px;
}

.inTabela
{
	font-size: 9px;
	border: solid 1px Black;
	margin-bottom: 5px;
}
.inCabecalho
{
	font-weight: bold;
	text-align: center;
	border: solid 1px Black;
}
.inCabPorcao
{
	text-align: center;
	border: solid 1px Black;
}
.inCabVal
{
	text-align: center;
	border: solid 1px Black;
}
.inEsquerda
{
	width: 60px;
	border: solid 1px Black;
}
.inCentro
{
	width: 100px;
	text-align: center;
	border: solid 1px Black;
}
.inDireita
{
	text-align: center;
	border: solid 1px Black;
}
.inRodape
{
	text-align: center;
	border: solid 1px Black;
	padding: 3px;
}
.inBase
{
	text-align: justify;
	font-size: 9px;
}