/* Baseline Style Sheet */

body	{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12pt; 
	margin:0;
	padding:0;
}

#container	{
	position:relative;
	width:767px;
	margin:0 auto;
	text-align:left;
}
		
img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}

td, th {
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.right {
	text-align: right;
}

h1, h2, h3, h4, h5, ul, li, ol, fieldset, form, p, dl, dd, dt {
	margin:0;
	padding:0;
	line-height:1.2em;
}

ul, ol	{
	margin-left: 1em;
	}

li	{
	list-style-type:square;
	}

h2	{
	font-size:120%;
	}	