﻿
/* medium.css for screen width>=1024 */

body { background-color: #FFFFCC; margin-left: 48px; margin-right: 48px;}

.floatright {
  float : right;
}

.floatleft {
  float : left;
  margin-right : 8px;
}

.blueback {background-color: #0000ff;}

.Title {
	font-size:xx-large;
	font-family: "Verdana";
	font-weight:bold;
	}

.MsoEnhance {
	text-align : left;
	font-size: 120%;
	font-family: "Georgia";
	}
	
.MsoLarger {
	text-align : left;
	font-size: 100%;
	font-family: "Georgia";
	}
	
.MsoResize {
	text-align : left;
	font-size: 100%;
	font-family: "Georgia";
	}	

.MsoNormal {
	text-align : left;
	font-size: 90%;
	font-family: "Georgia";
}

.GAHeading {
	text-align : right;
	font-size: 80%;
	font-family: "Verdana";
}





