body {
	background-image: url(../images/bg-spoil.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center;
}
/* Link */
a:link{
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	text-decoration: underline;
	color: #CC0000;
	font-size: 12px;
}

a:hover{
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	text-decoration: underline;
	color: #BD151B;
}
a:visited{
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	text-decoration: underline;
	font-size: 12px;
	color: #CC0000;
}

/* Size */

.normal_12 {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
}

.normal_14 {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 14px;
}

.normal_16 {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 16px;
}

/* Small */

.smallblack {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #000000;
}

.smallblue {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	color: #0000FF;
	font-size: 11px;
}

.smallgreen {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #00FF00;
}

.smallgrey{

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #333333;
}
.smallorenge {

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #FF3300;
}
.smallpink {

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #FF00FF;
}
.smallred {

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #FF0000;
}

/* Normal*/

.normalwhite {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	color: #ffffff;
}

.normalblack {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #000000;
}

.normalblue {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	color: #0000FF;
	font-size: 12px;
}

.normalgreen {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #00FF00;
}

.normalgrey{

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #333333;
}
.normalorenge {

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF3300;
}
.normalpink {

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF00FF;
}
.normalred {

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF0000;
}

/* Normal Bold */

.boldblack {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.boldblue {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
}

.boldgreen {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #00FF00;
	font-weight: bold;
}

.boldgrey{

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.boldorenge {

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF3300;
	font-weight: bold;
}
.boldpink {

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF00FF;
	font-weight: bold;
}
.boldred {

	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

/* Form */

.xfield_BT  {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	background-color: #FFFFFF;
	height: 20px;
	width: 70px;
	border: thin solid #F7AD18;
	color: #EF729C;
}

.xfield_login {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	width: 100px;
	border-top-color: #B81319;
	border-right-color: #B81319;
	border-bottom-color: #B81319;
	border-left-color: #B81319;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.xfield_normal {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	width: 210px;
}

.xfield_shot {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	width: 70px;
}
.xfield_address {
	font-family: "Tahoma", "Microsoft Sans Serif", "MS Serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 55px;
	width: 200px;
}

