html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul,ol {
	list-style: none;
}
fieldset,img {
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
body {
	background: #485793 url(../images/bkg-01.jpg) repeat-x;
}
h1 {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: -0.2em;
	margin-top: 1.4em;
	color: #485793;
}
h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #485793;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #485793;
	line-height: 1.6em;
}
h4 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
	line-height: 1.5em;
}
h5 {
	font-size: 1.1em;
	color: #333333;
	line-height: 1.6em;
}
h6 {
	font-size: 1em;
	color: #333333;
	line-height: 1.3em;
}
p {
	margin-top: 1em;
	margin-bottom: 0.7em;
	line-height: 1.3em;
}
a:link, a:visited, a:active {
	color: #485793;
	text-decoration: none;
}
a:hover, a.current:link, a.current:visited {
	color: #485793;
	text-decoration: underline;
}
.Bold {
	font-weight: bold;
}
.Italic {
	font-style: italic;
}
.Indent-20px {
	margin-left: 20px;
}
.Indent-40px {
	margin-left: 40px;
}
.BulletList-Circle01 {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: circle;
}
.BulletList-Disc01 {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: disc;
}
.BulletList-Square01 {
	margin-left: 40px;
	list-style-position: outside;
	list-style-type: square;
}
.Copy02 {
	font-size: .9em;
}
.Copy03 {
	font-size: .85em;
}
.Clear {
	clear: both;
}
#divClearer {
	line-height: 0px;
	clear: both;
	height: 0px;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.ul.BulletList-01 {
	margin-left: 15px;
	list-style-position: inside;
	list-style-type: square;
}
