/* CSS Document */
a, p, td, th, ul, li, h1, h2, h3, h4, h5, h6, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	font-size: smaller;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(assets/bg.gif);
	background-color: #FFFFFF;
	overflow: auto;

}
p {
	font-size: 100%;
}
h1 {
	font-size: 180%;
	font-weight: bold;
	color: #CC2030;
	margin-bottom: 0px;

}
h2 {
	font-size: 160%;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #32338D;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	color: #444444;
}
h5 {
	font-size: 90%;
	font-weight: bold;
	color: #2222222;
}
h6 {
	font-size: 80%;
	font-weight: bold;
	color: #1111111;
}
ul {
	list-style-type: square;
	font-size: larger;



}
td {
	vertical-align: top;

}
th {
	text-align: right;
}
sup {
	padding-top: 4px;
}
input, textarea {
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 3px;

}
