@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
  News
--------------------------------------------------*/

* {
margin:0;
padding:0;
font-size:small;
line-height:1.25;
}

body {
background-color:#bbbbbb;
color:#333333;
overflow-x:hidden;
scrollbar-face-color:#222222;
scrollbar-track-color:#222222;
scrollbar-shadow-color:#ffffcc;
scrollbar-3dlight-color:#222222;
scrollbar-highlight-color:#222222;
scrollbar-arrow-color:#222222;
scrollbar-darkshadow-color:#222222;
}

a {
color:#eeeeee;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

blink {
color:#cc0044;
}

dt, dd {
float:left;
line-height:25px;
}

dd a { line-height:25px;}
dd img { margin: 0 0 0 3px;}

.clear { clear: both;}


/*-- Icon ----------------------------------------*/

.icon, .icon2 {
height:17px;
padding:4px 0;
text-align:right;
width:80px;
}

.icon2 {
background-color:#a6a6a6;
}

/*-- Date ----------------------------------------*/

.date, .date2 {
text-align:center;
width:80px;
}

.date2 {
background-color:#a6a6a6;
}

/*-- Text ----------------------------------------*/

.text, .text2 {
width:331px;
}

.text2 {
background-color:#a6a6a6;
}

/*--------------------------------------------------
  Information
--------------------------------------------------*/

img {
border:none;
}

#info {
background-color:#333333;
color:#cccccc;
text-align:justify;
padding:50px;
}

#info h2 {
color:#ff6699;
font-size:medium;
}

#info a {
color:#cccc66;
font-weight:normal;
text-decoration:underline;
}

#info a:hover {
color:#cccc33;
font-weight:normal;
text-decoration:underline;
}

.sub {
color:#ffffff;
}