body 	{ 
	margin: 0 auto;
	width:780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.title { 
	font-size: 25px;  
	font-weight: bold;
	color:#FFFFFF;
	display:block;
	background:#2CA5EF;
	padding-top:20px;
	padding-left:20px;
	border:thin #0066A8 solid;
	text-transform:uppercase;
	vertical-align:baseline;
	width:100%;
}

.subtitle { 
	font-size: 14px;
	font-weight: bold;
	color:#D1472B;
}

.horizontalLine {
	background-color: #868B96;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: none;  color: #6982AD;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #6982AD;   }

.pcframe {
	border:1px solid #D1472B;
}

table.pcframe tr{
	text-align:center;
	border:1px solid #D1472B;
}

.image {
	padding:15px 10px;
}
