body{
padding:0px;
margin:0px;
background: #FFFFFF;
}

table {
		width:100%;
		/*height:100%;*/i
		border:0px;
	}
form {margin:0px;}
td { vertical-align:top;}

a
{
color:#006633;
font-size:11px;
font-family:Tahoma;
}

a:hover{text-decoration:none;}

img { border:0px;}

.main_text, table, li, input, textarea
	{
	font-family:Tahoma;
	font-size:11px;
	line-height:normal;
	color:#4D4D4D;
	}

span a { color:#055CA9}

.l_text a{ font-size:10px; color:#6E6F65}
.l_text span a{ font-size:10px; color:#055CA9; text-decoration:none}
.l_text span a:hover{ font-size:10px; color:#055CA9; text-decoration:underline}
	
.zag 
	{
		font-family:Tahoma;
		font-size:15px;
		font-weight:bolder;
		line-height:normal;
		color:#006699;
}
hr
{
color=#006633
}
h1 {
	font-family:Tahoma;
	font-size:22px;
	font-weight:bold;
	color:#666666;
	margin-bottom:10px;
	margin-top:0px;
}
h2 {
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	margin-bottom:10px;
	margin-top:0px;
}
h3 {
	font-family:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#666666;
	margin-bottom:10px;
	margin-top:0px;
}
h4 {
	font-family:Tahoma;
	font-size:10px;
	
	color:#666666;
	
	margin-top:0px;
}

ol, ul {
	margin-bottom:0px;
	margin-top:0px;
}
ul {list-style-type:circle}
li {
	margin-top:5px;
}
.c_text a{ color:#055CA9}

.g_text { color:#6E6F65}

.b_text { color:#055CA9}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		
	}

.form{height:23px; margin-top:2px;}
.form input	{width:172px; height:20px; border-color:#B5B5B5; border-bottom-width:1px; background-color:#ffffff; padding-left:5px}
.input	{width:128px; height:20px; border-color:#989992; border-width:1px; background-color:#ffffff; border-style:solid; padding-left:5px;}

textarea{
	border-color:#B5B5B5;
	border-bottom-width:1px;
	border-right-width:1px;
	background-color:#ffffff;
	padding-left:5px;
	margin-top:2px
}

/* ----- tool tip specific styles ----- */

#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-family: Tahoma;
font-size: 11px;
color: #333333;
line-height:14px;
margin-right:10px;
margin-top:0;
margin-bottom:10;
}

#ToolTipTextWrap {
font-family: Tahoma;
font-weight:bold;
font-size: 13px;
color: #592C16;
margin-right:10px;
}

.addToolTip {
	text-decoration: none;
}
