.html, body {	overflow-y: scroll; font-family: Helvetica Narrow, sans-serif; }

.infront {
width:704px;
height: 352px;
position: relative;
top: 0;
left:0;
z-index: 3;
}

.behind {
width:244px;
height: 1px;
position: relative;
top: -70;
left:-235;
/left: 46;
z-index: 2;
}

.infront2 {
width:704px;
height: 352px;
position: relative;
top: 0;
/top: -455;
left: 12;
/left: 55;
z-index: 3;
}


.logo {
background-image: url(../images/lime_logo.jpg);
background-repeat: no-repeat;
height:80;
}

.menu {
background-image: url(../images/menu_bg.jpg);
background-repeat: repeat-x;
height:40;
}

.time {
font-size: 12px;
color: #999999;
}

.copyright {
padding: 15px 20px 0 0;
text-align: right;
font-size: 12px;
color: #999999;
}

.breadcrumb {
font-size: 26px;
color: #6cb715;
}

.title_text {
font-size: 26px;
color: #c2e11b;
}

.title_text2 {
font-size: 26px;
color: #e98010;
}

.title_text3 {
color: #6cb715;	
}

.subtitle_text {
font-size: 12px;
color: #63563b;
font-weight:bold;
}

.subtitle_text2 {
font-size: 12px;
color: #6cb715;
font-weight:bold;
}

.content_text {
height: 100%;
vertical-align: top; 
text-align: justify;
font-size: 12px;
color: #63563b;
}

.form_text {
height: 100%;
vertical-align: top; 
text-align: right;
vertical-align: top;
font-size: 12px;
color: #63563b;
}

.vline {
	height: 100px;
	background: #fff url(../images/vline.jpg) repeat-y scroll center;
}

ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 1.5em;
}

hr {
	height:0;
	border:0;
	border-top:1px solid #CCCCCC;
}

div.hr {
  height: 15px;
  background: #fff url(../images/hr1.jpg) repeat-x scroll center;
}
div.hr hr {
  display: none;
}

a.textlink:link 		{color:#e98010;text-decoration: none; font-size:15px;}
a.textlink:visited	{color:#e98010;text-decoration: none; font-size:15px;}
a.textlink:active 	{color:#e98010;text-decoration: none; font-size:15px;}
a.textlink:hover 		{color:#AAAAAA;text-decoration: none; font-size:15px;}
.cur_textlink 			{color:#999999;font-size:15px;}

a.s_textlink:link 		{color:#e98010;text-decoration: none; font-size:12px;}
a.s_textlink:visited	{color:#e98010;text-decoration: none; font-size:12px;}
a.s_textlink:active 	{color:#e98010;text-decoration: none; font-size:12px;}
a.s_textlink:hover 		{color:#AAAAAA;text-decoration: none; font-size:12px;}
.cur_s_textlink 			{color:#999999;font-size:12px;}

a.sb_textlink:link 		{color:#e98010;text-decoration: none; font-size:12px; font-weight:bold;}
a.sb_textlink:visited	{color:#e98010;text-decoration: none; font-size:12px; font-weight:bold;}
a.sb_textlink:active 	{color:#e98010;text-decoration: none; font-size:12px; font-weight:bold;}
a.sb_textlink:hover 	{color:#AAAAAA;text-decoration: none; font-size:12px; font-weight:bold;}

a.more:link			{color:#ada656;text-decoration: none; font-size:12px; font-weight:bold;}
a.more:visited	{color:#ada656;text-decoration: none; font-size:12px; font-weight:bold;}
a.more:active		{color:#ada656;text-decoration: none; font-size:12px; font-weight:bold;}
a.more:hover		{color:#ada656;text-decoration: none; font-size:12px; font-weight:bold;}

label {
	color: #63563b;
  font-size: 8pt;
  font-weight: bold;
}

red {
	color: #800000;
}

input {
    width: 400px;
    border: 1px solid #ccc;
}

textarea {
    width: 400px;
    height: 150px;
    border: 1px solid #ccc;
}