body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}


a:link {
	color: #4A84FF;
	text-decoration:none;
	letter-spacing: 1px;
}
a:visited {
	color: #4A84FF;
	text-decoration:none;
}
a:hover {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; */
	color: #FFFF66;
	text-decoration:none;
	/* letter-spacing:1px; */
	/* background-color: #CCCCCC; */
}
a:active {
	color: #FF0000;
	text-decoration:none;
}

/* a.menu_link:link {
   color:#FF9900;
}
a.menu_link:visited {
	color: #FFCC00;
	text-decoration:none;
}*/

a.ref:hover {
	color: #0000FF;
	text-decoration:none;
}

img.logo {
	margin-top: 80px;
}

.subheadline {
	text-align: right;
	font-weight: normal;
	line-height: 18px;   
   margin-bottom: 20px;
}

h1 {
   margin-top: 20px;
   margin-bottom:10px;
	font-size: 20px;
}

h2 {
	font-size: 16px;
   margin-bottom:7px;
}


table.menu {
	margin-top: 20px;
}

td.inactive_menu {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	margin: 10px;
	margin-left: 20px;
	padding: 0px;
	color: #AAAAAA;
	width:125px;
	height:39px;
	background-image:url(images/inactive_button_bg_pale.jpg);

	/* padding-left: 12px;
	padding-right: 12px; 
	background-color: #CCCCCC; */
}

td.active_menu {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	margin: 10px;
	margin-left: 20px;
	padding: 0px;
	color: #AAAAAA;
	width:125px;
	height:39px;
	background-image:url(images/active_button_bg_glow.jpg);

	/* padding-left: 12px;
	padding-right: 12px; 
	background-color: #CCCCCC; */
}

td.menu_picture {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	margin: 10px;
	margin-left: 20px;
	padding: 0px;
	color: #AAAAAA;
	width:125px;
	height:39px;

	/* padding-left: 12px;
	padding-right: 12px; 
	background-color: #CCCCCC; */
}


/* horizonale rule */
table.hr {
	background-color: #999999;
	margin-top: 8px;
	margin-bottom: 8px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
   margin-left:15px;	
   margin-right:20px;	
}

table.desc {
   background-color: #FED842;
}
  
td.desc_header {
	text-align: left;
	vertical-align: top;
	background-color: #FFCC00;
	color:#333333;
	font-weight:bold;
	padding:2px;
	/*border-left-style:dashed;
	border-right-style:dashed;
	border-top-style:dashed;*/
	border-style:dashed;
	border-width:1px;
	border-color:#000000;
}

table.desc td {
	text-align: left;
	vertical-align: top;
	background-color: #FFFF99;
	color:#333333;
	padding:3px;
	border-style:solid;
	border-width:1px;
	boder-collapse:collapse;
	border-color:#333333;
}

td.desc_subheading {
	text-align: center;
	vertical-align: top;
	background-color: #FFCC00;
	color:#333333;
	font-weight:bold;
	padding:2px;
	/*border-left-style:dashed;
	border-right-style:dashed;
	border-top-style:dashed;*/
	border-style:dashed;
	border-width:1px;
	border-color:#000000;
}

table.desc td.desc_block_separator {
	text-align: center;
	vertical-align: top;
	background-color: #FFCC00;
	color:#333333;
	font-weight:bold;
	padding:2px;
	/*border-left-style:dashed;
	border-right-style:dashed;
	border-top-style:dashed;*/
	border-style:none;
	border-width:1px;
	border-color:#000000;
}

table.email_form {
}

table.email_form td {
   color:#000000;
   padding: 3px;
}

table.email_form tr.odd {
   background-color: #FFCC00;
}

table.email_form tr.even {
   background-color: #FF9900;
}

table.fotos {
   /*
   border-width:1px; 
   border-style:dotted; 
   border-color:#eeeeee;
   */
}

table.fotos td {
}


input.send_email {
   background-color: #FFCC00;
   border-color: #FF9900;
}

p.contact {
   color: #FF9900;
}

p.contact td {
   color: #FF9900;
}

