body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	background: #ededed url(../images/layout/bodybg.jpg) top repeat-x;
}
html {
	min-height: 100%; 
	margin-bottom:1px;
	overflow-y:scroll;
}

hr {
	border: none 0; 
	border-top: 1px solid #CCC;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

blockquote {
	border:1px solid #CCC;
	padding:10px;
	margin:5px 20px 20px 20px;
	font-size:14px;
	font-style:italic;
	color:#000;
}

a {
	text-decoration:none;
	color:#03C;
}

a:hover {
	text-decoration:underline;
}


a img {
	border:none;
}

ul, li {
	font-size:12px;
}
ul {
	margin-bottom:15px;
}
li {
	margin-bottom:5px;
}
table, th, td {
	font-size:12px;
}

p {
	margin:0 0 15px 0;
	padding:0;
	font-size:12px;
	color:#333;
	line-height:140%;
}

form {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5 {
	margin:0 0 15px 0;
	padding:0;
	font-weight:bold;
	color:#005f6f;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color:#005f6f;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color:#000;
}

h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;

}
h4 {
	font-size:13px;
}
h5 {
	font-size:12px;
}
