@charset "utf-8";
/* CSS Document */


body {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	line-height: 20px;
	text-align:justify;
	}
	
a:link {
	text-decoration:none;
	color: #006600;
}
a:visited {
	text-decoration:none;
	color: #006600;
}

a:hover {
	text-decoration:underline;
}
a:active {text-decoration:underline;}

a.comment:link {
	color: #0099FF;
}

.img_middle {
	vertical-align:middle;
	}
	
.img_pad {
	padding: 5px;
	}

.smaller {
	font-size: 13px;
	}

.title {
	color: #b25526;
	background-color: #f1e3c4;
	font-size: 22px;
	font-weight:bold;
	padding: 20px;
	text-align: right;
	}
	
.subtitle {
	color: #ffffff;
	background-color: #b25526;
	font-size: 22px;
	padding: 20px;
	text-align: center;
	}
	
.text_title {
	color: #b25526;
	font-size: 20px;
	font-weight:bold;
	text-align:center;
	}	
	
.tags {
	background-color: #f1e3c4;
	font-size: 18px;
	padding: 5px;
	margin-right: 5px;
	text-align:center;
	width: 180px;

	}

.caps {
	color: #b25526;
	font-size: 60px;
	}	
	

.top_title {
	border-bottom: 1px solid #b25526;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	}
	
.comments {
	border: 2px solid #b25526;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
	padding: 5px;
	width: 150px;
	}
	
.border {
	border: 1px solid #000000;
	}
	
fieldset { border:2px solid #cccccc;
padding: 10px;
}

legend {
  	padding:10px;
  	border:2px solid #cccccc;
  	background-color:#CCCCCC;
	color: #b25526;
	font-size: 22px;
	font-weight: bold;
	text-align:center;
	width: 825px;
 
  }
