/*
Theme Name: KSF
Theme URI: http://ksfltd.com/wordpress/themes/ksf/
Description: A theme which resenbles current design of KSF web site. Fixed width, two columns, left sidebar, standards compliant.
Version: 0.0.1
Author: Alex Gorovoy
Author URI: http://ksfltd.com/
Tags: fixed-width, two-columns, right-sidebar, blue, white, light, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

 
 
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	/*
	font-family: Verdana, Sans-Serif;
	color:#333333;
	margin:0;
	padding:0;
	*/
	/*background-color:#A2CFE2;*/
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;*/
	font-weight: bold;
	text-transform:uppercase;
	text-align:left;
}

h1 { font-size: 2em; }
h2 { font-size: 1.3em; }
h3 { font-size: 0.9em; }
h4 { font-size: 0.7em; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
/*	color:#666;*/
}

a {
	color: #48a0bd;
	text-decoration: none;
}

	
li a:hover, a p:hover, .navroot:hover{
	background-color:#E9F2F8;
}





hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
	/*width: 960px;*/
}

#header {
	margin: 0 20px;
}

#wrapper {
	padding:20px;
	padding-top:0px;
}

#content {
	margin:0;
	padding:0 0 0 0;
	/*width:576px; */
/*	width: 466px;*/
	width: 100%;
	float:left;
}
	
#sidebar {
	width:300px;
	float:right;	
	margin:0;
	padding:20px 0;
}	

#footer {
	margin: 20px auto;
	clear: both;
}

/* Header */
#headerimage {
	padding:30px 0;
	/* If you want to add a background image for the header, uncomment and use the following lines of code */
	/*
	background:url('header.jpg') no-repeat;
	padding: 30px;
	*/
}

#header h1 {
	margin:10px 0;
	
}

#header .description {
	font-size:1.1em;
}

#hmenu {
	margin:0 20px;
	padding:5px 0;
}

#hmenu ul {
	display:inline;
	margin:0;
	padding:0;
}

	
#hmenu ul li {
	padding:0;
	display:inline;
	margin:0 20px 0 0;
}

#hmenu ul li {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}	

#hmenu ul li#hmenu_rss {
	background:url('../img/rss.png') no-repeat;
	padding-left:20px;
}	

#header, #hmenu {
	background:url('../img/border_h.png') repeat-x bottom;
}


/* End header */

/* Post */

.post {
	margin: 0;
	padding:20px 0; 
	text-align: justify;
	overflow:hidden;
	clear:both;
	}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.3em;
	margin:0;
	padding:0;
	text-align:left;
}	


	
div.archive-title {
	font-size:1.1em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	/*font-size:1.2em;*/
	/*line-height:1.2em;*/
	margin:20px 0;
}

.postarchives UL{
	margin:0;
	padding:0;
	padding-left:14px;
}
.postarchives LI{
	list-style-type: none;
	list-style-image: none;
	display:block;
	margin:0;
	padding:0px 0px 0px 13px;
}

.entry h3, .postarchives UL H3, .postarchives LI H3{
	BACKGROUND: url(../img/arrow1.gif) no-repeat 0px 3px;
	padding-left: 10px;
font-size:10px;
font-weight:bold;
line-height:12px;

color:#666666;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}

.entry table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('../img/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('../img/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */

#sidebar {
	font: 1.2em 'Lucida Grande', Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Sans-Serif;
	font-size: 1.2em;
	}

#sidebar h2 {
	padding: 0;
	background:url('../img/border_h.png') repeat-x bottom;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}

#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;
	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;
}


/* End Calendar */


/* Footer */	

#footer {
	background: url('../img/border_h.png') repeat-x top;
	padding:10px;
	text-align:center;
	font-size:1.1em;
	color:#888;
	margin:20px;
}

/* Custom */

.container li{
	/*height:400px;*/
	padding-bottom:10px;
	position:relative;
list-style-image: none;
list-style-type: none;
}
.container UL{
font-size:11px;
margin-top:0px;
	padding:0px;
}


/*		
.container UL LI P{
margin-top:0px;
padding:0px;
}

.container a{
	margin:0;
	padding:0;
}
*/

