/* CSS Document */

.maintext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 13px;
}
.footer {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 12px;
	font-style: italic;
}
.intro {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 1em;
}
.title {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
}
.titleNum {
	color: #FFFFFF; 
	background-color: #FF0000; 
	border-width: 1px 2px 3px 1px; 
	border-color: #000000; 
	border-style: solid;
	padding: 0 2px;
}
.subtitle {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #E81D23;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8em;
}
.subsubtitle {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #E81D23;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8em;
}
.subsubsubtitle {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #E81D23;
	font-size: 14px;
	line-height: 1.8em;
}
.ap {
	font-weight: bold;
	color: #666666;
}
.link {
	color: #E81D23;
}
.menu {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
.insetLeft, .insetRight {
	width: 120px;  
	text-align: center; 
	padding: 10px; 
	font-weight: bold;
	color: #555555;
	background-color: #EEEEEE;
}
.insetLeft {
	float: left;
	margin-right: 5px;
}

.insetRight {
	float: right;
	margin-left: 5px;
}
p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
ul {
	list-style-type: square;
	list-style-position: inside;
  padding-left: 20px;
  margin: 0px;
}
