@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #198bd2;
	background-repeat: no-repeat;
	line-height: 18px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6d6d6d;
}
.bg_image {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

a:link {
	color: #206ce0;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #6d6d6d;
}
a:active {
	color: #6d6d6d;
}
li {
	line-height: 18px;
	list-style-type: disc;
	list-style-position: outside;
}
.bg_image .side_bg {
	background-image: url(images/side_bg.jpg);
	background-repeat: repeat-y;
	height: 110px;
}
#content {
	font-size: 12px;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	color: #6d6d6d;
}
#hh {
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-transform: uppercase;
}
#hh2 {
	font-size: 16px;
	color: #0099FF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	text-transform: uppercase;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.min {
	font-size: 18px;
	color: #F900AF;
}
.whiteText {color: #FFFFFF}
input {
	border: 1px solid #D4D0C8;
}
#btm_link a {
	color: #ACE1F3;
}
.bg_image #copyright {
	color: #ACE1F3;
}
.left {
	background-image: url(images/left_add.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
