@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	background-color: #FFFFFF;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32251C;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a, a:link, a:visited {
	color: #3BA0C3;
	text-decoration: underline;
	}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	}
	
hr {
	border: 0;
	height: 1px;
	width: 80%;
	text-align: center;
	color:#999999;
	background-color: #999999;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

h1 {
	padding: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #666666;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}	

h2 {
	padding: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #2D7B9D;
	font-style: italic;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}	



h3 {
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #32251C;
	font-style: italic;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4 {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-style: italic;
}

h5 {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #32251C;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.input {
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	color: #32251C;
}
li {
	color: #32251C;
}


.small {
	font-size: 10px;
}

/* images */
.imgleft {
	float: left;
	margin: 5px;
	}
.imgright {
	float: right;
	margin: 5px;
	}
	
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
form {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}
