html{
	height:100%;
}
body{
	font-family:Georgia, Times, serif;
	font-size:small;
	color:#444;	
	background-color:#FFF;
	background:#10120f; /* url(../images/_v_shade_4_bod.png) repeat-y top left; */
}

p,h1,h2,h3,h4,h5,hr,a,ul,li,ol,div,body{
	padding:0;
	margin:0;
	border:0;
}
hr{
	height:1px;
	color:#CCC;
	background-color:#CCC;
	margin:.6em 0 .6em 0;
}
a{
	color:#CC0000;
	text-decoration:none;
}
a:hover{
	color:#FF3300;
	text-decoration:underline;
}
h1{
	font-size:350%;
	color:#FFF;
	font-weight:200;
}
h2{	
	font-weight:200;
	font-size:240%;
	color:#666;
	padding-top:0;
	padding-bottom:.2em;
	margin-bottom:.4em;
	background:url(../images/newsletter_strip.gif) left bottom repeat-x;
}
h3{
	font-size:80%;
	color:#FF3300;
}
h4{
	font-size:130%;
	color:#666;
}
h5{
	font-size:80%;
	color:#666;
	font-weight:100;
}
h6{
	font-size:200%;
	font-weight:100;
	color:#CC0000;
}
input{
	width:100%;
	width:auto;
}
	

tr{
	border-bottom:1px solid #DDD;
}

sup{
	font-size:80%;
}
	
/* test zone */

#NEOS_top:after{
	font-size:10px;
	font-family:arial;
	/* content:"Last Update : August 31st 2008"; */
	color:#DDD;
}
#bg{
	position:relative;
	width:200px;
	height:200px;
}
#solid{
	position:relative;
	top:25px;
	left:25px;
	width:100px;
	height:100px;
	font-size:400%;
	background-color:#009900;
}