@charset "UTF-8";

blockquote {
	margin-left: 25px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ul li{
	margin-left: 45px;
	list-style-type:disc;
	line-height: 1.3em;
}

ol {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
ol li{
	margin-left: 25px;
	list-style-type:decimal;
}
dl {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
dl li{
	margin-left: 25px;
	list-style-type:none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	padding-bottom: 1em;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1em;
	margin-bottom:.5em;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}


H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}
H4 {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;	
}

a {
	color: #FFCC66;
	text-decoration: none;
	font-weight: normal;
}

.lvpsWhiteBox a {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
}
a:active {
}
a:visited {
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
}

label {
	display: block;
	margin: 2px;	
}
input {
	display: block;
	margin: 2px;
}
textarea {
	border: 1px solid #999999;
	width: 400px;
}
.input_style {
	border: 1px solid #999999;
	width: 200px;
	padding: 1px;
}

.alert {
	color: #FF0000;
}
