h3 {font-family: arial; color: white}
img
{  border-style: none;
}
td {font-family: arial; text-align: center; font-size: 10pt; background-color: #294F74; font-weight:bold; width: 100px}
.active {font-family: arial; color: #294F74; text-align: center; font-size: 10pt; background-color: white; font-weight:bold; width: 100px}
p {font-family: arial; font-size: 10pt; color: #E4903A margin-top:0; margin-bottom:0}
.footer {font-family: arial; font-size: 9pt; color: white}
.main {font-family: arial; font-size: 9pt; color: black; font-weight:normal; }
.news {font-family: arial; font-size: 10pt; text-align: left; color: #FF2400; font-weight: bold;}
.presstext {font-family: arial; font-size: 9pt; color: grey; font-weight:normal;}
.info {font-family: arial; font-size: 9pt; color: #333333; font-weight:bold;}
.phunter {font-family: arial; font-size: 10pt; color: #404040; font-weight:normal; text-indent: 10px;}
table#body {background-color:#FFFFFF; width: 700px;}
table#body td {background-color:#FFFFFF; text-align: left;}
.leftcol {font-weight: bold; text-align: left; width: 400px; background-color: #CCCCCC;}
.rightcol {font-weight: bold; text-align: left; width: 300px; background-color: #CCCCCC;}
.class1 A:link {color: white; text-decoration:none;}
.class1 A:visited {color: white; text-decoration:none;}
.class1 A:active {color: white; text-decoration:none;}
.class1 A:hover {color: gold; text-decoration:none;}
.class2 A:link {color: black; text-decoration:underline; font-size: 9pt;}
.class2 A:visited {color: black; text-decoration:underline; font-size: 9pt;}
.class2 A:active {color: black; text-decoration:underline; font-size: 9pt;}
.class2 A:hover {color: gold; text-decoration:underline; font-size: 9pt;}
table#product {background-color:#FFFFFF; width: 800px;}
table#product td {background-color:#FFFFFF;}
.aleftcol {font-weight: bold; width: 100px; border-right-style:dashed; color: white; background:url(columnbg.png); text-color: white;}
.amidcol {font-weight: bold; width: 500px; background-color: #CCCCCC; }
.arightcol {font-weight: bold; width: 150px; background-color: #CCCCCC; border-left-style:dotted;}
hr {color:#717171; height:1px; border: none 0; border-top: 1px dashed #000; border-bottom: 1px dashed #ccc;}
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:4em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(dialog2-blue-800x1600.png) no-repeat top right;
 _background-image:url(dialog2-blue.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}