body, p, td, select {
    SCROLLBAR-FACE-COLOR: #0099FF;
    SCROLLBAR-HIGHLIGHT-COLOR: #0099FF;
    SCROLLBAR-SHADOW-COLOR: #CCCCCC;
    SCROLLBAR-3DLIGHT-COLOR: #0099FF;
    SCROLLBAR-ARROW-COLOR: #FFFF00;
    SCROLLBAR-TRACK-COLOR: #FFFF99;
    SCROLLBAR-DARKSHADOW-COLOR: #66633;

    font-family: Times New Roman;
    font-size: 16px;
    color: #0033CC;
    line-height: 120%;
    letter-spacing: 1pt
    
}

select {

	background: #0066FF;
	color: #FFFFFF;
	font-size: 13px;
	/* background-image: none; */
}

input, textarea, radio {
	background: #0066FF;
	color: #FFFFFF;
	border: 1px solid #FFCC00;
	font-size: 13px;
	/* background-image: none; */
}

:link { color: #0066FF; background: transparent; text-decoration: none }
:visited { color: #0066FF; background: transparent; text-decoration: none }
:active { color: #0066FF; background: transparent; text-decoration: none }

a:hover { color: #FFCC00; background: transparent; text-decoration: underline }

a.projectcaption {
	text-align: center;
	font : bold 12pt Arial, Helvetica, sans-serif;
	letter-spacing : 3px;
	margin: 4px;
}

a.projectfoto {
	text-align: center;
	font: 12pt Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 4px;
}

body.paper {
	background-color : #FFF;
	margin : 8px;
}

TABLE.grid{
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #DDD;
}
TABLE.grid TR {
	background-color : #FFF4DE;
}
TABLE.grid TD {
	border : 0;
	margin : 1px;
	padding : 2px;
	font-size: xx-small;
}
TABLE.grid TD.center {
	text-align: center;
}
TABLE.grid TD.right {
	text-align: right;
}
TABLE.grid TD.left {
	text-align: left;
}
TABLE.grid TR.header,  TABLE.grid TH {
	border : 0;
	margin : 1px;
	padding : 2px;
	font-weight: bold;
	text-align : center;
}

TABLE.grid TH.right {
	text-align: right;
}
TABLE.grid TH.left {
	text-align: left;
}
TABLE.grid TH.highlight, TABLE.grid TR.highlight TH {
	background-color: #F5F5F5;
}
TABLE.grid TR.highlight TD {
	background-color: #E8F7F3;
	text-align: center;
}
TABLE.grid TR.highlight TD.left {
	text-align: left;
}
TABLE.grid TR.hidden TD {
	background-color: #EEEEEE;
}
TABLE.grid TR.hidden TD.left {
	text-align: left;
}

table.filter td {
	font-size: x-small;
	padding: 6px;
}
p.price {
	font-weight: bold;
	font-family: verdana, arial;
	text-indent : 0;
	text-align: center;
}
p.img {
	text-indent : 0;
	text-align: center;
}
a.navigation {
	font-weight: bold;
	font-family: verdana, arial;
	font-size: x-small;
	color: #A00;
}

h1 {
	text-align: center;
	font: bold 12pt Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	margin: 4px;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}

@media print {
a.noprint {
   visibility: hidden;
}

div.description, div.description li {
	color: #000;	
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}

