/* phpStyle.css Document */
/* Estilos dos conteúdos das colunas */

/* COLUNA 01 */

/* linhas e cores */
#grayLine {
	float: left;
	clear: both;
	height: 1px;
	width: 195px;
	background-color:#cccccc;
}

#whiteLine {
	float: left;
	clear: both;
	height: 2px;
	width: 195px;
	background-color: #FFFFFF;
}

/* título do menu lateral */
#sideMenuTitle {
	float: left;
	clear: both;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight: bold;
	width: 195px;
	background-color: #1c3857;
}

/* links do menu lateral on e off */
a.sideMenuLink {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

a.sideMenuLinkOff {
	color: #666600;
	font-size: 12px;
	text-decoration: none;
}

/* COLUNA 2 */

#crossTitle {
	float: left;
	clear: both;
	background-image: url(../bg/crossTitle.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 481px;
	color: #000055;
	margin-left: 45px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#inoText {
	float: left;
	clear: both;
	width: 500px;
	color: #555555;
	margin-left: 35px;
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Foot */

a.linkAzul:visited {
	color: #6699CC;
	text-decoration: none;
}

a.linkAzul:active {
	color: #6699cc;
	text-decoration: none;
}

a.linkAzul:link {
	color: #6699CC;
	text-decoration: none;
}

/* SPAN align Left e Right */
#left {
	float: left;
	clear: both;
	text-align: left;
}

#right {
	float: right;
	text-align: right;
}

/* Propriedades PSAinovet */
#PSAinovet {
	float: left;
}

/* Estilos dos Textos */
#mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	size: 11px;
	text-align: center;
}

#mainText {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
}

span.sideTitle1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #3b6688;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

span.sideTitle2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #787878;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

/* Caixa de notícias */

#newBox {
	font-family: Arial, Helvetica, sans-serif;
	width: 580px;
	text-align: justify;
}

#callBox {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

#newTitle {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
}

#newText {
	color: #666666;
	font-size: 11px;
}

#newLink {
	color: #444444;
}

#callBoxA {
	width: 275px;
	text-align: left;
	float: left;
	clear: both;
}

#callBoxB {
	width: 14px;
	text-align: left;
	float: left;
}

#callBoxC {
	width: 275px;
	text-align: left;
	float: left;
}

#newSpace {
	width: 550px;
	clear: both;
}
