body{
padding:0px;
margin:0px;
background-color:#0876A5;
}

table, td {
		width:100%;
		height:100%;
		border:0px;
	}

td {vertical-align:top;}

a:hover{text-decoration:none;}

img { border:0px;}

.main_text, table, input, textarea, body, font, select
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#6B6B6B;
	}

a { color:#CD3301;}

font { color:#3A3A3A;}

.h_text a { color:#6B6B6B; font-size:10px; line-height:10px; text-decoration:none; margin-left:5px; vertical-align:middle;}
.h_text a:hover { text-decoration:underline;}
.h_text img { vertical-align:middle;}
	
.ls_text { color:#69C5D2; line-height:11px;}
.ls_text a, .ls_text font { color:#FFFFFF; text-decoration:none;}
.ls_text a:hover { text-decoration:underline;}
.ls_text span a { text-decoration:underline;}
.ls_text span a:hover { text-decoration: none;}
	
.c_text { color:#69C5D2; font-size:10px; line-height:10px;}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;		
	}

.form {height:22px; margin-top:3px;}
.form input	{width:174px; height:19px; border-color:#D6D6D6; border-right-width:1px; border-bottom-width:1px; background-color:#ffffff; padding-left:8px; margin-left:24px;}

textarea {width:174px; height:115px; border-color:#D6D6D6; border-right-width:1px; border-bottom-width:1px; background-color:#ffffff; padding-left:8px; overflow:hidden; margin-left:24px; margin-top:3px;}

ul {margin:0; padding:0; list-style:none}
li  {background:url(images/a.gif) no-repeat left center; margin: 0px 0px 0px 0px; padding:0px 0px 0px 22px; line-height:18px;}
ol  {}
.block1 { border:#C8C8C8 1px solid; background:#F8F8F8;}

.v_l { background:url(images/v-l.gif) repeat-y left;}

.bluelinktext {
color: #0000ff;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:url(images/a.gif) no-repeat left center;
list-style-type: none;
padding-left: 0px;
margin-bottom: 0px;
}

.treeview .sub2{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 0px;
margin-bottom: 0px;
color:#CD3301;
text-decoration: none;
font-size: 11px;
}

.treeview .sub3{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 0px;
margin-bottom: 0px;
color:#CD3301;
text-decoration: none;
font-size: 11.5px;
}

.treeview li.sub{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(list.gif) no-repeat left center;*/
background:url(images/a.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 0px;
color:#CD3301;
text-decoration: underline;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(closed.gif) no-repeat left 1px;*/
background:url(images/a.gif) no-repeat left center;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}