/* Body Properties */
body {
	color: #E1D6D6;
	background-color: #000000;
	font-family: Trebuchet MS, Trebuchet, Arial; Helvetica, Verdana;
	margin-top: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px
}

/* Main Template Table Properties */
.mainTemplateTable {
	border-top: solid 4px #ffffff;
	border-right: solid 4px #ffffff;
	border-bottom: solid 4px #ffffff;
	border-left: solid 4px #ffffff;
}

.headerTemplateTable1 {
	background-image: url("/images/template/header/desertlab1.jpg");
	position: relative;
	background-position: top 1px left 1px;
	background-repeat: no-repeat;
}
.headerTemplateTable2 {
	background-image: url("/images/template/header/desertlab2.jpg");
	position: relative;
	background-position: top 1px left 1px;
	background-repeat: no-repeat;
}

a:link 		{color: #dd0000; text-decoration: none;}
a:visited 	{color: #dd0000; text-decoration: none;}
a:hover 	{color: #ffffff; text-decoration: none;}
