/*
 * Powered by iCream
 * Email:smallcream@gmail.com
 * Mobile:13915011303
 * Copyright (c) 2005 by iCream@2007
 */
 
 @import url(header.css);
 @import url(middle.css);
 @import url(footer.css);
 @import url(content.css);
 
 
body{
	background:#f3f3f3;
	color:#444444;
	font-family:Arial,Verdana,sans-self;
	font-size:12px;
	line-height:1.5em;
	margin:0px;
	padding:0px;
}
 
form{
	margin:0px;
	padding:0px;
}

h1{
	font-size:22px;
	margin:0px;
	color:#FF0000;
	font-weight:normal;
}

h2{
	font-size:20px;
	margin:0px;
	color:#FF0000;
	font-weight:normal;
}

h3{
	font-size:18px;
	margin:0px;
	color:#007DA4;
	font-weight:normal;
}

.hrline{
	margin:0px;
	padding:0px;
	padding-bottom:5px !important;
	padding-bottom:0px;
	width:510px;
	height:3px;
	border:0px;
	background:url(../images/hr-line.gif) no-repeat;
}

a{
	color:#0099FF;
	text-decoration:none;
}

a:hover{
	color:#05D6FC;
	text-decoration:underline;
}

p{
text-indent:20px;
}

.more2{
	list-style:none;
	float:right;
}

img{
	border:0px;
}
