/* basicstyles.css for definitions of general formatting */
/* general formatting to apply to html tags */
html,body,h1,h2,h3,p { margin: 0px; padding: 0px; }
body,a,div,td,input,select,label { font-family: Verdana, Arial, Helvetica; font-size: 11px; color: #000000; }
body { background-color: #FFFFFF; text-align: center; }
img { border: 0px; }
form { display: inline; }
a:link { text-decoration:none; color: #3333CC; }
a:visited { text-decoration:none; color: #808080; }
select,input { color: #333333; background-color: #FFFFFF; }
hr { display:none; }
h1 { font-size: 13px; font-weight: bold; }
h2 { font-size: 12px; font-weight: bold; }
h3 { font-size: 11px; font-weight: bold; }

/* special message for NS4.x */
#hddBrowserMessage{ color:red; font-weight:bold; font-size:14px; }

