html, body {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

    /* titles */
	input {border:1px solid #000; height:17px; color:#818E51; font-size:10px;}
	textarea{border:1px solid #000;}
	select{border:1px solid #000;}

	h1.title { color:#46617D; font-size: 14px; font-weight:bold; }
	/* subtitles */
	h2.subtitle {color:#46617D; font-size: 13px; font-weight:bold; background-color:#D6DCE2; height:19px;}
	
	h3.lefttitle {color:#ffffff; font-size: 11px; background-color:#E58316; height:17px; padding-top:2px; font-weight:100} 

    /* standard links */
    a { font-size:11px; color:#46617D; text-decoration:none;}
	a:hover {text-decoration:underline; color:#46617D;}
	
	
	.link1{ font-size:11px;  text-decoration:none; color:#FFFFFF;}
	.link1:hover{ font-size:11px; text-decoration:none; color:#FFFFFF;}
	
	.link2{ font-size:12px;  text-decoration:none; color:#7B9320;}
	.link2:hover{  font-size:12px;  text-decoration:underline; color:#7B9320;}
	
	.link3 {color: #9C0001; font-size: 11px; text-decoration:underline; }
	.link3:hover{color:#C56161;}
	
	.menu{ color:#FFFFFF; font-size:11px; text-decoration:none;}
	.menu:hover{ color:#FFFFFF; font-size:11px; text-decoration:none;}
	
	.submenu{ color:#677588; font-size:11px; text-decoration:none;}
	.submenu:hover{ color:#FFFFFF; font-size:11px; text-decoration:none;}
	
	
    /* links in the articles categories box (default and selected categories) */
    .articlesCategories { text-decoration: none; color: #ffffff; }
    .articlesCategoriesSelected { text-decoration: none; color: #000000; }
    /* links in footer */
    .footer { font-size:11px; color:#46617D; text-decoration:none;}
	.footer:hover {text-decoration:underline; color:#46617D;}
	.footer_sub{color:#46617D; text-decoration:none;}
	.footer_sub:hover {text-decoration:underline; color:#46617D;}
    /* links in litle redish buttons all over the site */
    .smallButtons { text-decoration: none; color: #677588; font-size:11px;}
	.smallButtons:hover { text-decoration: none; color: #D17714; font-size:11px;}
  .search {font: normal 12px tahoma, sans-serif;color:white;height:20px;background-color:#E58316;border:white;}


    /* custom style for displaying the name of the "cat of the month" */
    .catOfMonthName {  font-weight:bold; font-size:17px; color:#f59d31; }

    /* standard text all over the site */
    .standard { color: #6F6F6F; font-size: 12px; }
    .standardSmall { color: #6F6F6F; font-size: 10px; }

    /* this is used on all the textboxes in forms */
    .text { color: #6F6F6F; font-size:12px; }
    
    /* make this similar to "standard" class.
     this as safety if i forget to put somewhere class="text" :) */
    td {color: #000000; font-size:12px; }
	
	/* bullets more spacing */
	ul {
	color: #6F6F6F;
	}
	li {
	color: #6F6F6F;
	padding-bottom: 5px;
	}
	
a img{border:0px;}

.search_t{
color:#7B9320;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
.search_input{
border:1px #7B9320 solid;
height:20px;
width:200px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.search_input_ta{
border:1px #7B9320 solid;
width:200px;
height:80px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.nr{
font-weight:bold;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif, "Bookman Old Style"
;}




