﻿/* CSS layout */
body{
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
#container {
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: auto;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
.style_mt_1 {
	color: #0000FF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.style_mt_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
	font-style: normal;
	font-weight: normal;
}
.style_mt_3 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.style_mt_4 {
	font-size: 22px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}
.style_mt_5 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.noBoarder {
	border-width: 0;
	padding: 0px;
	margin: 0px;
}
.whitebg {
	background-color: #FFFFFF;
	text-align: center;
}
.waterBg {
	background-image: url(../images/water_back.jpg);
	background-repeat: repeat;
	background-position: center;
}
.aquaBg {
	border: 1px solid #C0C0C0;
	background-color: #9ADDF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.lineLeft {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
}
.lineRight {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #000000;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.txtCom {
	border-style: 1;
	border-width: 1px;
	border-color: #000000;
}
.txtLrg {
	font-size: 17px;
}
.txtMed {
	font-size: 14px;
}

