@charset "UTF-8";
/* CSS Document */

body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#fff;
		min-width:955px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:11px;
		line-height: 16px;
		text-decoration: none; 
		font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	}
	
p {
		margin:0 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 16px;
		padding-left: 10px;
		padding-right:10px;
		padding-bottom:7px;
		}
		
h1 {
		margin:0 0 0 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		text-decoration: none; 
		font-size: 11px;
		line-height: 14px;
		padding-left: 10px;
		padding-right:10px;
		padding-bottom:4px;
		}
		
	a:link {
		background-color : transparent;
		color : #666;
		text-decoration: none;
		font-size: 10px;
		}
	a:visited {
		background-color : transparent;
		color : #666;
		text-decoration: none;
		font-size: 10px;
		}
	a:hover {
		background-color : transparent;
		color : #000;
		text-decoration: underline;
		font-size: 10px;
		}	
	a:active {
		background-color : transparent;
		color : #666;
		text-decoration: none;
		font-size: 10px;
		}	
	a:visited:hover {
		background-color : transparent;
		color : #000;
		text-decoration: underline;
		font-size: 10px;
		}	
	a:visited:active {
		background-color : transparent;
		color : #666;
		text-decoration: none;
		font-size: 10px;
		}	

.magenta12 {  
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 12px; color: #000000; 
	text-decoration: none; line-height: 16px
}
.magenta {  
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 11px; color: #000000; 
	text-decoration: none; line-height: 16px
}
.magenta a:link {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #000000;
	text-decoration: none;
}
.magenta a:hover {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #000000;
	text-decoration: none;
}
.magenta a:active {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #999999;
	text-decoration: none;
}
.magenta a:visited {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #000000;
	text-decoration: none;
}
.magenta a:visited:hover {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #000000;
	text-decoration: none;
}

.lmagenta {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px; color: #666666; text-decoration: none; line-height: 13px; padding-left: 10px}
a.lmagenta:link {  text-decoration: none; color: #666666}
a.lmagenta:hover  {	text-decoration: underline; color: #000000}
a.lmagenta:active  {  text-decoration: none; color: #000000}
a.lmagenta:visited {  text-decoration: none; color: #000000}
a.lmagenta:visited:hover { text-decoration: underline; color: #000000}
a.lmagenta:visited:active  {  text-decoration: none; color: #000000}

.xmagenta {  font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; font-size: 10px; color: #000000; text-decoration: none; line-height: 13px}
a.xmagenta:link {  text-decoration: none; color: #666666}
a.xmagenta:hover  {	text-decoration: underline;	color: #000000}
a.xmagenta:active  {  text-decoration: underline; color: #000000}
a.xmagenta:visited {  text-decoration: none; color: #000000}
a.xmagenta:visited:hover { text-decoration: underline; color: #000000}
a.xmagenta:visited:active  {  text-decoration: underline; color: #000000}


.class2 {  
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; 
	font-size: 10px; color: #000000; 
	text-decoration: none; line-height: 13px
}
.class2 a:link {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #CCCCCC;
	text-decoration: none;
}
.class2 a:hover {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #000000;
	text-decoration: none;
}
.class2 a:active {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #999999;
	text-decoration: none;
}
.class2 a:visited {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #CCCCCC;
	text-decoration: none;
}
.class2 a:visited:hover {
	background-color : transparent;
	color : #000000;
	border-bottom : 1px solid #000000;
	text-decoration: none;
}

.heading {
  clear:both;
  float:left;
  width:100%;
  text-align: left;
  padding: 0;
  margin:0;
}

  
.left {
  float: left;
  padding: 0;
  width: 15%;
}

.middle {
  top: 10px;
  padding: 0;
  margin-left: 15%;
  margin-right: 55%;
}

.right {
  float: right;
  padding: 0;
  width: 55%;
}

.footer {
  padding: 0%;
  margin-left:45%;
  text-align: left;
  clear: both;
}
img  {
		display: block;
		padding-left:10px;
		margin: 0 0 0 0;
		border:0;
		}