.container a p{
margin:0;
padding:0;
display:block;
/*
margin-left:15px;
text-indent:-15px;
*/
padding-bottom:2px;
padding-left:13px;

}


.container{

	
/*	margin:30px; */
	overflow: auto;
	position:relative;
	
	height:400px;

scrollbar-arrow-color: #C0CCD1;
scrollbar-3dlight-color: #f0f0ff;
scrollbar-darkshadow-color: #cacaca;
scrollbar-face-color: #f0f8ff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #c0c0cc;
scrollbar-track-color: #f5f5f5;
}
	.container ul{
		padding:0;

	}

.navbar{
margin-top:8px;
margin-left:-6px;
display:inline;
float:left;
height: 400px;
width:31%;
overflow: auto;
scrollbar-arrow-color: #C0CCD1;
scrollbar-3dlight-color: #f0f0ff;
scrollbar-darkshadow-color: #cacaca;
scrollbar-face-color: #f0f8ff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #c0c0cc;
scrollbar-track-color: #f5f5f5;
font-size:11px;
}




/*

TABS STYLES

*/



UL.tabs {
	border-bottom:3px solid #DEEEF5;
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 24px; PADDING-TOP: 0px
}
UL.tabs LI {
	PADDING-BOTTOM: 0px; TEXT-INDENT: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FLOAT: left; LIST-STYLE-IMAGE: none !important; PADDING-TOP: 0px; LIST-STYLE-TYPE: none;
}
UL.tabs A {
	POSITION: relative; TEXT-ALIGN: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 10px; margin-left:-1px; margin-right:2px; WIDTH: 124px; PADDING-RIGHT: 0px; DISPLAY: block; BACKGROUND: url(../img/blue_1.gif) no-repeat -420px 0px; HEIGHT: 20px; COLOR: #4D8DA2; font-weight:normal; 
	text-transform: uppercase;
	FONT-SIZE: 10px;
	FONT-FAMILY: arial, verdana, tahoma;
	TEXT-DECORATION: none; PADDING-TOP: 6px;
}
UL.tabs A:active {
	OUTLINE-STYLE: none; OUTLINE-COLOR: invert; OUTLINE-WIDTH: medium;

}
UL.tabs A:hover {
	BACKGROUND-POSITION: -420px -31px; COLOR: #FF6600
}
UL.tabs A.current {
	
	BACKGROUND-POSITION: -420px -62px; COLOR: #FF6600 !important; CURSOR: default !important;
	
	
}
UL.tabs A.current:hover {
	BACKGROUND-POSITION: -420px -62px; COLOR: #FF6600 !important; CURSOR: default !important;
	
}
UL.tabs LI.current A {
	BACKGROUND-POSITION: -420px -62px; COLOR: #4D8DA2 !important; CURSOR: default !important
}
UL.tabs A.s {
	WIDTH: 81px; BACKGROUND-POSITION: -553px 0px
}
UL.tabs A.s:hover {
	BACKGROUND-POSITION: -553px -31px
}
UL.tabs A.current.s {
	BACKGROUND-POSITION: -553px -62px
}
UL.tabs A.l {
	WIDTH: 174px; BACKGROUND-POSITION: -248px 0px
}
UL.tabs A.l:hover {
	BACKGROUND-POSITION: -248px -31px
}
UL.tabs A.current.l {
	BACKGROUND-POSITION: -248px -62px
}
UL.tabs A.xl {
	WIDTH: 248px; BACKGROUND-POSITION: 0px 0px
}
UL.tabs A.xl:hover {
	BACKGROUND-POSITION: 0px -31px
}
UL.tabs A.current.xl {
	BACKGROUND-POSITION: 0px -62px
}

DIV.panes DIV.pane {
	DISPLAY: none;
/*	*/
}




/*
  SIMPLE TREE STYLES

*/




.simpleTree
{
	
	margin:0;
	padding:0;
	/*
	overflow:auto;
	width: 250px;
	height:350px;
	overflow:auto;
	border: 1px solid #444444;
	*/
}
.simpleTree li
{
	list-style: none;
	margin:0;
	padding:0 0 0 16px; /*34*/
	line-height: 10px;
}


