body { 
	margin: 0px; 
	padding: 0px 0px 10px 0px;
	background-color: #04c0ff;
	background-image: url("i/bg_page.gif");
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.popup_body {
	background-color: white;
	background-image: none;
	padding: 20px;
}

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

input, textarea {
	font-family: tahoma;
	font-size: 11px;
}


a {
	color: #14366a;
	text-decoration: underline;
}

a:hover{
	color: #14366a;
}

a.more {
	color: #1F0D8F;
	text-decoration: underline;
	background-image: url(i/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}

a.white {
	color: white;
	text-decoration: underline;
}

a.white:hover {
	color: silver;
	text-decoration: underline;
}

/*
#right a{
	color: #1f0d8f;
	text-decoration: underline;
}

#right a:hover{
	color: #2875e3;
	text-decoration: underline;
}

#left a, #right2 a {
	color: #2875e3;
	text-decoration: underline;
}

#left a:hover, #right2 a:hover {
	color: #1f0d8f;
	text-decoration: underline;
}

#boxxx3 .body span a, #boxxx4 .body span a {
	color: #ffffff;
	text-decoration: none;
}

#boxxx3 .body span a:hover, #boxxx4 .body span a:hover {
	color: #ffffff;
	text-decoration: none;
}
*/

h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 5px 0px;
	
	background-image: url("i/hr6.gif");
 	background-repeat: no-repeat;
 	background-position: left bottom;
 	color: #04bfff; 
}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin: 25px 0px 5px 0px;
	
	background-image: url("i/hr6a.gif");
 	background-repeat: no-repeat;
 	background-position: left bottom;
 	color: #04bfff; 
}

h4 {
	color: #031ec0;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

label {
	width: 140px;
	float: left;
	padding: 4px 0px 0px 0px;
}
.iarea {
	float: left;
	width: 200px;
	height: 40px;
	border: 1px solid silver;
	padding: 5px;
	padding-bottom: 10px;
}

.no {
	text-decoration: none;
}

hr {
	height: 1px;
	border: 0px;
	color:  #85c4e0;
	background-color: #85c4e0;
}
