/* CSS Document */

body {
	background-color: #6596b8;
	}

a:link {
	color: #13517B;
	}
	
a:visited {
	color: #13517B;
	}

.copywright {
	font-size: 14px;
	font-style: italic;
	color: #13517B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.header {
	font-size: 18px;
	font-weight: bold;
	background-color: #CFDFE6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 300px;
	text-indent: 20px;
	border-top: 0px dashed #666666;
	border-right: 0px dashed #666666;
	border-bottom: 1px dashed #666666;
	border-left: 1px dashed #666666;
	color: #005178;
	margin: 20px;
	}

.sub-header {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 300px;
	text-indent: 20px;
	border-top: 0px dashed #666666;
	border-right: 0px dashed #666666;
	border-bottom: 1px dashed #666666;
	border-left: 1px dashed #666666;
	color: #005178;
	margin-left: 80px;
	background-color: #e2e2e2;
	font-weight: bold;
	margin-top: 15px;
	}

.faq-header {
	font-size: 18px;
	font-weight: bold;
	background-color: #CFDFE6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 500px;
	text-indent: 20px;
	border-top: 0px dashed #666666;
	border-right: 0px dashed #666666;
	border-bottom: 1px dashed #666666;
	border-left: 1px dashed #666666;
	color: #005178;
	margin: 20px;
	}

.text {
	font-size: 16px;
	text-indent: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 15px;
	}

.text-not-indent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	}

.support-table{
	padding:10px;
	border: thin dashed #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	}

.image-padding {
	padding: 15px;
	}
