﻿body
{
	background-image: url(../imgs/fundo.jpg);
	background-repeat: repeat-x;
}
a:link
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a:active
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a:visited
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: underline;
}
#PageTitle
{
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
}

/* CSS Referente a Agenda.aspx.cs*/
.tMes
{
	width: 150px;
	background-color: Brown;
	text-transform: capitalize;
	font-family: Arial;
	font-size: 14px;
	color: White;
}

.tDetalhes
{
	font-family: Arial;
	font-size: 13px;
}

/* CSS Referente a EventoDetalhe.aspx.cs */
#EventoTitle
{
	font-family: Arial;
	color: Black;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#EventoData
{
	font-size: 13px;
}
#EventoTexto
{
	font-family: Arial;
	font-size: 15px;
	color: black;
}
