@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
	line-height: 140%;
	background-color: #0081EA;
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
p, td, li {
	font-size: 16px;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding: 0px;
}

a:link {
	color: #000066;
	text-decoration: underline;
	}
a:visited {
	color: #0033CC;
	text-decoration: underline;
	}
a:hover {
	color: #990000;
	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: #000066;
	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: #000066;
	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: #990000;
	font-style: italic;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	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;
}
h6 {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #32251C;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.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;
	}
input, textarea, select {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000066;
}
