::-moz-selection{
	background:#FFDE2E;
	color:black;
}

::selection {
	background:#FFDE2E;
	color:black;
}

BODY {
	background: #FFDE2E;
	font-family: optima,andale mono,trebuchet ms,verdana,arial; 
	font-size:9pt;
	color: #FFDE2E;
}

h1, h2 {
	font-size: 10pt;
}

table {
    border-spacing:1px;
    padding: 3px;    
}

table.full {
    width:100%;
}

tr.pict {
    height:300px;
}

tr.title {
    height:80px;
}

td {
	font-size:8pt;
}

td.pict {
    width:390px;    
    vertical-align:bottom;    
}

td.title {
    vertical-align:bottom;    
}

td.space {
    width:70px;
}

td.right {
    text-align: right;
}

font.tiny {
	font-size: 7pt;
}

:link {
	COLOR: #FFDE2E;
	text-decoration: none ;
}
:visited {
	COLOR: #FFDE2E;
	text-decoration: none ;
}
:active {
	COLOR: #FFDE2E;
	text-decoration: none ;
}
:hover {
	COLOR: grey;
	text-decoration: none ;
}

font.strike {
	text-decoration: line-through;
}

