@charset "utf-8";
* {
		margin: 0px;
		padding: 0px;
}
body {
		font: 10px Arial, Helvetica, sans-serif;
		background: #DADADA;
}

p {
                color: #A22234;
		text-align: justify;
		margin: 0px 0px 10px;
}

a {
		color: #A22234;
		font-weight: bold;
		text-decoration: underline;
}
a:hover {}

ul {
		margin: 10 0;
		list-style: circle;
		background: #FFFFFF;
		border: 1px solid #286D5D;
		padding: 10px 10px 10px 30px;
		font-weight: bold;
}

li { padding: 0px 0px 10px; }

h1 {
		text-transform: uppercase;
		font: 20px "Trebuchet MS";
		border-bottom: 2px solid #286D5D;
		color: #286D5D;
		margin-bottom: 10px;
}

h2 {
		text-transform: capitalize;
		color: #941C28;
		font-size: 15px;
}

h3 {

}
H4 {
		border-bottom: 1px solid #A22234;
		margin-bottom: 5px;
}


table, td, tr { vertical-align: top;}

th {
		background: #891625;
		color: #FFFFFF;
		font-size: 12px;
		padding: 5px;
}
.thumb { border: solid 1px #000000; margin: 0 5px 5px 5px;}
.center { display: block; margin: 5px auto;}
