body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	/* height: 100%; */
	background: #DFD7D2;
	}


a:link, a:visited {
	color: Gray;
	text-decoration: none;
}


a:hover {
	color: #FF8000;
	text-decoration: underline;
}



/*  +-------------------------------------------------------------------------+
    | List                                                                    |
    +-------------------------------------------------------------------------+ */
ul.compact {
	margin-top: 2px;
	margin-bottom: 0px;
	list-style: square;
}



/*  +-------------------------------------------------------------------------+
    | Image                                                                   |
    +-------------------------------------------------------------------------+ */
img.align {
	vertical-align: middle; 
}


img.space {
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}



/*  +-------------------------------------------------------------------------+
    | Table                                                                   |
    +-------------------------------------------------------------------------+ */
table.fullheight {
	height: 100%;
}

td {
	/* Default font */	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
}

/*  +-------------------------------------------------------------------------+
    | Font size                                                               |
    +-------------------------------------------------------------------------+ */
p {
	margin-top: 0px;
	/* margin-bottom: 10px; */
}

h1 {
	font-size: 19px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #F5862A;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}

strong {
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* margin-bottom: 2px; */
	/* color: Navy; */
	font-weight: bold;
}

.small {
	font-size: 10px;
}
