body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-attachment: scroll;
	background-position: left top;
	line-height: 13px;
}


/* main text and in-text links */

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
	background-position: left top;
}

.main a:link {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	background-color: #D4E6F6;
}
.main a:visited {
	text-decoration: none;
	color: #666666;
	background-color: #D4E6F6;
}
.main a:hover {
	text-decoration: underline;
	color: #666666;
	background-color: #FFFFFF;
}
.main a:active {
	text-decoration: none;
	color: #666666;
	background-color: #D4E6F6;
}



/* base and in-text links */

.base { font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	line-height: 13px; 
	background-color: #999999; 
	height: 18px; 
	text-align: left; 
	padding-left: 10px; 
	background-position: left center;}

.base a:link { color: #FFFFFF; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 12px;}
.base a:visited { text-decoration: none; color: #FFFFFF;}
.base a:hover { text-decoration: underline; color: #FFFFFF;}
.base a:active { text-decoration: none; color: #FFFFFF;}



/* logo placing */

.logo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13px; color: #666666; background-position: right top; padding-right: 20px;}



/* iframe border */

.content { font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 13px; color: #666666; background-position: left top; padding: 10px;}



/* large text */

.large { font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 14px; color: #666666; background-position: left top;}



/* line divider */

div.separator {
	border-bottom: 1px #5DA2E3 solid;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin-bottom: 12px;
	width: 420px;
	vertical-align: top;
	margin-top: 4px;
}

div.separator2 {
	border-bottom: 1px #5DA2E3 solid;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin-bottom: 12px;
	width: 270px;
	vertical-align: top;
}

div.separator3 {
	border-bottom: 1px #5DA2E3 solid;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin-bottom: 12px;
	width: 400px;
	vertical-align: top;
}
div.separator4 {
	border-bottom: 1px #5DA2E3 solid;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	margin-bottom: 12px;
	width: 260px;
	vertical-align: top;
	margin-top: 4px;
}



/* others */


.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	width: 780px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5DA2E3;
	line-height: 16px;
	font-weight: bold;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	font-weight: normal;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 200px;
}
.button {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E5F0FA;
	text-align: center;
	height: 18px;
	width: 80px;
	text-indent: 1px;
	border: 1px solid #D4E6F6;
}
