@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

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

/*
p{
	margin:5px 0px 5px 0px;
}
*/
#submit-button {
	margin-right:10px;
	background-color: #609807;
	border: 0px solid;
	color: #FFFFFF;
	height: 20px;
	width:50px;
}

ul.menu {
	list-style-image: url('../images/button.jpg');
}

.dotline {
		background: #FFFFFF url('../images/dot.jpg') repeat-x scroll bottom;
}

.bg-green {
	background-color: #609807;
}
.text-tittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.text-address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.page-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #3d78b3;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669900;
}

.bg-blue {
	background-color: #e5edf5;
}

p.text-content {
	margin-top:1em;
	margin-bottom:1em;
}

.text-content, .err-msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

.err-msg {
		color: #FF0000;
}

.news-tittle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.news-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	text-decoration: none;
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	text-decoration: underline;
}
.content-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.content-head-underline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #666666;
}

.link-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
.link-bold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	text-decoration: underline;
	font-weight: bold;
}
.link-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.link-gray:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

