/* customed by animaz */


html {
	background-image: url(../images/bg.gif);
}

td hr {
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #330000;
}

table.entries {
	color : #330000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_patt.gif);
	border: 1px solid #330000;
	background-color: #FFCC99;
}

textarea {
	color: #330000;
	background-color: #fff; /*rosa no IE #ffe3c7*/
	background-image: url(../images/bg_txtarea.gif);
}

table a:link, table a:visited {
	color: #330000;
	font-weight: bold;
}

table a:hover {
	color: #FFFFCC;
}

img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#head_article {
	background-color: transparent;
	background-image: url(../images/bg_patt.gif);
	padding: 10px;
	margin-right: 24px;
	margin-left: 24px;
	border: 1px solid #663300;
	font-style: italic;
	margin-bottom: 20px;
}
#head_article h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 14px;
	color: #663300;
	margin-top: 5px;
	font-size: 22px;
	margin-bottom: 5px;
}
#head_article p {
	margin-top: 8px;
	margin-bottom: 5px;
}
#head_article small {
	font-size: 14px;
}
#head_article a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #663300;
}
#head_article a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #663300;
}
#head_article a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFCC;
}

/*p input {
	background-color: #663300;
	color: #FFCC66;
	padding: 2px;
}

#input {
	background-color: #FFFFCC;
	font-size: 12px;
	color: #330000;
}

textarea {
	color: #330000;
	background-color: #FFFFCC;
}*/

td input.yellow {
	background-color: #FFFFCC;
}
td input {
	background-color: #FFFFFF;
	background-image: url(../images/bg_txtarea.gif);
}

p.nav {
	/*border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC66;
	border-bottom-color: #FFCC66;*/
	text-align: center;
	padding-top:3px;
	padding-bottom:3px;
}

p.nav a:link, p.nav a:visited {
	color: #FFFFCC;
}

p.nav a:hover {
	color: #330000;
}

/* default stuff */
body, td {
	color : #330000;
	/*background-color: White;*/ /* NEW IN 1.5 */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left; /* NEW IN 1.5 */
}

td.upper {
	color : #FFFFCC;
	background : #663300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #663300;
}

.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
}

/*table.entries {
	color : #330000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	BORDER-RIGHT: #330000 1px solid;
	BORDER-LEFT: #330000 1px solid;
	BORDER-TOP: #330000 1px solid;
	BORDER-BOTTOM: #330000 1px solid;
}*/

a {
	color : #FFCC66;
	text-decoration : underline;
}

a:hover {
	color : #330000;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #FFCC66;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

/*input {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#330000;
	background-color:#FFFFCC;
}*/

hr {
	color: #FFCC66;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */
div.centered {
	text-align: center;
}

div.centered table {
	margin: 0 auto; 
	text-align: left;
}
.FFFF99 {
	color: #FFCC99;
}
.alert {
	color: orange;
	text-transform: uppercase;
}
