body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	line-height: 130%;
	background: #ffffff url(images/back.gif) repeat-x
}

body.rcl {
	/*background-position: bottom*/
}

table {
	font-size: 11px;
}

table.main {
	background-color: #FFFFFF;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: #006600
}

h3 {
	font-weight: bold;
	font-size: 14px;
	color: #006600;
	margin-top: 40px;
}

h4 {
	font-weight: bold;
	font-size: 12px;
	color: #006600;
	margin-top: 30px;
}

li { padding-bottom: 3px }

a{ 
	font-weight: bold;
	color: #006600; 
	text-decoration:none
}

/*normal links in the text*/
a:link {

}

a:visited { 

}

a:hover {  
	text-decoration: underline
}

/*when pressed*/
a:active {  
	text-decoration: underline
}



/************************** utils *******************************/

.red {color: #FF0000}
.bold {font-weight: bold}
.white {color: #FFFFFF}

.back_green {
	background-color: #CCFFCC;
}

textarea.embed {width:300px; height:150px; font-family:verdana; font-size:11px; overflow:auto; background-color:#DDFFDD; padding:1px 0 0 1px; border:1px solid #888888; margin:2px 0 0 2px;  }


/************************** side text style *******************************/

.sidetext {
	font-size: 10px;
	font-style: normal;
	text-decoration: none
}


a.sidetext { 
	font-size: 11px;
}



/************************** menu style *******************************/

.menu {
	font-size: 11px;
	font-style: normal;
	color: #006600;
	line-height: 200%;
	text-decoration: none
}


/************************** footer style *******************************/

.footer {
	font-size: 8px;
	font-style: normal;
	text-decoration: none
}


/************************** ad style *******************************/

.ad {
	font-size: 11px;
	font-style: normal;
	color: #063E3F;
	text-decoration: none
}

td.ad {
	background-color: #e7f2ca;
	border: 1px solid #357401;
	margin: 5px;
	padding: 5px;
}


