/* Element - Start */
#element
{
	width: 567px;
	float: right;	
	position: relative;
}
.page_title, H1
{
	font-family: tahoma, arial, verdana;
	font-size: 14pt;
	color: #60AF2F;
	font-weight: bold;		
	text-decoration: none;	
	font-variant: small-caps;
	margin-left: 20px;
}
.exergue, H4
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	font-weight: bold;	
	color: #006A35;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.bodytext, P
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	font-weight: normal;
	text-align: justify;
	color: #3D3D3D;	
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
.mainTitle
  {
    background: #ffffff url("/images/page_titlebg.gif") no-repeat scroll top center ;
  }
ul
{
	list-style: disc url(/images/icon_arrow.gif) inside;
	text-indent: 5px;
}
/* Element - End */

/* welcome - Start */
.welcome_text_black, H2
{
	font-family: tahoma, arial, verdana;
	font-size: 11pt;
	font-weight: bold;	
	color: #4E4D4D;	
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.welcome_text_green, H3
{
	font-family: tahoma, arial, verdana;
	font-size: 10pt;
	font-weight: bold;	
	color: #006A35;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* welcome - End */

/* registration form - Start */
.registration_bgcolor
{
	background-color: #F1F6F3;
}
.form_text
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #3D3D3D;
	font-weight: normal;
	text-align: right;
	padding: 0px 7px 0px 0px;
	background-color: #F1F6F3;
	border-right: 1px solid #fff;	
}
.row_first_bgcolor
{
	background-color: #F1F6F3;
	border-bottom: 1px solid #fff;		
	height: 26px;	
}
.row_second_bgcolor
{
	background-color: #F4F4F4;
	border-bottom: 1px solid #fff;	
	height: 26px;		
}
.form_textfiled
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #3D3D3D;
	font-weight: normal;
	border: 1px solid #CDCDCD;
	height: 16px;	
	padding: 0px 0px 0px 2px;	
}
.dropdown_textfiled
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #3D3D3D;
	font-weight: normal;


	border: 1px solid #CDCDCD;
	height: 18px;	
	padding: 0px 0px 0px 2px;	
}
/* registration form - End */

/* news and articles - Start */
.top_image_news
{
	background-image: url(../images/top_image.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 250px;
}
.news_bg
{
	background-image: url(../images/news_bg.gif);
	height: 2px;
	width: 250px;
}
.bottom_image_news
{
	background-image: url(../images/bottom_image.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 250px;
}
.news_greentext
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #006A35;
	font-weight: normal;			
	text-decoration: none;
}
.news_articles_icon
{
	background-image: url(../images/icon_arrow_n&a.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 15px;
	float: left;
	padding: 0px 0px 0px 5px;
}
.news_articles_heading
{
	font-family: tahoma, arial, verdana;
	font-size: 11pt;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}
/* news and articles - end */
/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px solid #dddddd;
	border-top: none;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #7c7979;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #006a35;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px solid #93c5ba;
	border-top: none;
	/** remember to change image path **/
	background: url(none) no-repeat #93c5ba;
	color: #006a35;
}

/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 1px solid #93c5ba;
	/** remember to change image path **/
	background: url(none) no-repeat #93c5ba;
	color: #454743;
}