.simpleTree li span
{
	cursor:pointer;
	line-height: 10px;
	display:inline;
	clear: left;
	white-space: nowrap;
	padding:0;
	margin:0;
	color:#48A0BD;
}
.simpleTree ul
{line-height: 10px;
	margin:0; 
	padding:0;
	
}
.simpleTree .root
{
	/*margin-left:-16px;*/
	background-color:#ffffff;
	/*background:  url(../img/root.gif)  no-repeat 16px 0 #ffffff;*/
}
.simpleTree .line
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	/*background: url(../img/line_bg.gif) 0 0 no-repeat transparent;*/
}
.simpleTree .line-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	background: url(../img/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	/*background: url(../img/line_bg_over.gif) 0 0 no-repeat transparent;*/
}
.simpleTree .line-over-last
{
	margin:0 0 0 -16px;
	padding:0;
	line-height: 3px;
	height:3px;
	font-size:3px;
	/*background: url(../img/line_bg_over_last.gif) 0 0 no-repeat transparent;*/
}
.simpleTree .folder-open
{
	margin-left:-16px;
	background: url(../img/collapsable_1.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-open-last
{
	margin-left:-16px;
	background: url(../img/collapsable-last_1.gif) 0 -2px no-repeat #fff;
}
.simpleTree .folder-close
{
	margin-left:-16px;
	background: url(../img/expandable_1.gif) 0 -2px no-repeat #fff;
}


.simpleTree .folder-close-last
{
	margin-left:-16px;
	background: url(../img/expandable-last_1.gif) 0 -2px no-repeat #fff;
}


.simpleTree .doc
{
	margin-left:-16px;
	background: url(../img/leaf_1.gif) 0 -1px no-repeat #fff;
}

.simpleTree .doc SPAN{
 /*padding-left:16px;	*/
 /*
 padding-left:2px;	
 padding-right:2px;	
 */

}
.simpleTree .doc-last
{
	margin-left:-16px;
	background: url(../img/leaf-last_1.gif) 0 -1px no-repeat #fff;
}
.simpleTree .doc-last SPAN{
 /*
 padding-left:2px;	
 padding-right:2px;
 	*/
}

.simpleTree .ajax
{
	background: url(../img/spinner.gif) no-repeat 0 0 #ffffff;
	height: 16px;
	display:none;
}
.simpleTree .ajax li
{
	display:none;
	margin:0; 
	padding:0;
}
.simpleTree .trigger
{
	display:inline;
	margin-left:-16px;
	width: 16px; /*28*/
	height: 7px;
	cursor:pointer;
}


.simpleTree .active
{
	cursor: default;
	background-color:#E9F2F8;
	padding:0px 0px;
	padding-bottom:1px;
	/*border: 1px dotted #999999;*/
}
#drag_container
{
	background:#ffffff;
	color:#000;
	font: normal 11px arial, tahoma, helvetica, sans-serif;
	border: 1px dashed #767676;
}
#drag_container ul
{
	list-style: none;
	padding:0;
	margin:0;
}

#drag_container li
{
	list-style: none;
	background-color:#ffffff;
	line-height:18px;
	white-space: nowrap;
	padding:1px 1px 0px 16px;
	margin:0;
}
#drag_container li span
{
	padding:0;
}

#drag_container li.doc, #drag_container li.doc-last
{
	background: url(../img/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
	background: url(../img/expandable.gif) no-repeat -17px 0 #ffffff;
}

#drag_container .folder-open, #drag_container .folder-open-last
{
	background: url(../img/collapsable.gif) no-repeat -17px 0 #ffffff;
}
.contextMenu
{
	display:none;
}







.tableT{
	display:inline-table;
	padding-top: 20px;
	margin-bottom: 15px;
	width: 220px;
	line-height:15px;
	}
.tableT th{
	background:url('../img/bul_01.gif') no-repeat;
	background-color: #48a0bd;
	background-position: 0px 0px;
	font-weight: bold;
	padding-left: 16px;
	text-align:left;
	height:16px;
	font-size: 12px;
	color:white;
	
}
.tableT td{
	background:url('../img/bul_02.gif') no-repeat;
	padding-left:18px;
	background-position: 6px 5px;
	height:13px;
	font-size:11px;
	color:#48a0bd;
	background-color:#EDF5FA;	
	text-align:left;
}



.container UL LI P B, .postarchives H3{
	/*
	padding:0;
	margin:0;
	*/
	line-height:18px;
	color: #4D8DA2;
	background: url(../img/blue_bullet.gif) no-repeat -3px -3px #DEEEF5;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:12px;
	display:block;
	padding-bottom:0px;
	vertical-align:bottom;
	
}

.container UL LI P A P{
left:12px;
}


/*
.container UL LI A{
	padding:0;
	margin:0;
	color: #48a0bd;
	text-decoration: none;


}

.container UL LI A:visited{
	padding:0;
	margin:0;
	text-decoration: none;
	/*background-color:#EDF5FA;
}
 

.container UL LI A:hover{
	padding:0;
	margin:0;
	/*color:#05b1e9;
	text-decoration: none;
	background-color:#EDF5FA;
	
}


*/

.tableT td a, .navigation A{
	color: #48a0bd;
	margin-left:-6px;
	text-decoration: none;
	padding-left: 6px;
}

.tableT td a:visited{
	padding:0;
	margin:0;
	margin-left:-6px;
	text-decoration: none;
	/*background-color:#EDF5FA;*/
	padding-left: 6px;
	
}
.tableT td a:hover{
	padding:0;
	margin:0;
	margin-left:-6px;
	/*color:#05b1e9;*/
	text-decoration: none;
	background-color:#EDF5FA;
	padding-left: 6px;
	
}


/* TREE */

.nav{
	color:#48a0bd;

	text-decoration: none;
	margin-left: 0px;	
}

.nav:visited{

	text-decoration: none;
	/*background-color:#EDF5FA;*/
	margin-left: 0px;
	
}
.nav:hover{
	
	/*color:#05b1e9;*/
	text-decoration: none;
	background-color:#EDF5FA;
	margin-left: 0px;	
}


.nav3{
	color:#48a0bd;

	text-decoration: none;
	margin-left: 0px;	
}

.nav3:visited{

	text-decoration: none;
	/*background-color:#EDF5FA;*/
	margin-left: 0px;
	
}
.nav3:hover{
	
	/*color:#05b1e9;*/
	text-decoration: none;
/*	background-color:#EDF5FA;*/
	margin-left: 0px;	
}







body,td,th {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #A2CFE2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:  url("../img/bg.gif");
}
.menu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2E7594;
	font-size: 10px;
	text-decoration: none;
}
.menu2 a:hover{
	text-decoration: underline;
}
.menu {
	font-family:  Arial, Helvetica, sans-serif;
	color: #4E8BA5;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:hover{
	color: #FF6600;
	text-decoration: none;
}
.btn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid #FFFFFF;  
	background-color: #4E8BA5;  
	color: White;   
	font-size: 10px;
	font-weight : bold;
	text-transform : uppercase;
}
.whitebold12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.whitebold12 a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
.white a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}

