/* Layout Styles */
div.scroll {	
  height: 450px;	
  width: 125px;	
  overflow: auto;	
  border: 1px solid #cccccc;	
  background-color: #ffffff;	
  padding: 2px;
  font-size: xx-small;
}

body {
	margin: 0 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
	font-size:11px;
	background: #d12026;
}


/* Link Styles */
A {
	color: #1e6fb2;
	text-decoration: none;
}


/* Text Styles */
.header1 {
	font-size: 22px;
	font-weight: bold;
	color: #1e6fb2;
}

.header2 {
	font-size: 13px;
	font-weight: bold;
	color: #1e6fb2;
}

.body {
	font-size: 11px;
}

.body2 {
	font-size: 13px;
	font-weight: bold;
}

.item {
	font-size: 9px;
}
