@charset "utf-8";
/* CSS Document */

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	line-height:20px;
}
.Menu {
	color:#FFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
.Copyright {
	font-size:10px;
	color:#FFF;
	}
	
.grey12{
	color:#555555;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
TextInput { 
borderStyle: solid; 
borderColor: #555555; 
borderThickness: 1; 
cornerRadius: 2; 
backgroundAlpha: 1; 
backgroundColor: #CCCCCC; 
color: #cccccc; 
} 

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.second {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.second:link {
	text-decoration: none;
	color: #333;
}
.second:visited {
	text-decoration: none;
	color: #333;
}
.second:hover {
	text-decoration: none;
	color: #F09;
}
.second:active {
	text-decoration: none;
	color: #333;
}




	.grey12just{
	color:#555555;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	}
	
.Subheading16{
	color:#555555;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	#heading {
			display: block;
	}
			
#heading * {
			display: inline;
			padding-right: 0px;
			user-select: none;
			cursor: pointer;
			vertical-align: middle;
			
}

		
#panes {
width: 320px;
}
		
#panes p {
width: 320px;
		  
}
		
#panes div div { overflow: hidden; }
		
#previous { cursor: pointer; padding: 0px; }

#next { cursor: pointer; padding: 0px;}