* { margin: 0px; padding: 0px; border: none; text-decoration: none; }

body { 
	background: #cddecd url(bg-body.gif) top repeat-x;
	font-family: Arial, Verdana, Helvetica; sans-serif;
	font-size: 12px;
	margin-bottom: 20px; 
	}

div.logo { text-align: center; margin-bottom: 20px; }
	
#all {
	position: relative;
	margin: 20px auto 20px auto; 
	width: 750px; 
	height: auto;
	border: 1px solid #99cc99; /* #66cc66; #7fb27f;  */
	background: #ccffcc url(top.gif) top repeat-x;
	text-align: left;
	padding: 10px;
	color: #003300;
	}

#title { 
	border-bottom: 2px solid #669966;
	padding: 3px;
	margin-bottom: 10px; 
	}

#title h1 { font-size: 25px; }

#all .default { 
	margin-bottom: 10px; 
	color: #003300;
	}

#all a.back { color: #003300; text-decoration: underline; font-size: 14px; font-weight: bold; }
#all a.back:hover { color: #006600; text-decoration: none; }

#all .theFrame {
	width: 100%;
	height: 925px;
	border: 0px;
	}

#all .table-1 { 
	border-collapse: collapse; 
	width: 100%; 
	height: 115px; 
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	color: #003300; 
	xcursor: pointer; 
	}

#all .table-1:hover { 
	background: #bbeebb; 
	}

#all .table-1 img { border: 1px solid #99cc99; }

#all .table-1 a { color: #003300; }

#all .table-1 h2 {
	font-size: 18px; 
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #99cc99;
	margin-bottom: 3px; 
	}

#all .first { 
	width: 135px;
	border-bottom: 2px solid #669966; 
	padding: 5px 5px 15px 5px; 
	vertical-align: top;
	text-align: left;
	}

#all .second { 
	border-bottom: 2px solid #669966;
	padding: 5px 5px 15px 5px;
	vertical-align: top;
	text-align: left;
	}
	
#all p.content { margin-top: 5px; }
#all p.centered { text-align: center; }
