.stylepagemain {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	padding-top:0;
	/*background-color:#FBF5A1;*/
	background-color:#ECE6E6;
}
.styletextmain {
    color: #000000;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*background-color:#000000;*/
	background-color:#F6EFD5;
	/*background-image: url('images/background/background_textures_001.jpg');*/
	background-repeat: repeat
}

.styletexthead{
    color: #000000;
	font-size: 45px;
	text-align:center;	
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFFF;
	/*background-image: url('images/background/background_textures_001.jpg');
    background-repeat: repeat*/
}
.styletextnewsborder{
    color: #FFFFFF;
    font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: thin solid #808080;
	border-bottom: thin solid #808080;
	padding: 0in;
}
.styletextnews{
    color: #FFFFFF;
    font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	padding: 0in;
}
.styletablemain {
    color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	margin-top:0;
	padding-top:0;
	vertical-align:top;
	/*background-color:#000000;*/
	background-color:#F6EFD5;	
	margin-left:auto; 
	margin-right:auto;
	border-collapse: collapse;
}
.styletablesub {
    color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0;
	padding-top:0;
	vertical-align:top;
	/*background-color:#000000;*/
	background-color:#F6EFD5;
	margin-left:auto; 
	margin-right:auto;
	border-collapse: collapse;
	/*background-image: url('images/background/background_textures_001.jpg');*/
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
