/***********************************************/
/* afterschool.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial;
	font-size: 80%;
	color: #000000;
	line-height: 1.266;
	text-align: justify;
/*	background-image: url(imagens/suporte/background_blur.jpg);
	background-repeat: repeat-y;
	scrollbar-base-color: blue;
	margin: 0px;
	padding: 0px;*/
}

.body_menu {
	background-image: url(imagens/background_left.jpg);
	background-repeat: repeat-y;
}

#menu td {
	text-align: center;
	font-weight: bold;
	background-color: #FFFF79;
	height: 35px;
	cursor: pointer;
	cursor: hand;
}

#menu td:hover {
	background-color: #FFAC5B;
}

.event {
	background-color: #FF6600;
	cursor: pointer;
	cursor: hand;
}

.event:hover {
	background-color: #FFAC5B;
}

#images td {
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
}

.body_novidades {
	font-family: Verdana,Arial;
	font-size: 75%;
	line-height: 1.266;
	text-align: center;
	background-image: url(imagens/background_rigth.jpg);
}

a:link, a:visited, a:hover {
	color: #0000ff;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */
a:hover {
	text-decoration: underline;
}

p {
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul {
	list-style-type: square;
}

img {
	border: 2px;
	border-style: solid;
	border-color: #ff6600;
}

.nome{
	font-size: 140%;
	font-weight: bold;
	color: #fff562;
	padding: 0px 0px 10px 10px;
	background-color:#fbae4f;
}

.titulo {
	font-size: 120%;
	font-weight: bold;
	color: #ff6600;
	padding-top: 10px;
}

.saber_mais {
	font-size: 70%;
}

