* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
	color: #0F8C8C;
  	outline: none;
  	-moz-outline-style: none;

}

a:hover {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: underline;
	color: #0F8C8C;
  	outline: none;
  	-moz-outline-style: none;

}

body {
	font-size: 10pt;
	text-align:center;
	color: #5C5B5B;
	line-height: 1.75em;
}

body,input {
	font-family: Georgia, serif;
}

strong {
	color: #2C2B2B;
}

br.clearfix {
	clear: both;
}

h1,h2,h3,h4 {
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	font-size: 2.25em;
}

h2,h3,h4 {
	color: #2C2B2B;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

img.aligntop {
	margin: 5px 0 20px 0;
}

img.pic {
	padding: 5px;
	border: solid 1px #D4D4D4;
}

p {
	margin-bottom: 1.5em;
}


#box {
	width: 255px;
	margin: 5px auto 0 0;
	overflow: hidden;
	margin-bottom: 0em;
}

