body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-left:0;
	font-size: 10pt;
	line-height: 160%;
	color: #575757;
	background-image: url(assets/spectro_bg_fade.jpg);
	background-position: top;
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

table.bordered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #696969;
	border-top: thin solid Gray;
	border-left: thin solid Gray;
	border-right: thin solid Gray;
	border-bottom: thin solid Gray;
}


td.tdbordered {
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #696969;
	border-top: thin solid Gray;
	border-left: thin solid Gray;
	border-right: thin solid Gray;
	border-bottom: thin solid Gray;
}

li.image {
	list-style-image: url(assets/tick.gif);
}

td.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Red;
	font-weight: bold;
}

td.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #565656;
	font-weight: normal;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: Gray;
	font-weight: bold;
}

.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
}

.newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
}

#container{
	position: absolute;
	height: 100%;
	top: 170px;
	left: 0;
}

#header{
	margin-left: 30px;
	width: 100%;
	overflow: visible;
	z-index: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #CC0000;
}

#intro{
	width: 90%;
	margin-top: 40px;
	margin-left: 30px;
	margin-right: 30px;
	z-index: 1;
}

#news{

}

#footer{
	position: absolute;
	width: 100%;
	overflow: auto;
	z-index: 3;
	bottom: 10px;
}

/*error page styles*/

#errorLogo{
	margin-top: 5px;
	margin-left: 10px;
}

#errorContainer{
	margin-top:90px; 
	width: 100%;
}

.errorText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom:30px; 
	margin-left:auto;
	margin-right:auto;
	width: 70%;  
	text-align: center;
}