/* 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: 1em; line-height: 1.25em; color: #000000; }
body { background-color: #FFFFFF; text-align: center; font-size: 100.01%; }
img { border: 0px; }
form { display: inline; }
a { text-decoration: none; color: #A72300; }
a:visited { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline; color: #A72300; }
select,input { color: #333333; background-color: #FFFFFF; }
hr { display:none; }
h1 { font-size: 1.75em; font-weight: bold; }
h2 { font-size: 1.5em; font-weight: bold; }
h3 { font-size: 1.25em; font-weight: bold; }

td {font-family: Verdana, Arial, Helvetica; font-size: 12px;}

/* special message for NS4.x */
#hddBrowserMessage { color:red; font-weight:bold; font-size:14px; }


