/* P-News Vē Default Stylesheet*/
/* Body */
Body {
background: #FFFFFF;
font-family: Verdana;
color: #000000;
font-size: 11pt;
}
/* Hyperlinks */
a:link {
text-decoration: none; color: #375D9C;
}
a:visited {
text-decoration: none; color:  #375D9C;
}
a:hover {
text-decoration: none; color: #0099CC;
}
/* Tables */
td{
font-size:9pt;
}
td.tablehead {
background-image: url(images/head_bg.jpg);
color: #ffffff;
font-weight: bold;
}
td.tablebody {
background-color: #F5F5F5;
}
td.tablebody2 {
background-color: #E5E5E5;
}
/* Table Hyperlinks */
td.tablehead a:link {
color: #FFFFFF;
}
td.tablehead a:visited {
color: #FFFFFF;
}
td.tablehead a:hover {
color: #FF9900;
}

/* Formular */
input {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #ffffff;
border: 1px solid #94BFFF;
color: #000000;
}
#formfield, option, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border: 1px solid #94BFFF;
background-color: #FFFFFF;
color: #000000;
}
