
    /* titles */
	.body{ font-family: Verdana, Arial, Helvetica, sans-serif}
    h1.title { color:#7F0404; font-size: 13px; font-weight:bold;}
    /* subtitles */
    h2.subtitle { color:#7F0404; font-size: 12px; font-weight:bold; }
    .subtitle { color:#941866; font-size: 12px; font-weight:bold; }
	input { border-top:1px solid #D4C1DD; height:17px; width:92px; font-size:10px; color:#410C56; }
	select {height:18px; width:140px; font-size:10px; border:1px solid #D4C1DD; color:#410C56;}
	select option{height:16px; width:140px; font-size:10px; border-top:1px solid #D4C1DD; color:#410C56;}
	select option:hover{height:16px;  width:140px; font-size:10px; border-top:1px solid #D4C1DD; color:#FFFFFF; background-color:#410C56; cursor:pointer;}
	textarea {height:50px; width:140px; font-size:11px; border:1px solid #D4C1DD; color:#410C56;}	
    /* standard links */
    a {  color: #921466; font-size: 11px; }
    /* 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:#0085A3; }
    /* links in litle redish buttons all over the site */
    .smallButtons { text-decoration: none; color: #000000; font-size:11px; font-weight: bold; }



    /* 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: 11px; }
    .standardSmall { color: #000000; font-size: 10px; }

    /* this is used on all the textboxes in forms */
    .text {  border:1px solid #921466; color: #000000; font-size:12px; }
    
    /* make this similar to "standard" class.
     this as safety if i forget to put somewhere class="text" :) */
    td {color: #6F6F6F; font-size:11px; }

    /* submenu links */
    .submenu { font-weight:bold; font-size:11px; color:#6E04A0; text-decoration:none; }
    a.submenu:hover {color: #ffbe15;}
	
	.submenu1 { font-weight:bold; font-size:13px; color:#0085A3; text-decoration:underline; }
    .submenu1:hover {color:	#0085A3; text-decoration:underline;}

