﻿/*25-01-2005*/

 body {
	margin-top : 10px;
	margin-left : 0px;	
	margin-bottom : 0px;
	margin-right : 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #8C8755;
	scrollbar-3dlight-color: #B9B48C;
	scrollbar-darkshadow-color: #8C8755;
	scrollbar-track-color: #DAD7C2;
	scrollbar-arrow-color: #DAD7C2;
}
td.vista {
	border: 1px solid #666666;
	background-color : Black;
}
td.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
td.navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
}
td.tabledtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	padding-top : 2px ;
	padding-left : 2px ;
	padding-right : 2px ;
	padding-bottom: 2px ;
	
}
td.portfoliocontent {
	border: 1px solid #cccccc;
	padding: 10px;
}
td.redblock {
	background-color : #880000;
	border-top : 1px solid #333333;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
	border-bottom : 1px solid #333333;
	}
	td.whiteblock {
	background-color : #F0F0F0;
	border-top : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	border-bottom : 1px solid #CCCCCC;
	}
td.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #ffffff ;
	letter-spacing : 2px;
	background-color : #880000;
	border-top : 1px solid #333333;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
	border-bottom : 1px solid #333333;
	}
	td.navigation {
	background-color : #ffffff;
}
td.wisewords {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
	background-color : #ffffff;
	padding-top: 15px;
	vertical-align : bottom;
}
	td.leftgrey {
	background-color : #E4E4E4;
	border-top : 1px solid #666666;
	border-left : 1px solid #666666;
	border-right : 1px solid #666666;
}
h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #990000;
	font-weight : bold;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	font-weight : bold;
}
ul {
	text-align : left;
}
li {list-style-image : url(images/bullet_fill.jpg);}

/*FORM*/
INPUT, TEXTAREA 
 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	background-color: #FAFAFA;
	
}

/* LINKS  main*/

A.main, A:ACTIVE.main, A:FOCUS.main, A:LINK.main, A:VISITED.main {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #880000;
	text-decoration : none;
	font-weight : bold;
}
A:HOVER.main {
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}
A.main2, A:ACTIVE.main2, A:FOCUS.main2, A:LINK.main2, A:VISITED.main2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #666666;
	text-decoration : none;
	font-weight : bold;
}
A:HOVER.main2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	color : #880000;
	text-decoration : none;
	font-weight : bold;
}
/* LINKS  general*/

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #840000;
	text-decoration : none;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #840000;
	text-decoration : underline;
}
A.footer, A:ACTIVE.footer, A:FOCUS.footer, A:LINK.footer, A:VISITED.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #DED6B6;
	text-decoration : none;
}
A:HOVER.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #DED6B6;
	text-decoration : underline;
}

/* teaser text*/

td.teaserhead {
	border: 1px solid #cecece;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #999999;
	padding: 3px;
	background-color : #F8F8F8;
}
td.teaserbody {
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
	padding: 3px;
}
td.newshead {
	border-bottom: 1px dashed #cecece;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	color : #333333;
	padding-bottom: 3px;
}