* {
	margin: 0;
	padding: 0;
}

body {
	background: #E5E9E9;
	color: #2f2f2f;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
}

a {
	color: #008eec;
	text-decoration: none;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

a img {
	border: 0;
}

:focus {
	outline: 0;
}

/* Heading */
h1,h2,h3,h4 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	margin-bottom: .5em;
	color: #253033;
	font-size: 1.25em;
}

h4 {
	color: #494848;
	font-size: 1.05em;
}

h5 {
	font-size: 1.05em;
}

h6 {
	font-size: 1em;
}

h1 a,h1 a:hover,h2 a,h2 a:hover,h3 a,h3 a:hover,h4 a,h4 a:hover {
	font-weight: normal;
}

/* Table */
th {
	padding: 0;
	text-align: left;
}

td {
	padding: 0;
}

table {
	background: #fff;
	border-collapse: collapse;
}

caption {
	background: url("../../imgs/bg/caption.gif") repeat-x #000;
	padding: 6px 14px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	text-shadow: 1px 1px 1px #333333;
}

/* Paragraph */
p,address {
	margin-bottom: .5em;
}

address {
	font-style: normal;
}

cite {
	font-style: normal;
	font-size: 10px;
}

q:before,q:after {
	content: '';
}

/* Lists */
ul,ol {
	list-style: none;
}

dt {
	display: block;
}

/* Size */
small {
	font-size: .9em;
}

big {
	font-size: 1.25em;
}