/* CSS RESET */


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
	border-width:0;
}
img { 
	border:0;
}

ol {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1 {
	font-weight: lighter;
	font-size: 2.8em;
	margin-bottom: 14px;
	color: #dedede;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #363636;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 1.2em;
	margin-top: 12px;
	margin-bottom: 16px;
	color: #707070;
}
h3 {
	font-weight: lighter;
	font-size: 14px;
	margin-bottom: 20px;
}
h4 {
	font-weight: lighter;
	font-size: 14px;
	margin-bottom: 20px;
}
p {
	/*font-weight: lighter;*/
	font-size:1.1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1em;
	line-height: 1.6em;
	color:#363636;
}
abbr,acronym { border:0;
}
a:link, a:visited {
	color: #5190cd;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	color: #5190cd;
	text-decoration: underline;
}


hr {
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 1px;
}
