/* Link settings */
A {
	color: #0000FF;
	text-decoration: none;
}

/* Menu Settings */
.menu {
	margin-bottom: 5px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
}
.menu2 {
	margin-bottom: 5px;
	padding: 1px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px #333333 solid;
}
.menu_3 {
	margin-bottom: 2px;
	padding: 1px 5px ;
	font-size: 12px;
	font-weight: bold;
	border-left: 5px #666666 solid;
}

/* SEO */
.none {
	display: none;
}

/* Space settings */
.bottom5{
	margin-bottom: 5px;
}
.bottom10{
	margin-bottom: 10px;
}
.spacer_h5 {
	height: 5px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_h10 {
	height: 10px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_h15 {
	height: 15px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_w5 {
	width: 5px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_w10 {
	width: 10px;
	font-size: 0px;
	overflow: hidden;
}
.spacer_w15 {
	width: 15px;
	font-size: 0px;
	overflow: hidden;
}
.f10 {
	font-size: 10px;
	font-weight: normal;
}
.f10g {
	font-size: 10px;
	font-weight: normal;
	color: #AAAAAA;
}

/* Box Settings */
.box {
	margin: 0px auto;
	padding: 5px 20px;
	width: 700px;
	border-left: 5px #505050 solid;
	border-right: 5px #505050 solid;
	background-color: #FFFFFF;
}
.line {
	margin: 10px 0px;
	border-top: 1px #505050 solid;
}
.line2 {
	margin: 5px 0px;
	border-top: 1px #505050 dotted;
}
.c_line {
	margin: 10px 0px;
	border-top: 1px #505050 solid;
	clear: both;
}

/* Float settings */
.left {
	float: left;
}
.right {
	float: right;
}
.clear { 
	clear: both;
}
.center {
	text-align: center;
}
.tr {
	text-align: right;
	font-weight: bold;
}
.centerb {
	font-weight: bold;
	text-align: center;
}
.trb {
	font-weight: bold;
	text-align: right;
}

/* Font settings */
.br {
	color: #FF0000;
	font-weight: bold;
}
.bb {
	color: #0000FF;
	font-weight: bold;
}
.bw {
	color: #FFFFFF;
	font-weight: bold;
}
.bg {
	color: #909090;
	font-weight: bold;
}
.r {
	color: #FF0000;
}
.b {
	color: #0000FF;
}
.g {
	color: #999999;
}
.w {
	color: #FFFFFF;
}
.c {
	color: #CCCCCC;
}
.def {
	color: #404040;
}
.bd {
	font-weight: bold;
}

