@charset "utf-8";
/* CSS Document */

body {
	background-color: #C2D5C4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main_border {
	background-color: #FFFFFF;
	background-image: url(images/border_h.png);
	background-repeat: no-repeat;
}
.main_border_l {
	background-image: url(images/border_l.png);
	background-repeat: repeat-y;
}
.main_border_r {
	background-image: url(images/border_r.png);
	background-repeat: repeat-y;
	height: 16px;
}
.main_border_b {
	background-image: url(images/border_b.png);
	background-repeat: no-repeat;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: justify;
}
.heading_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.text_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.text_white_b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}
.blank {
	background-image: url(images/blank.png);
	background-repeat: repeat-y;
}
.text_white_use {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #58757C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #58757C;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #58757C;
}

.head1 {background: none #7E9CA4;
color: #FFFFFF;
border-top: 1px solid #7E9CA4;
border-left: 1px solid #7E9CA4;
border-bottom: 1px solid #7E9CA4;
border-right: 1px solid #7E9CA4;
cursor:hand;
}
.bg {
	background-color: #C2D5C4;
}
.forgot {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.forgot a:link {
	color: #000000;
	text-decoration: none;
}
.forgot a:visited {
	text-decoration: none;
	color: #000000;
}
.forgot a:hover {
	text-decoration: underline;
	color: #7E9CA4;
}
.forgot a:active {
	text-decoration: none;
	color: #000000;
}
.darkpink
{
	background-color:#822B4A;
}

.bluegreen
{
	background-color:#7D9DA4;
}

