body{
	background-color: #FFFFFF;
	margin: 110px 0px 0px 0px;
  	font-family: Tahoma;
  	font-size: 12px;
	text-align: center;
	line-height: 1.3em;
}

#Main{
	width: 780px;
	text-align: left;
	margin: auto;
	text-align: left;
}

	#Main .claim {
		font-size: 10px;
		letter-spacing: 0.19em;
		margin-left: 4px;
	}
	
	#Main .email {
		font-weight: bold;
		margin: 70px 0 150px 4px;
	}

	#Main .col{
		width: 300px;
		float: left;
		line-height: 18px;
	}
	
	#Main .colLeft{
		width: 450px;
		float: left;
	}
	
	#Main .colLeft a{
		font-weight: normal;
	}
	
	#Main .colRight{
		width: 200px;
		float: left;
	}
	
	#Main .colRight a{
		font-weight: normal;
	}
	
	#Main .box{
		width: 198px;
		border: 1px solid #999;
		float: left;
	}
	
	#Main .boxTitle{
		font-weight: bold;
		color: #FFF;
		height: 20px;
		padding-left: 5px;
		background-color: #666;
	}
	
	#Main .boxContent{
		margin: 5px;
	}
	
	#Main .title{
		font-size: 16px;
		font-weight: bold;
		color: #9A1A19; /* #186F9C */
		margin-bottom: 10px;
	}
	
	#Main label{
		width: 120px;
		font-weight: bold;
		float: left;
	}
	
	#Main .line{
		border-top: 1px solid #999;
		width: 410px;
		height: 1px;
		margin: 10px 20px 10px 20px;
		clear: both;
	}
	
#MainContent {
	margin: 30px 0 0 4px;
}
	
img{
	border: 0px;
}

#Footer{
	font-size: 10px;
	color: #A5A5A5;
	padding-top: 50px;
	margin-left:100px;
}

#Footer a{
	font-size: 10px;
	color: #AE0000;
}

.title{
	font-size: 11px;
	line-height: 13pt;
	font-family: tahoma;
	color: #666666;
	font-weight: bold;
}

h1{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}

a{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

input{
	font-size: 12px;
	font-family: Tahoma;
	border: 1px solid #666666;
	color: #000;
	background-color: #EEE;
}

input.btn{
	border: 1px solid #186F9C;
	color: #000;
	background-color: #FFF;
}

label{
	width: 120px;
	float: left;
}

.clearer{
	clear: both;
	overflow: hidden;
}

.spacer5px{
	height: 5px;
	overflow: hidden;
	clear: both;
}

.spacer10px{
	height: 10px;
	overflow: hidden;
	clear: both;
}

.spacer20px{
	height: 20px;
	overflow: hidden;
	clear: both;
}

.spacer25px{
	height: 25px;
	overflow: hidden;
	clear: both;
}

li.comment {
	padding: 0px;
	margin-left: 20px;
}

.red {
	color: #FF0000;
}