div, p, td, tr, li, ul {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10pt;
	color : #663333;
	font-style : normal;
}

a:hover { 
	color: #CC9966;
}

h1 {
	font-family : Arial, Verdana, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #660033;
}

h2 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #999966;
}

h3 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
}

li {
	list-style-image: url("/images/li.gif")
}

hr {
	height : 1px;
	color : #999999;
}

.border {
	border-color : #660033;
	border-style : solid;
	border-width : 1;
}

.odd { background-color: #F0F0DE; }

.even { background-color: #E3E3CB; }

.title {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10pt;
	color : #EFE3C0;
	font-weight : bold;
	background-color : #660033;
}

#required {
	border-left: 3px solid #660033;	
}

.small {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8.5pt;
}

.footer {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 7.5pt;
	color : #990033;
}

.smallblack {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8.5pt;
	color : #000000;
}

.smallgreen {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8.5pt;
	color : #666633;
	font-weight : bold;
}
	
.forminput {
	border: 1px solid;
	border-color: #660033;
	background: #EFE3C0;
	font-family : Arial, Verdana, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

.formmargin {
	margin-bottom : 0px;
}

.imgout {
	border: 0;
	filter: alpha(opacity=70);
	margin: 0;
	padding: 0;
}

.imgover {
	border: 0;
	margin: 0;
	padding: 0;
}

/*MENU STUFF*/

TABLE.MENU  {
	border-color : #CCCC99;
	border-style : solid;
	border-width : 1;
	background-color : #F9F9F0;
}

TABLE.menuunder {
	background-image : url("/images/menu_under_08.gif");
	background-repeat : no-repeat;
	background-position: top;
}

.menu {
	font-family : Trebuchet MS, Arial, sans-serif;
	font-size : 8.5pt;
	color : #660033;
	font-weight : bold;
	line-height:22px;
	display:block;
	text-decoration:none;
	padding-left:10px;
}

a.menu:hover {
	color : #666633;
}

TD.ENOTECA  {
	padding-bottom : 4px;
	padding-left : 20px;
	padding-top : 11px;
	font-size : 8.5pt;
	border-color : #660033;
	border-style : solid;
	border-bottom-width : 0;
	border-left-width : 1;
	border-right-width : 0;
	border-top-width : 0;	
	background-color : #F0F0DE;
}

TD.ENOTECA P, DIV {
	font-size : 8.5pt;
}

