html {
	height: 100%;
}

body { 
	margin-top: 0;
	background-color: #FFFFFF;
	min-height: 101%; 	
 	background-image: url(../images/bg.gif); 
 	background-repeat: repeat;
 	background-position: top left;
}

.imgborder { 
 	border: 1px solid #000000; 
} 

#content img {
	border: 1px solid #000000; 
}

		
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}

.pointtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F67A00;
}


a {
	font-size: 12px;
	color: #F67A00;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
}

a:visited {
	color: #F67A00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #F67A00;
	text-decoration: none;
}


