 html,body {
	 background-color : #e8e8e8;
 }

 p,ul,li,td {
	 font-size : 100%;
	 font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	 color : black;
	 background-color : white;
 }

 h1 {
	 font-size : 200%;
	 font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	 color : navy;
	 text-align: center;
 }

 h2 {
	 font-size : 150%;
	 font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
	 color : red;
	 padding-left:15px;
 }


div.otherbox a:link {
	color: blue; text-decoration:underline;
}

div.otherbox a:visited {
	color: gray; text-decoration:underline;
}

div.otherbox a:hover {
	color:red; text-decoration:none;
}

div.otherboxtitle {
	margin-bottom: 2px;
	background-color: #bee0c3;
	margin-left: 4px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 2px;
	font-size: 13px;
	border-top: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	font-size: 1em;
	font-weight: bold;
	-moz-border-radius: 10px 10px 0px 0px;
	text-transform: none;
}
div.otherbox {
	margin-left: 4px;
	border: 1px #ccc solid;
	border-top:0px;
	margin-top: 0px;
	padding: 5px;
	text-align: justify;
	background: #e0ddd8;
	font-size: 10px;
	-moz-border-radius: 0px 0px 10px 10px;
}

div.insidebox {
	margin-left: 5px;
	border: 1px #ccc solid;
	border-top:0px;
	margin-top: 0px;
	padding: 4px;
	text-align: justify;
	background: #e0dde0;
	font-size: 10px;
	-moz-border-radius: 0px 0px 10px 10px;
}

div.otherbox h1 {
	text-transform: uppercase;
	font-weight: bold;
	color: #552;
	background-color: #ccccc;
	text-align: left;
	font-size: 1.5em;
	margin: 0px;
	text-transform: none;
	border-bottom: 1px dotted #ccc;
}
div.otherbox h2 {
	font-weight: bold;
	background-color: #D7DBDC;
	font-size: 13px;
	margin: 0px;
	color: blue;
}
div.otherbox p {
	margin-top: 5px;
	margin-bottom: 10px;
}
