@charset "utf-8";
/* CSS Document */

/* Typography */
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.1em;
}

a {
	color:#57998a;
	text-decoration:none;
	font-size:1.2em;
	line-height:1.3em;
	
}

a:hover {
	color:#D0884A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #382582;
}
a:hover.imagelink {
	border:none !important;
}
.imagelink {
	border:none !important;
}
object {
outline:none;
}
p {	
	font-size:1.2em;
	margin:0px;
	padding:0px;
	line-height:1.4em;
}

h1 {
	font-size:2.6em;
	margin:15px 0px 8px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	text-transform:uppercase;
	font-weight:normal;
	line-height:.9em;
	padding-bottom:5px;
	border-bottom:1px dotted #666666;
}
#left_box h1 {
	margin-top:0px;
	color:#fff;
	border:none;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	padding:8px 0px;
	color:#44866d;
}

h3 {
	font-size:1.3em;
	
}

h4 {
	font-size:1.2em;
	
}

h5 {
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;
	
}
ul, ol {
	margin:15px;
	
	list-style-type:square;
}

ul li, ol li {
	margin-top:4px;
	margin-left:25px;
	font-size:1.2em;
	line-height:1.3em;
}

/****** Buttons **************/

#btn_update_info {
	display:block;
	text-indent:-9999px;
	width:230px;
	height:51px;
	background: url(../images/btn_update_info.png) no-repeat left top;
}
#btn_update_info:hover {
	background-position:left -51px;
	border:none;
}

#btn_payment {
	display:block;
	text-indent:-9999px;
	width:230px;
	height:51px;
	background: url(../images/btn_payment.png) no-repeat left top;
}
#btn_payment:hover {
	background-position:left -51px;
	border:none;
}
#btn_tapp {
	display:block;
	text-indent:-9999px;
	width:230px;
	height:51px;
	background: url(../images/btn_tapp.png) no-repeat left top;
}
#btn_tapp:hover {
	background-position:left -51px;
	border:none;
}
