/*
- This file is for clients who have configured Medianet Web via their
 own CSS, and need to turn off our new default configuration.
- It is auto-added to the beginning of medianet_cfg.css, as needed, by
 WTMPLT.MST (see dyw:overridestyle.prl).
*/
#idBtnbar {
 border-top: 1px groove black;
 border-bottom: 1px groove black;
 padding-top:10px;
 padding-bottom:10px;
}
body {
 background-color: #FFFFFF;
 background-image: url();
}
#idBottom {
 background-image:url();
}
body,td,th {
 font-family: Arial,Verdana,Helvetica,sans-serif;
 font-size: medium;
 letter-spacing: normal;
 line-height: 1.2em;
}
h1 {
 font-family: Arial,Verdana,Helvetica,sans-serif;
 font-size: 2em; /* Standard h1 font size */
 font-weight: 600;
 color: black;
 padding: 0px;
 letter-spacing: normal;
 text-transform: none;
 line-height: 1.2em;
}
ul {
 line-height: 1.2em;
}
a {
 color: blue;
 text-decoration: underline;
}
a:visited {
 color: purple;
 text-decoration: underline;
}
a:hover {
 color: blue;
 text-decoration: underline;
}
a:active {
 color: blue;
 text-decoration: underline;
}
#idContent {
 background-color: #FFFFFF;
 margin: 0px 8px;
 padding: 8px 8px;
 border: 0px;
}
body
{
background-color: white;
font-family: arial,verdana,helvetica,sans-serif
}
