/*-------------------------------------------------------------
                             BODY                           
--------------------------------------------------------------*/

body{
color : #CF3A69; 
font-size : 10px; 
font-family : "verdana", arial, serif;  
background-color : #F8ECEC;
margin : 0;


}

/* THIS IS THE BAR ON THE MAIN PAGE*/
h1 {
font-family : "Tahoma", arial, serif; 
font-size : 12px; 
color : #CF3A69; 
letter-spacing : 2px; 
font-weight : bold; 
text-transform : uppercase; 
background-color : #F8ECEC;
background-image: url(images/bar.jpg);
background-repeat: no-repeat;
background-position: bottom;
width : 350px;
padding-bottom:10px; 
text-align : left; 
} 

.imgbord {
  border:solid 1px #D97C99;
  background:white;
  padding:4px; /* margin inside the image */
  margin:6px; /* margin outside the image */
} 

.idnews{
  border:solid 1px #E3E8E1;
  background:white;
  padding:4px; /* margin inside the image */
  margin:6px; /* margin outside the image */
}

ul 
{
list-style-image: url(images/icon.gif)
}

/*-------------------------------------------------------------
                            TABLES                           
--------------------------------------------------------------*/

table, td {
color : #CF3A69; 
font-size :10px; 
font-family : "verdana", arial, serif;  
background-color : #F8ECEC;
padding : 5px;
text-align : justify;
}

/*ANNOUNCEMENT*/
.main{
width :330px; 
padding-left : 0;
background-color : #E3E8E1; /*light green*/
color : #6F8566;
font-family : "Verdana", arial, serif; 
font-size : 10px;
text-align : justify;
border: 1px;
}

.box{
color : #6F8566; 
font-size : 10px; 
font-family : "verdana", arial, serif;  
background-color : #E3E8E1;
text-align : justify;
border: 1px #6D7E66 solid;
}

/* HEADER OF THE BOX INSIDE THE ANNOUNCEMENT */
h2 {
font-family : "Tahoma", arial, serif; 
font-size : 12px; 
color : #7F9676; 
letter-spacing : 2px; 
font-weight : bold; 
text-transform : uppercase; 
background-color : #F8ECEC;
background-image: url(images/h2.jpg);
background-repeat: no-repeat;
background-position: bottom;
width : 330px;
padding-bottom:2px;
text-align : right; 
}

/*-------------------------------------------------------------
                             LINKS                          
--------------------------------------------------------------*/
 
a.nav:link {
color : #ffffff; 
font-family : "Verdana", arial, serif; 
letter-spacing : 5px; 
font-weight : bold; 
text-transform : uppercase;
} 
a.nav:visited {
color : #ffffff; 
font-family : "Verdana", arial, serif; 
text-decoration : none; 
font-weight : bold; 
} 
a.nav:hover {
color : #9D4631; 
font-family : "Verdana", arial, serif; 
border-bottom : 1px dashed #656c41; 
font-weight : bold; 
}

/*-------------------------------------------------------------
                       FORMS AND TEXTAREAS                           
--------------------------------------------------------------*/
input {
border: 1px solid #FFFFFF; 
background: #E3E8E1; 
color: #FFFFFF; 
font-family: "Verdana", tahoma, arial, serif;
font-size: 10px;
margin-bottom: 5px;
text-align: left;
}

textarea {
overflow: auto;
padding: 3px; 
border: 1px solid #FFFFFF; 
background: #E3E8E1; 
color: #575D3B; 
font-family: "Verdana", tahoma, arial, serif;
font-size: 10px;
margin-bottom: 5px;
text-align: left;
}

/*-------------------------------------------------------------
                        LINKS                         
--------------------------------------------------------------*/
 
a:link {
color : #4A5744; 
font-family : "Verdana", arial, serif; 
border-bottom:1 dashed; #ffffff;
text-decoration: none; 
} 
a:visited {
color : #4A5744; 
font-family : "Verdana", arial, serif;
border-bottom:1 dashed #ffffff;
text-decoration: none; 
} 
a:hover {
color : #4A5744; 
font-family : "Verdana", arial, serif;
border-bottom:1 solid; #ffffff;
text-decoration: none;   
}
