html {
	height:100%;
	width: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #aecd32;
	font-size: 11px;
	text-align: center;
	vertical-align: top;	
	background-image: url(../i/back.jpg);
	background-repeat: repeat-x;
}
.pop_up {
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: justify;
	background-image: url(../i/w.jpg);	
	width: 553px;
	height: auto;
}
.style1 {color: #057bc5; font-weight: bold; font-style: italic; }
.style2 {color: #afce33;  font-weight: bold; font-style: italic;}
.error {
	color: #ff6600;
	font-size: 10px;
}
input, select {
	height: 16px;
	border: #007EC5 solid 1px;
	background-color:#FFFFFF;
	color:#007EC5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	border: #007EC5 solid 1px;
	background-color:#FFFFFF;
	color:#007EC5;
	width: 198px;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.btn {
	background-color:#007EC5;
	border: 0px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
}
.dt {
	font-weight: bold;
	color: #047dc6;
}
.h1 {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 16px;
}
p, .main_texts {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
}
ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
.out:a, .out:visited, .out:hover, .out:link {
	color: #047dc6;
	font-size: 11px;
}
.out_a:a, .out_a:visited, .out_a:hover, .out_a:link {
	color: #b1cf2f;
	font-size: 11px;
}
ul.in {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	padding-left: 0px;
}
li.out {
	list-style-image: url(../i/dot_blue.gif);
	font-weight: normal;
	margin-left: -14px;
	margin-right: 7px;
	margin-bottom: 3px;
	text-align: left;
	color: #00529b;
}
li.out_a {
	list-style-image: url(../i/dot_green.gif);
	font-weight: bold;
	margin-left: -14px;
	margin-right: 7px;
	margin-bottom: 3px;
	text-align: left;
	color: #00529b;
}
li.in {
	list-style-image: url(../i/dot_blue_s.gif);
	font-weight: normal;
	margin-left: 0px;
	margin-right: 7px;
	margin-bottom: 3px;
	text-align: left;
	color: #00529b;
}
li.in_a {
	list-style-image: url(../i/dot_green_s.gif);
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 3px;
	text-align: left;
	color: #00529b;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;	
	color: #00529b;
	font-size: 11px;
}
.separator {
	background-image: url(../i/delimiter.gif);
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.main_content {	
	padding-left: 1px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 0px;
}
.title {
	color: #474747;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
}
#copyright {
	text-align: left;
	color: #474747;
}
.created {
	text-align: right;
	padding-right: 20px;	
}
#created, #created:link, #created:visited, #created:hover, #created:active {
	color: #00529b;
	text-decoration: none;
	font-size: 11px;
}