.orange10 {
	color: #FF6600;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.orange10 a:hover{
	color: #FF6600;
	text-decoration: underline;
}

a.blue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #48a0bd;
	text-decoration: none;
}

a.blue:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3C8AA4;
	text-decoration: underline;
}


a.mainnav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4da0bd;
	text-decoration: none;
}


a.mainnav:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3c8aa4;
	text-decoration: underline;
}



.blue {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #48a0bd;
	text-decoration: none;
}


.mainnav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #4da0bd;
	text-decoration: none;
}
.lightblue {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #a2cfe2;
	text-decoration: none;
}

.white11 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.ssmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.ntext {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.verdwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.products {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #48A0BD;
	text-decoration: none;
}

.indStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:  #48A0BD;
	font-weight: normal;
}
.indStyle1 a:hover {
	text-decoration: underline;
}
.indStyle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #48A0BD;
	font-weight: normal;
}
.indStyle3 {font-size: 11px; color: #48A0BD; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;}
.indStyle4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.colorMain {
	color:  #48A0BD;
}

.error11 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF4A00;
}

.styleForm {color: #FF4A00}



.st_tbcss,.st_tdcss,.st_divcss,.st_ftcss{border:none;padding:0px;margin:0px}
A.st_acss,A.st_acss:link,A.st_acss:visited,A.st_acss:active,A.st_acss:hover{background-color:transparent}
