body
{
	background-image:  url(../graphics/lectro_bg.gif);
	background-repeat: repeat-x;
}
.text
{
	color :#333333;
    font-size : 11px;
	text-align:justify;
	font-family : Verdana;
	line-height:16px
}
.heading
{
	color :#1D6794;
    font-size : 11px;
	font-family : Verdana;
	font-weight:bold;
	line-height:16px
}
a.heading
{
	color :#1D6794;
    font-size : 11px;
	font-family : Verdana;
	font-weight:bold;
	line-height:16px
	text-decoration:none;
}
a:hover.heading
{
	color :#1D6794;
    font-size : 11px;
	font-family : Verdana;
	font-weight:bold;
	line-height:16px
	text-decoration:none;
}
a
{
	color :#005272;
    font-size : 11px;
	font-family : Verdana;
	text-decoration:underline;
}
a:hover
{
	color :#005272;
    font-size : 11px;
	font-family : Verdana;
	text-decoration:none;
}
.txtbox
 {
 border: #4C728E 1px solid;
 font-size :8pt;
 color:#545454;
 width:150px;
 height:18px;
 background:#ffffff;
 }
textarea
 {
 border: #4C728E 1px solid;
 font-size :8pt;
 color:#545454;
 width:200px;
 height:90px;
 background:#ffffff;
 }
   select
 {
 border-right: #4C728E 1px solid;
 font-size :8pt;
 color:#545454;
 width:113pt;
 height:12pt;
 background:#ffffff;
 }