.biggest {
	font-size: 24px;
	line-height: 30px;
}
.bigger {
	font-size: 18px;
	line-height: 24px;
}
.big {
	font-size: 16px;
	line-height: 22px;
}
.normal {
	font-size: 14px;
	line-height: 22px;
}
.small {
	font-size: 12px;
	line-height: 20px;
}
.smaller {
	font-size: 10px;
	line-height: 13px;
}

.alert{
	font-size: 12px;
	color: #FF0000;
	}
body {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	font-size: 14px;
	color: #000064;
	line-height: 24px;
	background-image: url(../../shared_images/bkgnd_mosaic.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #ffffff;
	background-attachment: fixed;
	text-align: center;
}
a:link {
	color: #cc0066;
	text-decoration: none;
}
a:visited {
	color: #9C004E;
	text-decoration: none;
}
a:hover {
	color: 3366ff;
	text-decoration: none;
}

.mb8{
	 margin: 0 0 8px 0;
	 }
.mb10{
	 margin: 0 0 10px 0;
	 }
.mb15{
	 margin: 0 0 15px 0;
	 }
.mb20{
	 margin: 0 0 20px 0;
	 }
.mb24{
	margin: 0 0 24px 0;
	 }
.mb30{
	 margin: 0 0 30px 0;
	 }
.mb36{
	 margin: 0 0 36px 0;
	 }
.mb40{
	 margin: 0 0 40px 0;
	 }
.mb44{
	 margin: 0 0 40px 0;
	 }
.mb50{
	 margin: 0 0 50px 0;
	 }
	 
	 
	 
.mt10 {
	margin: 10px 0 0 0;
}
.mt15 {
	margin: 30px 0 20px 0;
}
.mt20 {
	margin: 20px 0 0 0;
}
.mt30 {
	margin: 30px 0 0 0;
}
.mt40 {
	margin: 40px 0 0 0;
}
.mt50 {
	margin: 50px 0 0 0;
}




div#wrapper{
	background-color: #ffffff;
	width:800px;
	margin:0 auto;
	padding-bottom: 60px
}

div#content{
	width: 800px;
	margin: 0 auto 50px;
	padding-top: 30px;
	 }

div#arealeft{
	width: 159px;
	float:left;
	padding-left: 41px;
	 }

div#arearight{
	width: 560px;
	float:right;
	margin-right:40px;
	text-align: left;
	 }

.newdiv{
	width: 800px;
	height: 8px;
	margin: 0 auto;
	background-image: url(../../preview/images/div_gold.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	 }
