*{
	padding:0;
	margin:0;
	list-style:none;
}
body {
/*	background-color: #e8f1fe; */
/*	background-image: url(../../images/v1/bg.jpg);
	background-repeat: repeat-x; */
	background-color: #ffffff;
	font-size: 12px;
	line-height: 150%
}
img {
	border: 0px;
}
a:link{
	text-decoration: underline;
	color: #3a4c96;
}
a:visited{
	text-decoration: underline;
	color: #3a4c96;
}
a:hover{
	text-decoration: underline;
	color: #01850d;
}
a:active{
	text-decoration: underline;
	color: #3a4c96;
}
h1 {
	font-size: 14px;
	color: #000000;
	line-height: 200%;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	line-height: 200%;
}
h3 {
	font-size: 14px;
	color: #000000;
	line-height: 200%
}
h4 {
	font-size: 16px;
	font-weight:bold;
	color: #666666;
	line-height: 200%;
}
h5 {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 200%;
}
#loading {
	position:absolute;
	width:209px;
	height:24px;
	z-index:1;
	left: 2px;
	top: 2px;
	background-color:#FFCC99;
	display:none;
}


