body {
	background-color: gray;
	font-family: tahoma;
	font-size:12px;	
}
.invisibletbody {
	font-family: tahoma;
	font-size: 12px;
}
.head1 {
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #0099CC;
}
a:link, a:visited {
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	color: #003366;
}
a:hover {
	color:#00CCFF;
	font-weight: 300;
	text-decoration: none;
	font-size: 13px;
	}
ul {
	font-family: Tahoma;
	font-size: 11px;
}
.footer2 {
	font-size:9px;
}

.collapsible {
          display: none; /* Only important part */ /*collappsible panel */
          border: dashed 1px silver;
          padding: 5px;
}

.header{ height:162px; background:url(images/header.png) no-repeat; background-position: center;}

.content{
	width: 721px;
	background: #FFFFFF repeat-y center;
	border: 1px #FFFFFF;
}

.footer { height:70px; background:url(images/footer.png) no-repeat; background-position: center;}

