/* CSS Document */


/* -- FONTS AND SIZES ---------------- */
body {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	margin:0;
	padding:0;
}
#body_yellowpaper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(/images/background_hdr.jpg) top left #ffffcc repeat-x;
}
#body_coffestain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: url(/images/bg.jpg) top left #ffffcc repeat-x;
}
.small_text {
	/* Universal site text */
		font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.medium_text {
	/*  */
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.large_text {
	/*	*/
		font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.fine_text {
	/*	*/
		font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.bold {
	font-weight: bold;
}
.italicized {
	font-style:italic;
}
/* -- COLORS ------------------------ */
.white {
	color: #ffffff;
}
.black {
	color: #000000;
}
.green {
	color: #006600;
}
.green_light {
	color: #00CC00;
}
.green_dark {
	color: #003300;
}
.gray {
	color: #666666;
}
.gray_light {
	color: #CCCCCC;
}
.gray_dark {
	color: #333333;
}
/* -- REDEFINED ELEMENTS --------------------- */
a {
	/* green text with underscore */
		 color: #66cc33;
	text-decoration:none;
}
a #bold {
	/*	*/
		 font-weight: bold;
}
h1 th {
	/*  */
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 {
}
/* -- BACKGROUNDS ----------------------------- */

	.background_graphpaper {
	background-image: url(filename.gif);
}
.background_papyrus {
}
.background_parchment {
}
.background_green {
	background-color:#006600;
}
.background_coffeestain {
	background-image: url(/images/bg.jpg);
}
/* -- CUSTOM ELEMENTS -------------------------- */
.transbox {
	background-color: #ffffff;
	border: 1px solid black;
	/* for IE */
  filter: alpha(opacity=60);
	/* CSS3 standard */
  opacity:0.6;
	/* for Mozilla */
  -moz-opacity:0.6;
}
.transboxcontent {
	color: #000000;
}

