div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #998800;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #998800;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #998800;
}

a:link{
	color: #666666;
	text-decoration: none;
 }
 
a:visited{
	color: #666666;
	text-decoration: none;
}

a:visited:hover{
	color: #666666;
	text-decoration: underline;
}

a:hover{ 
	color: #666666;
	text-decoration: underline;	
 }
 
a:active {
	color: #666666;
	text-decoration: none;
}

html,body,#flashcontent { 
        height:100%; 
        }

BODY {
	SCROLLBAR-3d-light-color: #0859A6;
	SCROLLBAR-ARROW-COLOR: #44A928;
	SCROLLBAR-BASE-COLOR: #0859A6;
	SCROLLBAR-dark-shadow-color:;
	SCROLLBAR-FACE-COLOR:; 
	SCROLLBAR-HIGHLIGHT-COLOR:; 
	SCROLLBAR-SHADOW-COLOR:; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 

	background-color: #FFFFFF;
	
	margin:0; 
    padding:0;
}

.photoframe {
	border: 1px solid #000000;
 }

.photoframeLeft {
	float: left;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-right: 10px;
	margin-bottom: 10px;
 }

.photoframeRight {
	float: right;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
 }

