* 		{ /* style reset - optional */
		margin: 0;
		padding: 0;
		}

html		{
		background-color: #336699;
		height: 100%;	
		}

body		{
		min-height: 100%;
		width: 50em;
		margin: 0 auto; /* center */
		padding: 0.3125em;
		background-color: #ccc;
		font-family: sans-serif;
		font-weight: 100;
		}

hr		{
		width: 100%;
		height: 0.06em;
		background: 000;
		margin: 0em;
		}

#main		{
		min-height: 100%;		
		}

.imgPort	{
		margin-left: 6.25em;
		margin-top: 1.25em;
		margin-bottom: 0.625em;
		border: none;
		}

h1		{
		text-transform: uppercase;
		font-size: 3em;
		}


h2		{
		text-transform: uppercase;
		margin: 0 0.125em 0 0.125em;
		font-size: 1.25em;
		}

h2.section	{
		font-size: 0.9375em;
		}

h3		{
		margin-left: 8.6em;
		font-size: 0.75em;
		font-weight: normal;
		}

h3.big		{
		margin-left: 6.25em;
		font-size: 0.75em;
		text-transform: uppercase;
		}

h3.detail	{
		margin-left: 9.375em;
		margin-bottom: 0.625em;
		font-size: 0.75em;
		}
h3.strike
		{
		text-decoration: line-through;
		margin-left: 8.6em;
		font-size: 0.75em;
		font-weight: normal;
		}

h4		{
		margin-left: 10.3em;
		margin-top: 1.25em;
		font-size: 0.625em;
		}

ul		{
		list-style-type: circle;
		margin-left: 0.9375em;
		margin-top: 0px;
		margin-bottom: 0px;
		}

a:link 		{
		color: #000000; border-width: 0px; text-decoration: none;
		}

a:active	{
		color: #000000; font-weight: bold;
		}

a:visited	{
		color: #000000; text-decoration: none;
		}