﻿BODY {
 	bgcolor:#666666; 
 	topmargin:0; 
 	leftmargin:0; 
 	rightmargin:0; 
 	bottommargin:0;
 	marginwidth:0; 
 	marginheight:0;
 	link:#333333; 
 	vlink:#333333;
 	alink:#333333; 
 	text:#333333;
	SCROLLBAR-FACE-COLOR: #999999; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #999999; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	Background-color: #999999;
	background-image:url("img/bg.gif");
	background-repeat:repeat-x;
}

.style2 {
				border-width: 0px;
}
.style3 {
				text-align: center;
}
.style4 {
				background-image: url('img/menu.gif');
}
.style5 {
				text-align: center;
				background-image: url('img/menu1.gif');
}

.wrapper {
	width: 950px;
	margin: 0 auto;
}
.demo {
	width: 100%;
	height: 100%;
	text-align: center;
	float: left;
}
.demo img {
	border: 5px solid #EEEEEE;
	margin: 0 1px;
	padding: 1px;
}
a {
	text-decoration: none;
	color: #0985B4;
}
h1 {
	text-align: center;
	border-bottom: 2px solid #eee;
	padding: 0.5em;
}
h2 {
	color: #D0491C;
	font-family: Geneva,Helvetica,Arial,sans-serif;
	font-size: 9pt;
	text-align: center;
	font-weight: normal;
	margin: 0pt 0pt 15px;
}
#footer {
	border-top: 2px solid #eee;
	font-weight: bold;
	padding: 0.5em;
	text-align: right;
	color: #999;
}