body {
	background-color: #FFFFFF;
	background-image: url(../common/bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	color: #5D5959;
	font-size:12px;
	line-height: 1.4em;
   font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

.fs10 {
	font-size:10px;
	line-height: 1.2em;
}

.fs12 {
	font-size:12px;
	line-height: 1.4em;
}

.fs14 {
	font-size:14px;
	line-height: 1.4em;
}

.line120 {
	line-height: 1.2em;
}

.green{
	color: #666600;
}
.red{
	color: #993333;
}

a img{
	border:none !important;
}

a:link    { text-decoration: underline; color: #993333;
}
a:visited { text-decoration: underline; color: #993333}
a:active  { text-decoration: underline; color: #993333}
a:hover   { text-decoration: none; color: #993333}
