/* CSS Document */
a, p, td, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: smaller;

}

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
p {
	font-size: 100%;

}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: #5293BA;
	margin-bottom: 0px;
	padding-left: 12px;

}
h2 {
	font-size: 130%;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	color: #990000;

}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
}
h6 {
	font-size: 100%;
	font-weight: bold;
	color: #006633;
}
ul {
	margin-right: 12px;
	margin-left: 24px;
}
td {}
sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;

}
textarea {overflow:auto;}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	list-style-type: decimal;

}
hr {
	background-color: #6699CC;
	height: 5px;
	width: 100%;
}
li {
	list-style-type: square;
}
