* {
	padding: 0px;
	margin: 0px;
}

body {
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}

input, select, textarea {
	color: #666666;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	padding-left: 2px;
}

a:link, a:visited {
	color: #80074e;
	/*color: #666666;*/
	text-decoration: none;
}

a:hover {
	color: #80074e;
	/*color: #666666;*/
	text-decoration: underline;
}

a img, img {
	border: none;
}

p {
	margin: 2px 0px 10px 0px;
	/* text-align: justify; */
}

#table_login {
	margin-top: 10px;
	color: #80074e;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#footer_links {
	text-align: center;
	color: white;
	letter-spacing: 1px;
}

#footer_links a {
	color: white;
	text-decoration: none;
}

#footer_links a:hover {
	color: white;
	text-decoration: underline;
}

#footer {
	margin: 0px 0px 10px 25px;
	padding-bottom: 14px;
	color: #993971;
}

#footer #copyright {
	float: left;
	width: 33%;
}

#footer #email {
	float: left;
	text-align: center;
	width: 33%;
}

#footer #swmark {
	float: left;
	text-align: right;
	width: 30%;
}

#footer a {
	color: #993971;
	text-decoration: none;
}

#footer a:hover {
	color: #993971;
	text-decoration: underline;
}

input.login {
	border: 1px solid #80074e;
	width: 80px;
}

input.button {
	border: 1px solid black;
	background-color: #a22970;
	color: white;
	letter-spacing: 1px;
}

input.fillblank {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #666666;
	text-align: center;
	width: 15px;
}

input.fillblank2 {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #666666;
	text-align: left;
	letter-spacing: 1px;
	width: 100%;
}

textarea.fillblank2 {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dotted #666666;
	letter-spacing: 1px;
	width: 100%;
	height: 70px;
}

input.page_form, select.page_form, textarea.page_form {
	border-top: 1px solid #a4c761;
	border-right: 1px solid green;
	border-bottom: 1px solid green;
	border-left: 1px solid #a4c761;
}

select.page_form {
	font-size: 90%;
}

p.product_home {
	margin: 0px 8px 4px 10px !important;
	padding: 4px;
}

p.forget_join {
	text-align: center !important;
	color: #80074e;
}

h1, span.page_header {
	color: #ea0088;
	font-size: 180%;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	color: #ea0088;
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 5px;
}

h3 {
	color: #ea0088;
	font-size: 100%;
}

span.header_faq {
	color: #93bd46;
	font-style: italic;
	font-weight: bold;
}

span.header_faq a:link{
	color: #93bd46;
	font-style: italic;
	font-weight: bold;
}

span.header_faq a:visited{
	color: #93bd46;
	font-style: italic;
	font-weight: bold;
}

span.header_faq a:hover{
	color: #93bd46;
	font-style: italic;
	font-weight: bold;
}

li.faq a:link, a:visited, a:hover{
	color: #666666;
}

span.mandatory {
	color: red;
}

span.nonmandatory {
	color: white;
}

em.small_info {
	font-size: 80%;
	font-weight: normal;
	color: gray;
}

li {
	margin: 5px 10px 0px 15px;
}

td.product_fix {
	height: 80px;
	padding-left: 8px;
	text-align: center;
	vertical-align: bottom;
}

th.confirmation {
	text-align: right;
	width: 100px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-right: 5px;
	background-color: #ffeffe;
}

div.page_form, #document_attachment {
	border: 2px dotted #f482c6;
	padding: 10px;
}

div.attachment {
	background-color: #fafafa;
	border: 1px solid #cccccc;
	padding: 5px;
}

div.error_message {
	border: 1px solid red;
	font-size: 10px;
	margin: 10px 0px;
	padding: 10px;
}

#whole_report th {
	text-align: left;
	background-color: #fec2d6;
	color: black;
	font-size: 10px;
	font-weight: normal;
	padding: 3px 5px;
}

#whole_report td.service_type {
	background-color: #f482c6;
	color: white;
	font-weight: bold;
	padding: 3px 5px;
}

#whole_report td {
	font-size: 10px;
	padding: 0px 5px;
}

#report_page {
	position: absolute;
	width: 640px;
	top: 0px;
	padding: 10px;
	margin: 10px;
	border: 1px solid #f482c6;
}

h3.submission {
	color: #f482c6 !important;
}
