body {
	padding: 0px;
	margin: 0px;
	background-color: #756DC3;
	
}

h2 {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #333399;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
}

h3 {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
}

.button {
	border: 1px solid #fff;
	background-color: #C860D1;
	color: #fff;
	font-size: 13px;
	font-family: Arial;
	padding: 5px 0px 5px 0px;
	text-align: center;
	cursor: pointer;
}

.button_over {
	border: 1px solid #fff;
  background-color: #756DC3;
	color: #fff;
	font-size: 13px;
	font-family: Arial;
	padding: 5px 0px 5px 0px;
	text-align: center;
	cursor: pointer;
}

.footer {
	width: 100%;
	border-top: 1px solid #fff;
	background-color: #ccccff;
	padding: 12px 0px 20px 13px;
}

.footer_copyright {
  color: #999;
  font-family: Verdana;
  font-size: 10px;
  padding-top: 18px;
}

.footer_copyright a {
  color: #999;
  text-decoration: none;
}

.footer_copyright a:visited {
  color: #999;
  text-decoration: none;
}

.footer_copyright a:hover {
  color: #999;
  text-decoration: underline;
}

.footer_menu {
  color: #666;
  font-family: Verdana;
  font-size: 10px;
}
 
.footer_menu a {
	color: #666;
	text-decoration: none;
}

.footer_menu a:visited {
	color: #666;
	text-decoration: none;
}

.footer_menu a:hover {
	color: #666;
	text-decoration: underline;
}


.home_body {
	padding: 12px 13px 12px 13px;
}

.home_content {
	background: url(images/home_bg2.jpg);
	background-repeat: no-repeat;
}

.rtcol_box {
  background-color: #ccccff;
  padding: 6px;
}

.rtcol_box_border {
	border: 1px solid #fff; 
	padding: 12px;
}

.rtcol_item {
	background: url(images/arrow_bg.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	color: #400040;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 2px;
	padding-right: 12px;
}

.rtcol_item a {
	color: #400040;
	text-decoration: underline;
}

.rtcol_item a:visited {
	color: #400040;
	text-decoration: underline;
}

.rtcol_item a:hover {
	color: #666;
	text-decoration: none;
}

.rtcol_item3 a {
	color: #400040;
	text-decoration: underline;
}

.rtcol_item3 a:visited {
	color: #400040;
	text-decoration: underline;
}

.rtcol_item3 a:hover {
	color: #666;
	text-decoration: none;
}

.rtcol_item4 {
	background: url(images/arrow_bg.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	color: #400040;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 2px;
	padding-right: 12px;
}

.rtcol_item4 a {
	color: #400040;
	text-decoration: none;
}

.rtcol_item4 a:visited {
	color: #400040;
	text-decoration: none;
}

.rtcol_item4 a:hover {
	color: #666;
	text-decoration: underline;
}

.rtcol_item2 {
	padding-left: 13px;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 2px;
	padding-right: 12px;
}

.rtcol_padding {
	padding-bottom: 10px;
	padding-top: 10px;
}