body {background-color:#ffffff;}

a {color:#e41b5b;}
a:hover {color:#7fffff;}

/* ----------------------------------------------------------------------------------------------------------
Generally HTML styles (table, ul, dl...)
---------------------------------------------------------------------------------------------------------- */            

table.table-style01 {border:1px solid #CCC;}
table.table-style01 th {border-right:1px solid #CCC; background:#EFEFEF; color:#0288CA;}
table.table-style01 td {border:1px solid #DDD;}
table.table-style01 tr.bg td {background:#F5F5F5;}

/* ----------------------------------------------------------------------------------------------------------
Layout
---------------------------------------------------------------------------------------------------------- */

#header  {margin-left: 10px; background-color:#ffffff; color:#e41b5b;}

#logo span {color:#02AAFC;}
#logo a {color:#e41b5b;}

#slogan {color:#AFAFAF;}

#nav {background-color: #ffffff; color:#e41b5b;}
#nav ul li a {color:#333333;}
#nav ul li#nav-active a {color:#ffffff;}
#nav ul li a:hover {color:#7fffff;}

#cols {background-color:#FFF;}

#content #content-title{background-color:#ffffff; color:#e41b5b; border-style:solid; border-top-color:#e41b5b; border-top-width:1px; border-bottom-color:#7fffff; border-bottom-width:1px;}
#content-full #content-title-full{background-color:#ffffff; color:#e41b5b; border-style:solid; border-top-color:#e41b5b; border-top-width:1px; border-bottom-color:#7fffff; 
border-bottom-width:1px;}
#content #content-title a {color:#e41b5b;}
#content-full #content-title-full a {color:#e41b5b;}

#aside #aside-title {background-color:#7fffff; color:#e41b5b; border-style:solid; border-top-color:#7fffff; border-top-width:1px; border-bottom-color:#e41b5b; border-bottom-width:1px; background:url("../magenta_design/blue255x50.png") 0 0px no-repeat;}
#aside #aside-sub-title {background-color:#7fffff; color:#e41b5b; border-style:none; background:url("../magenta_design/blue255x50.png") 0 0px no-repeat;}
#aside #aside-title a {background-color:#7fffff; color:#e41b5b;}

#footer {background-color:#e41b5b; color:#ffffff;}
#footer a {color:#ffffff;}
#footer a:hover {color:#FFF;}
    
/* ----------------------------------------------------------------------------------------------------------
Page: Home
---------------------------------------------------------------------------------------------------------- */

#perex {background-color:#ffffff; color:#333333;}
#perex a {color:#e41b5b;}
#perex a:hover {color:#7fffff;}

.section h3 {background-color:#e41b5b; color:#ffffff;}
.section h3 a {color:#ffffff;}
.section h3 a:hover {color:#7fffff;}
.section-in {color:#333333}

dl#news dt {color:#7fffff;}
dl#news dd {border-bottom:1px solid #CACACA; color:#333333;}
dl#news dd span.date {color:#0288CA;}
