body {
	text-align: center;
	padding: 0;
	background-color: #ffffff;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

table {
	background-color: #ffffff;
}

td {
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	margin: 0 10px 0 5px;
}

A:link, A:visited, A:active, A:hover {
	color: #0040b6;
	text-decoration: none;
}

p {
	padding: 0;
	text-align: justify;
}


h2 A:link, h2 A:visited, h2 A:active {
	color: #f67ebb;
}

.indent {
	margin: 0 10px 0 5px;
	text-align: justify;
}


h2 A:hover {
	border-bottom: dotted #f67ebb 1px;
}

h1 {
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-width: 0;
	padding: 0;
	text-align: center;
}
h2 {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border-width: 0;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}

.banner
{
	background-color: #f67ebb;
	width: 400px;
	padding: 5px 0 5px 0;
	margin: 0 auto;
	text-align: center;

}

.img_float_left { float: left; }
.img_float_right { float: right; }

.portrait 
{
border: 1px solid #f67ebb;
margin: 0 15px 15px 0;
padding: 5px;
text-align: center;
width: 235px;
}
.portrait1
{
border: 1px solid #f67ebb;
margin: 0 15px 15px 0;
padding: 5px;
text-align: center;
width: 510px;
height: 330px;
}

.landscape 
{
border: 1px solid #f67ebb;
padding: 5px;
text-align: center;
width: 510px;
margin: 0 15px 15px 0;
}

.landscape1 
{
border: 1px solid #f67ebb;
padding: 5px;
text-align: center;
width: 320px;
margin: 0 15px 15px 0;
}

.clearboth { clear: both; }

ul#navigation
{
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 1px dotted #f67ebb;
}

ul#navigation li a
{
display: block;
width: 5em;
color: #FFF;
background-color: #f67ebb;
padding: .2em 0;
text-align: center;
text-decoration: none;
}

ul#navigation li a:hover
{
color: #FFF;
background-color: #69C;
}

ul#navigation .left { float: left; }
ul#navigation .right { float: right; }

