body {
	margin: 10px;
	padding: 10px;
	width: 100%;
	}

a:link, a:visited, a:active { 
	color: #000; 
	text-decoration: none; 	
	background-color: inherit;
	}

a:hover { 
	text-decoration: underline;
	}

form { 
	margin: 0px 
	}

input {
	border: 1px solid #ddd;
	padding: 0px;
	margin: 0px;
	color: #666;
	background-color: #fff;
	font: 12px trebuchet ms, times new roman, monospace;
	}

textarea {
	border: 1px solid #ddd;
	padding: 0px;
	margin: 0px;
	color: #666;
	background-color: #fff;
	font: 12px trebuchet ms, times new roman, monospace;
	}

table, td {

	font: 12px trebuchet ms, times new roman, monospace;
	color: #666;
	background-color: inherit;
	}

.title { 
	padding-left: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 0px;
	border-right: 1px solid #ddd; 
	margin-top: 10px;
	background-color: #fff;
	text-align: left;
	font: bold 17px trebuchet ms, times new roman, monospace;  
	color: #666;
	}

.linktitle { 
	padding-left: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd; 
	margin-top: 10px;
	background-color: #fff;
	text-align: left;
	font-weight: bold;
	font-family: trebuchet ms, times new roman, monospace;  
	color: #666;
	}

.RobotParade { 
	font-weight: bold;
	font-family: trebuchet ms, times new roman, monospace;  
	color: #666;
	background-color: inherit;
	}

.tagline {
	margin: 0px;
	padding-left: 5px;
	border-top: 0px;
	border-left: 1px solid #ddd;
	border-bottom: 0px;
	border-right: 1px solid #ddd;
	background-color: #fff;
	text-align: left;
	font: italic 13px georgia, trebuchet ms, times new roman, monospace;  
	color: #666;
	}

.topmenu {
	margin: 0px;
	padding: 2px 15px 2px 15px;
	border-top: 1px dotted #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px dotted #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	text-align: right;
	font: italic 11px georgia, trebuchet ms, times new roman, monospace;  
	color: #666;
	}

.mainbox {
	padding: 5px;
	margin-bottom: 0px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 100%;
	background-color: #fff;
	color: inherit;
	}

.box1 {
	float: left;
	padding: 0px;
	border: 0px;
	background-color: #fff;
	margin: 0px;
	width: 25%;
	font: 12px/16px trebuchet ms, times new roman, monospace;
	color: #666;
	text-align: left;
	}

.content1 {
	border: 1px dotted #ddd;
	padding: 5px;
	margin: 5px 5px 5px 5px;
	background-color: #fff;
	text-align: left;
	color: inherit;
	}

.box2 {
	float: left;
	padding-left: 10px;
	margin: 0px;
	width: 50%;
	border: 0px;
	background-color: #fff;
	color: inherit;
	}
.box2Wide {
	float: left;
	padding-left: 10px;
	margin: 0px;
	width: 75%;
	border: 0px;
	background-color: #fff;
	color: inherit;
	}
.content2 {
	border: 0px;
	background-color: #fff;
	margin: 0px;
	color: inherit;
	}

.texttitle { 
	font: bold italic 14px/3px georgia, trebuchet ms, times new roman, monospace; 
	color: #666;
	background-color: #fff;
	border-bottom: 1px solid #ddd; 
	padding: 10px 5px 5px 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	text-align: left;
	}

.text {
	padding: 5px 7px 5px 2px;
	border: 0px;
	background-color: #fff;
	margin: 0px;
	font: 14px/19px trebuchet ms, times new roman, monospace;
	color: #666;
	text-align: justify;
	}
.link {
	padding: 0px;
	border: 0px;
	background-color: #fff;
	margin: 0px;
	font: 14px/19px trebuchet ms, times new roman, monospace;
	color: #666;
	text-align: justify;
	}
.footer {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	border-top: 1px solid #ddd;
	background-color: #fff;
	text-align: right;
	font: italic 11px georgia, trebuchet ms, times new roman, monospace;  
	color: #666;
	}

.box3 {
	float: left;
	padding: 0px;
	border: 0px;
	background-color: #fff;
	margin: 0px;
	font: 12px/16px trebuchet ms, times new roman, monospace;
	color: #666;
	text-align: left;
	}

.content3 {
	border: 1px dotted #ddd;
	padding: 5px;
	margin: 5px 0px 5px 10px;
	background-color: #fff;
	text-align: left;
	color: inherit;
	}

.sectiontitle {
	padding-left: 2px;
	border-bottom: 1px solid #ddd; 
	margin-bottom: 5px;
	background-color: #eee;
	font: bold italic 12px georgia, trebuchet ms, times new roman, monospace;
	color: #666;
	text-align: left
	}

.bottommenu {
	margin: 0px;
	padding: 2px 10px 2px 2px;
	border-top: 1px dotted #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px dotted #ddd;
	border-right: 1px solid #ddd;
	background-color: #fff;
	text-align: right;
	font: italic 11px georgia, trebuchet ms, times new roman, monospace;  
	color: #666;
	}


.copy {
	border-top: 0px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 5px;
	margin: 0px;
	background-color: #fff;
	text-align: center;
	font: 12px trebuchet ms, times new roman, monospace;  
	color: #666;
	}
