@CHARSET "UTF-8";
.tight {
	margin: 				0;
}
.tight_bottom {
	margin-bottom:			0;	
}
.tight_top {
	margin-top:				0;
}
.left {
	display:				block;
	float:					left;
}
.left.adjust {
	margin-left:			2px;
}
.right {
	float:					right;
}
.align_right {
	text-align:				right;
}
.center {
	text-align:				center;
}
.variable_width {
	width: 					auto;
}
.no_float {
	float:					none;
}
.clear:after {
	content:				".";
	display:				block;
	height:					0;
	font-size:				0;
	clear:					both;
	visibility:				hidden;
}
.clear {
	min-height:				1px;
}
* html .clear {
	height:					1px;
}
.smaller,
ul.subcontent_menu li a
{
	font-size:				0.8em;
	line-height:			1em;
}
a.smaller, 
a.smaller:visited, 
a.smaller:active, 
ul.subcontent_menu li a,
ul.subcontent_menu li a:visited,
ul.subcontent_menu li a:active
{
	color:					#900;
	text-decoration:		none;
	text-transform:			uppercase;
	font-weight:			bold;
}
ul.subcontent_menu li a
{
	margin-right:			1em;
}
a.smaller:hover,
ul.subcontent_menu li a:hover
{
	color:					#f00;
}
ul.subcontent_menu li
{
	display:inline;
}
.full {
	width:					100%;
}
.strong {
	font-weight:			bold;
}
ul.horizontal li {
	display:				inline;
}
.padded {
	padding:				0.5em;
}
