a, a:link, a:visited {
	color: #6699FF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

img {
	border: 0;
}


h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	color: #111;
	line-height: normal;
}

h2{
	line-height: 150%;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #111;
}

p{
	line-height: 150%;
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#ContentFrame{
	width: 610px;
	background-color: #CCC;
}

#imagesquare{
	height: 100px;
	width: 100px;
}

#contentwrapper {
	background-color: #FFF;
	min-height: 19em;
}

div.textwrapper {
	padding: 0.5em 2.5em 1em 2em;
	text-align: left;
}

#contentwrappertransp {
	text-align: left;
	padding: 0.5em 2.5em 1em 2em;
	text-align: left;
}

#contentwrappertransp a {
	color: #FFF;
	text-decoration: none;
}

#contentwrappertransp H1 {
	color: #FFF;
}
	
